summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.3
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-09-29 16:37:29 +0000
committerDave Love <fx@gnu.org>1999-09-29 16:37:29 +0000
commita6100b9f43c1dd717174e8ec3209eb1c8754810a (patch)
tree229bc41cacc5c7a6282189777ddb39d4111f3d29 /lisp/ChangeLog.3
parent730d92a0ce11c117a88a161052fb7f6b6e108bb3 (diff)
downloademacs-a6100b9f43c1dd717174e8ec3209eb1c8754810a.tar.gz
#
Diffstat (limited to 'lisp/ChangeLog.3')
-rw-r--r--lisp/ChangeLog.312617
1 files changed, 12617 insertions, 0 deletions
diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3
new file mode 100644
index 00000000000..74307d2195b
--- /dev/null
+++ b/lisp/ChangeLog.3
@@ -0,0 +1,12617 @@
+1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * Version 19.10 released.
+
+1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * term/bobcat.el: Just load term/keyswap.el.
+
+ * term/vt200.el: Just load term/vt100.el.
+ * term/apollo.el: Just load term/vt100.el.
+ * term/vt102.el, term/vt125.el, term/vt201.el, term/vt220.el,
+ term/vt240.el, term/vt300.el, term/vt320.el, term/vt400.el,
+ term/vt420.el: New files. Just load vt100.el.
+
+ * term/lk201.el: New file.
+ * term/vt100.el: Use term/lk201.el.
+
+ * term/vt100.el (vt100-wide-mode): Add missing arg in set-frame-width.
+
+1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * startup.el (command-line-1): Pass arg to other-window.
+
+ * files.el (find-file-run-dired): Doc fix.
+ (find-file-read-only): Return the buffer.
+ (find-file-read-only-other-window): Likewise.
+ (find-file-read-only-other-frame): Likewise.
+
+ * timer.el (cancel-function-timers): Renamed from spurious duplicate
+ definition of cancel-timer.
+
+ * add-log.el (find-change-log): Use file-chase-links.
+
+ * files.el (file-chase-links): New function.
+ (backup-buffer): Use file-chase-links.
+ (file-chase-links): Handle leading .. in symlink target.
+
+ * c-mode.el (c-up-conditional): Handle commented-out #-cmds properly.
+
+ * window.el (split-window-vertically): Return the new window.
+
+ * paths.el (gnus-local-organization): Initially nil.
+
+ * isearch.el (isearch-search): Take note of isearch-case-fold-search
+ initial value.
+
+ * lisp-mode.el (indent-sexp): Even if outer-loop-done is t,
+ still move down one line.
+
+ * files.el (auto-mode-alist): Fix syntax for sgml mode.
+
+ * man.el (Man-mode-map): Bind m to manual-entry.
+ (Man-notify-when-ready): Make arg name consistent.
+ Use delete-other-window.
+ (Man-mode): Use buffer-disable-undo, not old name.
+
+ * faces.el (x-resolve-font-name): Allow symbol as FACE arg.
+ Allow t as FRAME arg.
+
+ * sendmail.el (send-mail-function): Use defvar. not defconst.
+
+ * mouse.el (x-fixed-font-alist): Specify field 7, not field 6.
+
+1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * iso8859-1.el: File deleted.
+ * superyank.el: File deleted.
+
+ * vc.el (vc-steal-lock, vc-insert-headers): Fix question whitespace.
+ (vc-finish-logentry): Use delete-windows-on.
+
+ * add-log.el (find-log-file): Use source file's truename dir.
+
+ * mh-e.el: Version 3.8.1 from Gildea.
+
+ * loaddefs.el (-key): repeat-complex-command moved to C-x ESC ESC.
+
+ * hexl.el: Doc fixes.
+ (hexl-char-after-point): Get rid of mistakenly free variables.
+
+ * info.el (Info-insert-dir): Ignore duplicate directories.
+
+ * paths.el (Info-default-directory-list): Take out ../../info.
+ Avoid duplication.
+ (manual-formatted-dirlist, manual-formatted-dir-prefix): Deleted.
+
+ * subr.el (baud-rate): Doc fix.
+
+ * add-log.el (find-change-log): Chase symlinks multiple levels.
+
+ * rmailsum.el (rmail-new-summary): Set rmail-summary-buffer
+ to nil at beginning; set it for real after summary is set up.
+
+1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * files.el (find-alternate-file): Hide truename and inode number
+ temporarily, like the visited file name.
+
+ * iso8859-1.el: Pass just the downcase table to set-case-...
+
+1993-05-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * find-dired.el (find-dired-sentinel): Write a line describing death.
+ Set mode-line-process to record exit status.
+ Delete the process.
+
+1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * frame.el (frame-initialize): Handle reverseVideo resource.
+ * faces.el (x-create-frame-with-faces): Handle reverseVideo resource.
+
+ * iso-insert.el, iso-ascii.el, iso-swed.el: Provide same name as file.
+
+ * ange-ftp.el (ange-ftp-dired-compress-file):
+ Use dired-compress-file, not dired-compress-filename.
+
+ * completion.el: Pervasive changes to use Emacs 19 features
+ and conform to Emacs conventions.
+
+1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
+
+ * Version 19.9 released.
+
+1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
+
+ * term/x-win.el: Check for a geometry resource, and apply it to the
+ initial frame.
+
+1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * isearch.el (isearch-forward): Remove the claim that
+ isearch-whitespace-chars matches any string of whitespace.
+
+1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * completion.el: Comment out handling of shell-send-input.
+ Delete the "local thinking machines" definitions at the end
+ since they caused compilation failure.
+
+ * cl.el (cl-member): Renamed from member.
+
+ * time.el (display-time-day-and-date): Use defvar, not defconst.
+
+ * subr.el (listify-key-sequence): Avoid the constant ?\M-\200.
+
+ * files.el (find-file-noselect): Expand buffer-file-truename
+ before copying it to anything else.
+
+ * dired.el (dired-other-frame): New function, with binding.
+
+ * compile.el: Make C-x ` binding just once.
+
+ * help.el (finder-by-keyword): Autoload from `finder', not `finder.el'.
+
+ * nroff-mode.el (nroff-mode): Don't leave nroff-electric-mode void.
+
+ * byte-opt.el (byte-optimize-divide):
+ Don't optimize to less than two arguments.
+
+ * hexl.el (hexlify-command, dehexlify-command): Use exec-directory.
+
+ * rmailsort.el: New version from Umeda.
+ (timezone-make-date-sortable): Make autoload for this.
+ (rmail-sort-by-recipient): Downcase the strings for sorting.
+ (rmail-sort-by-recipient): Likewise.
+ (rmail-sort-by-lines): Renamed from rmail-sort-by-size-lines.
+ Use numbers to sort by.
+ (rmail-summary-...): New functions. Bind in rmail-summary-mode-map.
+ (rmail-sort-from-summary): New function.
+ (rmail-sort-messages): Don't bother checking major mode.
+ Put message bounds in sort list, not its text.
+ Choose string< or < as predicate.
+ Reorder messages by exchanging them, with inhibit-quit bound.
+ (rmail-fetch-field): Start by widening.
+ (rmail-sortable-date-strng): Deleted.
+ (rmail-make-date-sortable): New function, used instead.
+
+ * paths.el (gnus-local-organization): Renamed from ...-your-...
+ (gnus-local-domain): Likewise.
+
+1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * faces.el (x-resolve-font-name): If PATTERN is nil, return the
+ frame's face.
+ (set-face-font): Only use x-resolve-font-name if FONT is a string.
+ Copying a faces shouldn't resolve the font.
+
+ * paths.el (Info-default-directory-list): Add
+ configure-info-directory to this list.
+
+1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * scroll-bar.el (scroll-bar-mode): Make default value t.
+
+ * help-macro.el (make-help-screen): Handle mouse events.
+ Be smart about window configurations--when and whether to restore.
+
+ * info.el (Info-follow-nearest-node): Omit 4th arg to Info-get-token.
+
+ * sgml-mode.el (sgml-validate): compile1 renamed to compile-internal.
+ (sgml-mode): Add autoload cookie.
+ * files.el (auto-mode-alist): Recognize .sgm, .sgml, .dtd.
+
+ * files.el (auto-mode-alist): Treat .H and .hh as C++ files.
+
+ * mouse.el (mouse-set-mark): Activate the mark.
+ Don't bounce the cursor if Transient Mark mode.
+ (mouse-save-then-kill): Pass explicit args to kill-ring-save.
+ (mouse-kill-ring-save): Likewise.
+
+ * mail-utils.el (mail-strip-quoted-names):
+ Catch errors from forward-sexp.
+
+ * comint.el (comint-filter): Restore buffer-read-only in proper buffer.
+
+ * ispell.el: Provide `ispell'.
+
+ * ange-ftp.el (ange-ftp-set-buffer-mode): Do nothing unless
+ visited name is an ange ftp magic name.
+
+ * advice.el: New version from Chalupsky.
+
+1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * dired.el (dired-unmark-all-files): Read arg as a string.
+
+ * rmailsum.el (rmail-summary-mark-deleted): Check for end of buffer.
+ Pass t as NOWARN when calling rmail-summary-goto-msg.
+
+ * dired-aux.el (dired-compress-file): Test the return value
+ of dired-check-process properly.
+ Fix use of nonexistent var `name'.
+
+ * info.el (Info-edit, Info-last-search, Info-enable-edit):
+ Correct case in `Info-mode-map'.
+
+ * rmail.el (rmail-bury): Fix call to set-window-buffer.
+
+ * loaddefs.el: copy-to-register now on C-x r s.
+
+1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * term/x-win.el: Pass x-command-line-resources to x-open-connection.
+ (x-command-line-resources): New variable.
+ (x-handle-rn-switch): New function.
+ (command-switch-alist): Add -rn.
+
+1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * term/x-win.el (command-switch-alist, x-switch-definitions): Treat
+ `-i' like `-itype', as in Emacs 18.
+
+1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * Version 19.8 released.
+
+ * startup.el (command-line-1): Don't handle `-i'. We're
+ abandoning the `insert file' meaning in favor of the `use a
+ bitmapped icon' meaning.
+
+ * faces.el (set-face-font): Call x-resolve-font-name on the font
+ before including it in the face.
+ (x-resolve-font-name): New function.
+
+ * iso-syntax.el: Make downcase into a proper case table before
+ passing it to set-standard-case-table.
+
+ * disp-table.el (standard-display-european): Doc fix. Make
+ it autoload. Make it respond to prefix arg like a minor mode.
+
+1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * term/x-win.el (x-select-text): New arg PUSH.
+ (x-switch-definitions): Represent -r as `reverse' option.
+
+1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * files.el (find-file-read-only-other-window):
+ Use find-file-other-window.
+
+ * paths.el (Info-default-directory-list): Add ../../info.
+
+ * info.el (Info-suffix-list): Fix duplicate .z to .info.z.
+
+ * faces.el (x-create-frame-with-faces): Handle `reverse' as parameter.
+ * frame.el (frame-initialize): Likewise.
+
+ * dired.el (dired-flag-backup-files): Speedup:
+ check explicitly for ~ at end of line.
+ (dired-flag-auto-save-files): Similar change.
+
+ * register.el (jump-to-register):
+ Don't fail if frame-configuration-p is unbound.
+
+ * files.el (cd): Set cd-path to a list.
+
+ * simple.el (kill-new): Pass t as 2nd arg to interprogram-cut-function.
+ * select.el (x-set-cut-buffer): New arg PUSH.
+
+1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * disp-table.el (standard-display-default): New function.
+ (standard-display-european): New command.
+
+ * loaddefs.el: Bind [?\M-\C-\ ] to mark-sexp.
+
+1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el (shell-command): Don't activate mark even momentarily.
+
+1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * case-table.el, disp-table.el, finder.el, iso-ascii.el,
+ iso-insert.el, iso-swed.el, iso-syntax.el, iso8859-1.el,
+ swedish.el: Change "i14n" keyword to "i18n".
+ * finder.el (finder-compile-keywords): Replacement unnecessary.
+
+1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * menu-bar.el (menu-bar-mode): Doc fix.
+
+1993-05-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * lucid.el (switch-to-other-buffer): Build the list of acceptable
+ buffers properly.
+
+ * faces.el (make-face): Change interactive spec to 'S'.
+
+1993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * ange-ftp.el (ange-ftp-raw-send-cmd): Allow quitting
+ during accept-process-output.
+
+ * finder.el (finder-known-keywords): Use i18n, not i14n.
+ (finder-compile-keywords): Substitute i18n for i14n.
+ Turn off undo in *finder-scratch*. Ignore file names
+ starting with =.
+ (finder-mode, finder-current-item): Rename headmark to finder-headmark.
+ (finder-list-matches, finder-list-keywords): Likewise.
+
+ * iso8859-1.el: Call set-case-..., not standard-case-...
+
+1993-05-23 Paul Eggert (eggert@twinsun.com)
+
+ * calendar.el (calendar-daylight-savings-starts,
+ calendar-daylight-savings-ends): Default to nil if the locale
+ never has DST.
+
+1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
+
+ * Version 19.7 released.
+
+1993-05-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * vc.el (vc-comment-to-change-log): Don't take FILE argument, since
+ vc-update-change-log doesn't support it anyway.
+ Don't bind default-directory. Instead pass second arg to
+ file-relative-name.
+ (vc-update-change-log): Use find-change-log instead of hardcoding.
+
+1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
+
+ * cl.el (cl-floor, cl-ceiling, cl-truncate, cl-round): Renamed
+ from floor, ceiling, truncate, and round; the old names conflict
+ with built-in functions.
+
+1993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * gud.el (gud-def): Fix inclusion of the define-key.
+ (gdb, sdb, dbx): Change bindings from letters to control chars.
+ (gud-common-init): Add save-excursion.
+ (gud-display-line): Don't mess with buffer-read-only.
+ (gud-filter): Set output-after-point *after* deleting old prompt.
+ Likewise for `moving'.
+
+ * subr.el (event-modifiers): Doc fix.
+
+ * help.el (describe-key, describe-key-briefly):
+ Discard the click or drag that follows a down event.
+
+ * levents.el (event-modifiers): Function deleted.
+ (read-command-event): For switch-frame event, call select-frame.
+
+1993-05-22 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
+
+ * rlogin.el (rlogin-filter): Yet another rewrite which handles
+ unusual values of scroll-step in a winning way by window-start
+ frobnication.
+
+1993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el (pending-undo-list): Var declared.
+
+ * apropos.el (apropos-print-matches): Bind tem.
+
+1993-05-21 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * holidays.el: Update reference to the papers in S-P&E.
+ (filter-visible-calendar-holidays): Test for nil date.
+
+ * cal-mayan.el: Update reference to the papers in S-P&E.
+
+ * cal-french.el: Update reference to the papers in S-P&E.
+
+1993-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * apropos.el (apropos-match-keys): Handle modern keymap structure.
+
+ * simple.el (transient-mark-mode): Doc fix.
+
+ * outline.el (outline-minor-mode): Make permanent local in all buffers.
+ Give the command a doc string, and make it autoload.
+
+ * lisp-mode.el (lisp-body-indent): Add doc.
+
+1993-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * texinfo.el (texinfo-section-types-regexp): Define here.
+
+ * delsel.el: Provide delsel.
+ (keyboard-quit): Definition deleted.
+ (minibuffer-keyboard-quit): If Delete Selection mode is off,
+ do abort even if mark is active.
+
+1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ Some time-handling patches from Paul Eggert:
+ * calendar.el (calendar-current-time-zone): New function.
+ (calendar-time-zone, calendar-standard-time-zone-name,
+ calendar-daylight-time-zone-name): Use it instead of current-time-zone.
+ * sendmail.el (mail-do-fcc): Use the same absolute time for both
+ current-time-string and current-time-zone. Adjust to new format
+ returned by current-time-zone.
+
+ * xfaces.el (face-equal): Doc fix.
+
+1993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * delsel.el: Renamed from pending-del.el.
+ Functions and variables renamed to ...delete-selection...
+ from ...pending-delete...
+ Bind all minibuffer keymaps alike.
+
+ * outline.el (outline-heading-end-regexp): Fix typo.
+ (outline-minor-mode-map): New variable.
+ (minor-mode-map-alist): Add new entry.
+ (outline-minor-mode): Work with above change.
+ Do not set outline-regexp or outline-header-end-regexp.
+
+1993-05-19 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el (hebrew-calendar-yahrzeit): Correct error from S-P&E
+ paper in test for Adar I 30 date of death for yahrzeit in a
+ non-leap year when Shevat 29 must be used.
+
+1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * files.el (set-auto-mode): If the buffer's file name is nil,
+ don't try to compare it against the entries in auto-mode-alist.
+
+1993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * ispell.el (ispell-command-loop): Make an undo boundary.
+
+ * isearch.el (isearch-mode-map): Use vector, not string, to bind
+ printing characters.
+
+1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * select.el (xselect-convert-to-class): Just return "Emacs" here.
+ That's what the class will always be.
+
+1993-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * loaddefs.el: Add bindings for C-SPC and C-/, like C-@ and C-_.
+
+1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * startup.el (normal-top-level, command-line, command-line-1):
+ Don't call the frame and face initialization functions unless
+ they're bound.
+
+ * frame.el (frame-notice-user-settings): Don't make
+ frame-initial-frame unbound; just set it to nil.
+ * startup.el (command-line-1): Call frame-notice-user-settings
+ before displaying the startup message.
+
+ * server.el (server-switch-hook): New hook.
+ (server-process-filter): Call it.
+
+ * bibtex.el (bibtex-string): Use \" instead of "" to get a double
+ quote inside a string.
+ * vms-patch.el (print-region-function): Same.
+
+1993-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * sendmail.el (mail-yank-original): In Transient Mark mode,
+ don't get error and don't activate the mark.
+
+ * isearch.el (isearch-mode-map): Extend the dense keymap to 256 chars.
+
+1993-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * trace.el, advice.el: New files.
+
+ * bytecomp.el (byte-compile-file): Don't write output if error.
+
+ * sendmail.el (mail-setup): Leave point before signature, not after.
+
+ * rmailsort.el (rmail-sortable-date-string): Handle date in format
+ produced by current-time-string.
+
+ * simple.el (keyboard-quit): Run deactivate-mark-hook.
+ (kill-ring-save): If quit happens while cursor is bounced,
+ make it appear like a command-level quit.
+
+ * loaddefs.el: Add bindings for C-digits, C-M-digits, C-- and C-M--.
+
+ * isearch.el (isearch-mode): Set deactivate-mark.
+
+ * menu-bar.el (fill-region, kill-region, delete-region)
+ (kill-ring-save): Use mark-active as enable condition.
+ (undo): Add an enable condition.
+
+1993-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * texinfo.el (texinfo-chapter-level-regexp): Copied here.
+
+1993-05-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * gnus.el (gnus-info-directory): Variable removed.
+ (gnus-info-find-node): Don't use it.
+
+1993-05-16 Richard Stallman (rms@geech.gnu.ai.mit.edu)
+
+ * gnus.el, gnuspost.el, gnusmail.el, gnusmisc.el
+ * nntp.el, nnspool.el, mhspool.el: Version 3.15 from Umeda.
+
+ * frame.el (toggle-scroll-bar): Renamed from toggle-vertical-scroll...
+
+1993-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * texinfo.el: Don't require tex-mode or texnfo-upd.
+ (texinfo-mode-map): Binding for " deleted.
+ (texinfo-tex-print): Require tex-mode here.
+ (texinfo-tex-region): Likewise.
+ (texinfo-tex-region): Update name of tex-set-buffer-directory.
+
+ * tex-mode.el (tex-insert-quote): Doc fix.
+
+ * vc.el: Don't require sendmail, compile, or dired.
+
+ * simple.el (push-mark): Always activate the mark
+ if not in Transient Mark mode.
+
+ * c-mode.el (mark-c-function): Activate the mark.
+
+ * ispell.el (ispell): Deactivate mark before the Ispell run.
+ (ispell-point): Delete the sit-for; it was confusing.
+ (ispell): Don't use save-excursion; just restore current buffer.
+ (ispell-next): Don't save-excursion or save-window-excursion.
+ (ispell-point): Don't save-excursion.
+ (ispell-window-configuration): New variable.
+ (ispell-show-choices): Set it if not nil.
+ (ispell-next): Initialize to nil. Restore at end.
+
+ * simple.el (yank, yank-pop): Don't activate the mark.
+
+ * lisp.el (mark-sexp, mark-defun): Activate the mark.
+ * page.el (mark-page): Activate the mark.
+ * paragraphs.el (mark-paragraph, mark-end-of-sentence): Likewise.
+
+ * simple.el (mark-whole-buffer, mark-word): Activate the mark.
+ (push-mark): Optional arg ACTIVATE.
+ (set-mark-command): Use that.
+
+ * faces.el (face-initialize): Do make the modeline face.
+ (x-initialize-frame-faces): Explicitly invert `modeline' face.
+ (x-create-frame-with-faces): Simplify; do nothing special
+ with `default' or `modeline' face.
+
+1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
+
+ * version.el (emacs-version): Alpha release 19.6.
+
+1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * faces.el: Rename `primary-selection' to `region'.
+
+ * mouse.el (mouse-set-region): Call set-mark to activate mark.
+
+ * isearch.el (isearch-done): Don't activate mark.
+
+ * simple.el (push-mark): Don't activate the mark.
+ (set-mark-command): Explicitly do so here.
+ When popping, don't mind if mark is inactive.
+ (pop-mark): Deactivate mark. Don't mind if it's inactive.
+ (yank-pop): Don't mind if mark is inactive.
+ (keyboard-quit): Deactivate the mark.
+ (kill-ring-save): When bouncing cursor,
+ bounce the mark too, so highlighted area does not change.
+
+ * bytecomp.el (byte-compile-track-mouse): New function.
+ This is a kludge; track-mouse must be compiled better.
+
+ * simple.el (transient-mark-mode): New command.
+
+ * mouse.el (mouse-drag-region): New command, on down-mouse-1.
+
+ * map-ynp.el (map-y-or-n-p): Show the answers in the echo area.
+
+ * faces.el (face-initialize): Turn off `modeline' face.
+ Set region-face.
+ (invert-face): Really do use the default colors.
+ (x-initialize-frame-faces): Always try "gray" color for
+ primary-selection; always invert if that fails.
+ Similar changes for highlight, secondary-selection.
+
+ * menu-bar.el: Fix up the edit commands. Add fill-region.
+
+1993-05-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * menu-bar.el (menu-bar-mode): New command. Use for initialization.
+
+ * faces.el (make-face): Add interactive spec.
+ (set-default-font): Deleted.
+
+ * isearch.el (isearch-mode-map): Handle any length vector in keymap.
+ (isearch-char-to-string): Handle non-character events properly.
+
+1993-05-14 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
+
+ * subr.el (overlay-start, overlay-end, overlay-buffer): Removed.
+
+ * vc.el (vc-version-diff): Match parens.
+
+1993-05-14 Paul Eggert (eggert@twinsun.com)
+
+ * vc.el (vc-revert-buffer1): Don't assume that compilation-error-list
+ is a list; it might be t.
+
+1993-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * emerge.el: Installed version 5 from drw.
+ Merged in previous FSF changes, plus new changes:
+ (emerge-count-matches-string): Renamed from count-matches-string.
+ (emerge-command-prefix): Now C-c C-c.
+ (emerge-shadow-key-definition): Deleted.
+ Callers use substitute-key-definition.
+ (emerge-recursively-substitute-key-definition): Deleted.
+ Callers use substitute-key-definition.
+ (emerge-unselect-hook): Renamed from emerge-unselect-hooks.
+ (emerge-files-internal): Use file-local-copy to handle remote files.
+ (emerge-files-with-ancestor-internal): Likewise.
+ (emerge-remote-file-p): Deleted.
+ (emerge-abort): New command.
+ (describe-mode): Deleted.
+ (emerge-hash-string-into-string): Renamed from hash-string-into-string.
+ (emerge-unslashify-name): Renamed from unslashify-name.
+ (emerge-write-and-delete): Don't write-file if file-out is nil.
+ (emerge-setup-fixed-keymaps): Put emerge-abort on C-].
+ (emerge-find-difference-diff): Renamed from emerge-find-difference.
+ (emerge-find-difference): New command. Now on `.'.
+ (emerge-diff-ok-lines-regexp): Renamed from emerge-diff-ok-lines.
+ (emerge-diff3-ok-lines-regexp): Renamed from emerge-diff3-ok-lines.
+
+1993-05-13 Paul Eggert (eggert@twinsun.com)
+
+ * vc.el (vc-version-diff): Don't move point in current buffer.
+
+1993-05-13 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * etags.el (tags-table-including): Take new third arg CORE-ONLY.
+ If non-nil, ignore files without extant buffers.
+ (visit-tags-table-buffer): Call tags-table-including first with
+ CORE-ONLY set, and then afterwards with it clear.
+
+1993-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * term/x-win.el: Require menu-bar.el.
+ * menu-bar.el: Provide 'menu-bar.
+
+ * compile.el (Setting minor-mode-map-alist):
+ Put the map directly in the alist, not a variable name.
+ * vc.el: Likewise.
+
+ * macros.el (kbd-macro-query): Fix prompt string.
+
+ * loadup.el: Preload mouse, scroll-bar and select if have multi-frames.
+
+ * vc.el: Improve doc strings and prompt strings.
+ (vc-cancel-version): Ask whether to revert buffer.
+
+ * lmenu.el (default-menubar): Make initial value nil.
+ (kill-this-buffer, x-new-frame)
+ (sensitize-file-and-edit-menus-hook, format-buffers-menu-line)
+ (buffers-menu-max-size, complex-buffers-menu-p)
+ (buffers-menu-switch-to-buffer-function, buffer-menu-save-buffer)
+ (buffer-menu-write-file, build-buffers-menu-internal)
+ (build-buffers-menu-hook): Functions and variables deleted.
+
+ * faces.el (face-initialize): New function.
+ All initialization code moved into it.
+ Call at end of file, if using X frames already.
+ (x-create-frame-with-faces): Don't use faces if not initialized.
+
+ * startup.el (command-line): Call frame-initialize explicitly.
+ Call face-initialize.
+ (normal-top-level): Call frame-notice-user-settings explicitly.
+ * frame.el: Do not put those functions on hooks.
+
+ * terminal.el (te-pass-through): Handle meta chars and non-char events.
+ (terminal-map, etc.): Use default bindings, not fillarray.
+ Make the maps sparse.
+ (terminal-meta-map): New map; lets us make ESC a prefix key.
+ (terminal-map): Bind ESC to terminal-meta-map.
+ (te-more-break-unread): Handle non-char as last-input-char.
+ (te-filter): Delete code that worked with meta-flag.
+ (terminal-emulator): Don't look at meta-flag.
+ (terminal-mode): Don't make meta-flag local.
+ (te-stty-string): Quote the args that have ^. Add pass8.
+
+1993-05-08 Paul Eggert (eggert@twinsun.com)
+
+ * vc.el (vc-diff): Report an error if the buffer isn't registered.
+ (vc-registration-error): New function.
+ (vc-next-action, vc-diff, vc-print-log, vc-backend-diff): Use it to
+ make VC's error messages more uniform.
+
+ * vc.el (vc-directory, vc-revert-buffer1): Quote lambdas with
+ (function ...) for Emacs 18.
+ (compilation-old-error-list): Set if undefined, for Emacs 18.
+
+1993-05-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
+
+ * faces.el: Re-arranged to put accessors at the top.
+
+1993-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * buff-menu.el (Buffer-menu-quit): New function, now on q.
+ (buffer-menu): Update list of options.
+ Don't save a window config.
+ (Buffer-menu-select): Don't call Buffer-menu-execute.
+ Don't restore a window config.
+ (Buffer-menu-mode-map): Buffer-menu-select now on v.
+
+1993-05-10 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * bytecomp.el (byte-recompile-directory): If ARG is non-nil, set
+ it to its prefix numeric value. Test for ARG being zero with eq,
+ not zerop.
+
+1993-05-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * rmailout.el (rmail-output): Undo June 11 1992 change:
+ Don't try to use Date field in the From.
+
+ * faces.el: Rename all references to try-face-font to
+ internal-try-face-font, so we don't need lucid.el.
+
+ * faces.el (read-face-name): Call face-list, not list-faces.
+
+ Fail more gracefully if we can't build bold, italic, etc,
+ versions of the default font.
+ * faces.el (make-face-bold, make-face-italic,
+ make-face-bold-italic, make-face-unbold, make-face-unitalic):
+ Implement NOERROR argument.
+ (x-initialize-frame-faces): Use the NOERROR argument to the
+ font manipulation functions to avoid errors while starting up.
+ Remove initialization of isearch font.
+ * xfaces.c (internal-x-complain-about-font): Add new frame
+ argument, so we can check the frame parameters to find the
+ default font. Callers changed.
+
+ * faces.el (x-create-frame-with-faces): Fix typo. Dyke out
+ code to fully qualify the modeline font; we may not be able to
+ do that correctly.
+
+1993-05-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * dabbrev.el (dabbrev-expand): Delete a search-forward call
+ after the second replace-match.
+
+1993-05-09 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * add-log.el (find-change-log): If there is a buffer-local value of
+ change-log-default-name, just return it with no searching.
+ Previously if it was set to a nonexistent file name, we would
+ loop forever.
+
+1993-05-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * replace.el (query-replace-map): Bind [escape] like "\e".
+
+ * macros.el (kbd-macro-query): Use query-replace-map to define answers.
+
+ * vc.el (diff-switches): Define var here as well as in diff.el.
+ (vc-backend-diff): Handle either string or list.
+
+ * comint.el (comint-filter): Increment opoint only if after
+ insertion point.
+
+1993-05-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * faces.el: Call internal-set-face-1, not internat-set-face-1.
+
+ * faces.el: Don't set frame-creation-function here; term/x-win.el is
+ the appropriate place to set it.
+
+ * faces.el: Only apply x-initialize-frame-faces to X frames; pass
+ over terminal frames.
+
+ * faces.el: Provide 'faces.
+
+1993-05-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * term/x-win.el: Since we require faces.el, there's no point in setting
+ frame-creation-function to x-create-frame - just set it directly
+ to x-create-frame-with-faces.
+
+1993-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * sendmail.el (mail-do-fcc): Don't output a newline before From...
+
+ * rmail.el (rmail-convert-to-babyl-format): Delete 1 char
+ if we see a newline instead of what we expect.
+
+ * register.el (jump-to-register): Allow file name "in" a register.
+
+ * scroll-bar.el (scroll-bar-drag, scroll-bar-drag-1): New functions.
+ Put scroll-bar-drag on down-mouse-2 in scroll bar.
+ Leave up-events on mouse-2 unbound.
+
+ * help-macro.el: Provide help-macro, not help-screen.
+ * help.el: Require help-macro, not help-screen.
+
+ * menu-bar.el: Don't add menu bar to minibuffer-only frames.
+
+1993-05-07 Paul Eggert (eggert@twinsun.com)
+
+ * vc.el (vc-directory-18): New function.
+ If Emacs 18, make vc-directory alias to this.
+
+1993-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * loaddefs.el: Bind M-right and M-left to forward-word, backward-word.
+ Unbind M-up and M-down.
+
+ * calendar.el (calendar-mode-map): Add arrow key bindings.
+
+ * rmail.el (rmail-resend): Add `resent' attribute.
+ (rmail-forward): With prefix arg, run rmail-resend.
+
+1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * term/x-win.el: (require 'faces), too. Move (require 'select) to top,
+ with the other requires.
+
+1993-05-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * finder.el: Bind finder-exit to 'q', not 'x'; the former is the
+ conventional way to get out of such a package.
+ (finder-summary): Use substitute-command-keys.
+ (finder-mode): Use \\<...> to make sure we get the right keymap.
+
+1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * replace.el (flush-lines, keep-lines, how-many):
+ Delete spurious `s' from prompt arg to read-from-minibuffer.
+
+ * comint.el (comint-filter): New function.
+ (comint-exec): Install the filter.
+
+ * simple.el (previous-matching-history-element): If minibuf is empty,
+ use the last regexp specified a the default.
+ (next-matching-history-element): Likewise.
+
+ * comint.el (comint-previous-matching-input): New command, on M-r.
+ (comint-next-matching-input): New command, on M-s.
+ (comint-previous-similar-input): Commented out.
+ (comint-next-similar-input): Likewise.
+ (comint-previous-input-matching): Deleted.
+ (comint-last-input-match): Var commented out.
+ (comint-mode): Don't make comint-last-input-match local.
+
+1993-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * files.el (auto-mode-alist): Delete the entries for makefile-mode.
+
+ * asm-mode.el: Doc fix.
+
+ * man.el: Rename functions and variables `man-*' to `Man-*'.
+ (manual-entry): Make prompt string clearer.
+
+ * simple.el (blink-matching-paren-distance): Change default to 12,000.
+
+1993-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * vc.el (minor-mode-map-alist): Don't use it if it's void.
+ (vc-cancel-version): Doc fix.
+ (vc-backend-diff): Use diff-switches, not vc-diff-options.
+ (vc-diff-options): Variable deleted.
+
+1993-05-03 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el: Update reference to the papers in S-P&E.
+ (calendar-print-astro-day-number): Correct spelling error in
+ message string.
+
+1993-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * help.el (help-for-help): Use lower case letters for help options.
+
+ * rect.el (string-rectangle): Renamed from fill-rectangle.
+ (string-rectangle-line): Renamed from fill-rectangle-line.
+
+1993-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * vc.el (vc-dired-prefix-map): New keymap.
+ Use it in minor-mode-map-alist for vc-dired-mode.
+
+ * vc-hooks.el (vc-mode-line): Don't alter key bindings.
+ (vc-toggle-read-only): Put on C-x C-q unconditionally.
+ (vc-mode): Add permanent-local property.
+
+1993-04-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * files.el (find-file-noselect): On VMS, always set buffer-file-name
+ to the truename.
+
+ * vc.el (vc-revert-buffer1): Fix format of compilation-error-list.
+
+ * files.el (find-file-noselect): Do set buffer-file-name
+ to the truename, when find-file-visit-truename.
+
+1993-04-29 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * yow.el (yow): Fix interactive spec.
+
+ * files.el (insert-directory): Undo change of March 23;
+ dereferencing links is inappropriate for dired.
+
+ * edebug.el (edebug-display): Call the `mark' function with the
+ FORCE argument non-nil, so that we don't get an error if the mark
+ isn't set yet.
+
+ * edebug.el (global-edebug-prefix, global-edebug-map): Add
+ autoload cookies for these, so they are present when Emacs starts
+ up.
+
+ * edebug.el (global-edebug-map): Bind `C-x X d' to edebug-defun in
+ this map; we can't bind it to `C-x x', as the installation
+ instructions suggest, because that conflicts with
+ copy-to-register.
+
+1993-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * complete.el: New file.
+
+ * vc.el (vc-match-substring): Renamed from match-substring.
+ (vc-parse-buffer): Use new name.
+
+ * shell.el (shell-prompt-pattern): Undo last change.
+
+ * files.el (file-truename): Redo esr's change.
+
+ * loaddefs.el: Put arrow key bindings back to the ordinary Emacs cmds.
+ * simple.el (up-arrow, down-arrow, left-arrow, right-arrow): Deleted.
+
+ * simple.el (kill-line, next-line-add-newlines): Doc fix.
+ (kill-whole-line): Doc fix.
+ (kill-forward-chars, kill-forward-chars): Reinsert as before.
+
+ * simple.el: Change defalias to define-function.
+
+1993-04-28 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * vc.el (vc-revert-buffer1):
+ Ignore non-marker elts of compilation-error-list.
+
+ * compile.el: Add compilation-minor-mode to minor-mode-alist and
+ minor-mode-map-alist.
+ (compilation-minor-mode): New defvar.
+ (compilation-minor-mode-map): New defvar; keymap with the bindings
+ from compilation-mode-map except SPC and DEL.
+ (compilation-mode-map): Construct this keymap to inherit from
+ compilation-minor-mode-map.
+ (compilation-setup): New function, code broken out of compilation-mode.
+ (compilation-mode): Call it.
+ (compilation-minor-mode): New function to toggle
+ compilation-minor-mode; if setting it, call compilation-setup.
+
+1993-04-28 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * bibtex.el: Installed Aaron Larson's new bibtex.el. See the
+ header comment for details.
+
+1993-04-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * gnuspost.el (gnus-inews-organization):
+ If ORGANIZATION is "", set it to nil.
+
+1993-04-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * files.el (file-truename): Undo last change.
+
+1993-04-27 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * files.el (file-truename): Do the right thing when $HOME = "".
+
+ * simple.el (hscroll-step): New variable.
+ (hscroll-point-visible): New function.
+ (left-arrow, right-arrow): These use hscroll-point-visible for
+ better auto- scrolling behavior.
+
+ * picture.el: Completed the package entry point's name change from
+ edit-picture to picture-mode.
+ (move-to-column-force, picture-end-of-line): When movement is
+ completed, scroll horizontally if necessary to make point visible.
+ (picture-beginning-of-line): New function.
+ (picture-mode-map): Use substitute-key-definition.
+
+ * gud.el (gud-format-command): Fix %f expansion to send ondly the
+ basename of files to gdb.
+
+1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * disp-table.el (describe-display-table): Don't use the term
+ "rope"; we're using vectors of characters now.
+ (standard-display-8bit, standard-display-ascii): Set the element
+ of the display table to a vector, not an integer; the latter
+ doesn't mean anything.
+
+ * mouse.el (mouse-buffer-menu): Don't right-justify the buffer
+ name; this doesn't look nice if we use a proportional font.
+
+ * sendmail.el (mail-setup): Don't insert "--\n" before the
+ signature. If they want it, they can put it in their .signature
+ file.
+
+ * lucid.el: Comment out fset of set-screen-width properly.
+
+ * lucid.el: (provide 'lucid).
+
+ * lucid.el: (switch-to-other-buffer): Avoid buffers whose names
+ start with a space.
+
+1993-04-26 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * etags.el (find-tag-interactive): New function to read args.
+ (find-tag-noselect, find-tag, find-tag-other-window)
+ (find-tag-other-frame, find-tag-regexp): Use it.
+ (find-tag, find-tag-other-window):
+ Take new arg REGEXP-P, pass to find-tag-noselect.
+ (find-tag-regexp): Call either find-tag-other-window or find-tag,
+ rather than find-tag-noselect and switch-to-buffer[-other-window].
+ (tags-location-stack): New defvar.
+ (find-tag-noselect): If NEXT-P is '-, pop location off
+ tags-location-stack.
+
+1993-04-26 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * cmacexp.el: Installed Francesco Potorti's enhanced and
+ cleaned-up version, see its commentary for details.
+
+ * tex-mode.el: Doc fixes. Also a few teaks to pacify the
+ byte-compiler.
+
+ * terminal.el: Some defvars moved.
+ Defvars added for many variables.
+ (te-stty-string): Specify the characters explicitly--not `stty dec'.
+
+1993-04-26 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * files.el (cd): Handle leading "~" like an absolute filename.
+
+ * dired.el: Changed fsets to defaliases.
+
+1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * comint.el (comint-mod): Nuked. A call to ring-mod replaces it.
+ (comint-mem): Nuked. A call to member replaces it.
+
+ * ring.el: Rewritten. A poor choice of representation made the
+ old code excessively complex. The new version is smaller and
+ faster. The interface is unchanged, except that ring-remove now
+ accepts an optional numeric argument specifying the element to
+ remove.
+
+ * gud.el: Set no-byte-compile local variable t to work around a
+ byte-compiler bug.
+ (gud-def, global-map): Move C-x C-a commands to global map. Restore
+ original C-x SPC global binding.
+
+ * vc.el (vc-diff): Get proper error message when you run this with
+ no prefix arg on an empty buffer.
+ (vc-directory): Better directory format --- replace the user and
+ group IDs with locking-user (if any).
+ (vc-finish-logentry, vc-next-comment, vc-previous-comment): Replace
+ *VC-comment-buffer* with a ring vector.
+
+1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * simple.el (down-arrow): New function. Uses
+ next-line-add-newlines to suppress addition of new lines at end of
+ buffer.
+ (up-arrow): Alias of previous-line, added for consistency.
+ These changes complete terminal-type-independent support for arrow
+ keys.
+
+ * tex-mode.el (tex-compilation-parse-errors): Added. At the
+ moment, this would have to be applied manually. It's not worth
+ trying to integrate this with the rest of the mode more tightly
+ until we decide whether and how compile's interface is going to
+ change away from a closed subsystem.
+
+ * files.el (cd): Changed to use to resolve relative cd calls.
+ (cd-absolute): Added. This is actually the old cd code with a
+ changed doc string.
+ (parse-colon-path): Added. Path-to-string exploder --- may be
+ useful elsewhere.
+
+ * ring.el: Added and fixed documentation.
+ (ring-rotate): Nuked. It was (a) unused, and (b) totally broken
+ (as in, any attempt to use it died with a type error, and when I
+ patched it to fix that I found its algorithm was broken).
+ (ring-ref): Added doc string.
+
+1993-04-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * bytecomp.el (meta-flag): Declare this an obsolete variable.
+
+ * subr.el (listify-key-sequence): Use a character constant to
+ decide which bits to flip, not an integer constant.
+
+1993-04-24 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
+
+ * shell.el (shell-prompt-pattern): Add `;' as potential prompt
+ delimiter (for `es' and `rc' shells most particularly).
+
+1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * isearch.el: Replaced all fsets with defaliases.
+
+1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * bytecomp.el (define-function): Changed name back to defaliases
+ to get things in a known-good state. The unload patch had been
+ half-applied, leading to lossage.
+
+ * register.el, gnuspost.el, find-dired.el, cust-print.el,
+ two-column.el, tar-mode.el, shell.el, lselect.el, select.el,
+ ispell.el, life.el, picture.el, rmail.el, mim-mode.el, replace.el,
+ tex-mode.el, frame.el, lucid.el, subr.el:
+ All fsets changed to defaliases.
+
+ * edt.el: Some fsets changed to defaliases.
+
+ * telnet.el: Commentary added.
+ (telnet): Doc fix.
+ (rsh): Added entry point for rsh to remote host, per suggestion by
+ Michael McNamara <mac@ardent.com>. No change to any other code.
+
+ * info.el (Info-find-node, Info-insert-subfile): Do the right
+ thing if info files have been compressed or gzipped. This is
+ saving me lots of disk space.
+
+ * simple.el: All fsets changed to defaliases.
+ (kill-forward-chars, kill-backward-chars): Deleted. These were
+ internal subroutines used by delete-char and delete-backward-char
+ before those functions were moved into the C kernel. Now nothing
+ uses them.
+ (kill-line): Added kill-whole-line variable. Defaults to nil; a
+ non-nil value causes a kill-line at the beginning of a line to
+ kill the newline as well as the line. I find it very convenient.
+ Emulates Unipress' &kill-lines-magic variable.
+ (next-line): Added next-line-add-newlines variable. If nil,
+ next-line will not insert newlines when invoked at the end of a
+ buffer. This obviates three LCD packages.
+ (left-arrow, right-arrow): New functions. These do backward-char
+ and forward-char first. If line truncation is on, they then scroll
+ left or right as necessary to make sure point is visible.
+
+ * loaddefs.el: All fsets changes to defaliases.
+ (global-map): Changed bindings of [left] and [right] to left-arrow and
+ right-arrow respectively.
+
+1993-04-22 Roland McGrath (roland@mole.gnu.ai.mit.edu)
+
+ * ange-ftp.el (ange-ftp-binary-file-name-regexp):
+ Match .z and .z-part-?? files.
+
+1993-04-21 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * makefile.el: Rewritten and simplified, commentary added. It now
+ will usually detect when the makefile target or macro lists need
+ to be rebuilt and do it automatically; in particular, this means
+ you no longer have to deal with an annoying wait at find-time.
+
+1993-04-19 Roland McGrath (roland@mole.gnu.ai.mit.edu)
+
+ * vc.el (vc-revert-buffer1): Typo fix in last change.
+
+ * shell.el (shell-mode): isation/ization (doc fix).
+
+ * shell.el (shell-mode): Capitalize mode name.
+
+ * vc.el (vc-comment-to-change-log): Restored interactive spec.
+ Why was it removed? Why does the only log entry mentioning this
+ function contain no actual information?
+
+ * vc.el (vc-revert-buffer1):
+ Completely rewrote compilation reparsing code.
+
+ * files.el (find-file-noselect): Never set SAME-TRUENAME to a
+ buffer whose buffer-file-name is nil.
+
+ * files.el (set-auto-mode): If the buffer begins with "#!", look
+ for -*- in the first two lines, not just the first one.
+
+1993-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * sendmail.el (mail-do-fcc): Make a numeric time zone indicator
+ with current-time-zone--don't run `date'.
+
+1993-04-16 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * bytecomp.el (byte-compile, byte-compile-keep-pending)
+ (byte-compile-file-form-defmumble): Generate define-function
+ rather than fset, to install definitions for defun, defmacro, etc.
+
+ * loadhist.el: New file.
+
+ * tar-mode.el: Add defvars to pacify the byte compiler, at RMS's
+ request.
+
+ * diff.el (diff-parse-differences): Small robustification ---
+ don't lose if we call this with compilation-parsing-end nil
+
+1993-04-16 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * electric.el (shrink-window-if-larger-than-buffer):
+ Moved to window.el.
+
+1993-04-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * comint.el (comint-match-partial-pathname): Move "---" range in
+ character class in regular expressions to the end of the character
+ class; this way, it meets the POSIX regexp specs.
+
+ * files.el (abbreviate-file-name): If abbreviated-home-dir ends
+ with a slash, don't remove the corresponding slash from filename
+ when we collapse the home directory to ~.
+
+1993-04-16 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
+
+ * rlogin.el: Add autoload cookies for all defvars.
+ (rlogin-process-connection-type): New variable.
+ (rlogin): Use it to determine process-connection-type.
+ (rlogin): Set process mark to point-max, not point-min.
+ (rlogin-with-args): Put `+' inside \(\) pair in string-match.
+ (rlogin-password): Take optional arg `proc' for use by rlogin-filter.
+ Write docstring. Call new winning version of comint-read-noecho
+ instead of doing reading by hand.
+ (rlogin-mode): Wrote docstring.
+ (rlogin-filter): Completely rewritten to be more efficient.
+
+1993-04-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * resume.el (resume-suspend-hook): Renamed from empty-args-file.
+ Add autoload cookie.
+ (resume-emacs-args-buffer): Renamed.
+ (resume-write-buffer-to-file): Renamed.
+
+ * two-column.el (tc-dissociate): Renamed from tc-kill-association.
+ Move binding to C-x 6 d.
+
+1993-04-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * autoload.el (update-file-autoloads, update-directory-autoloads):
+ If called interactively, save generated-autoload-file when done.
+
+1993-04-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * makefile.el (makefile-mode): Fix typo in autoload cookie.
+
+ * isearch.el: Doc fixes.
+
+1993-04-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * gud.el (gud-mode): Created C-c synonym bindings in the GUD
+ buffer's local map.
+
+ (gud-key-prefix): Changed to C-x C-a.
+
+1993-04-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * help-macro.el: Name changed from help-screen.el to fit in a
+ 14-character limit.
+
+ * sun-curs.el: Name changed from sun-cursors.el to protect the
+ innocents.
+
+1993-04-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * finder.el: Rewritten. The Finder is now a major mode with the
+ ability to browse package commentary sections and a completely
+ point-and-shoot interface similar to Dired's.
+
+ * window.el (shrink-window-if-larger-than-buffer): Moved from
+ electric.el to windows.el, minor bug fix. This is to avoid code
+ duplication between vc.el, electric.el, and finder.el.
+
+ (ctl-x-map): Added C-x - and C-x + as experimental bindings for
+ shrink-window-if-larger-than-buffer and balance-windows
+ respectively. Since shrink-window-if-larger-than-buffer has to
+ live here anyhow, let users use it to manage screen space.
+
+ * lisp-mnt.el (lm-commentary-region): Gone.
+ (lm-commentary): New function, replacing lm-commentary-region.
+
+1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * bytecomp.el: The `suspend-hooks' variable is obsolete now, and
+ `suspend-hook' is the right name.
+
+1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * term/sun-mouse.el (suspend-emacstool): Run suspend-hook, not
+ suspend-hooks.
+
+1993-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * rot13.el (rot13-display-table): Use `vector', not `make-rope'.
+
+ * disp-table.el: Use `vector', not `make-rope'.
+
+ * rot13.el (rot13-other-window): Add autoload.
+
+1993-04-12 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
+
+ * comint.el (comint-process-echoes): New variable.
+ (comint-mode): Make it buffer-local.
+ (comint-send-input): Delete text from process mark to point if
+ variable `comint-process-echoes' is non-`nil', since it is assumed
+ process will re-echo the text.
+
+1993-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * disp-table.el: Use `vector', not `make-rope'.
+
+ * rot13.el (rot13-other-window): Add autoload.
+ (rot13-display-table): Use `vector', not `make-rope'.
+
+1993-04-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * gud.el (gdb, sdb, dbx): Improved prompting a la grep.
+
+ * comint.el: Clean up cmu* uses in header comments.
+
+1993-04-10 Jim Blandy (jimb@mole.gnu.ai.mit.edu)
+
+ * subr.el (overlay-start, overlay-end, overlay-buffer): New
+ defsubsts.
+
+1993-04-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * paragraphs.el (sentence-end, forward-sentence): Doc fixes.
+
+ * finder.el (finder-by-keyword): Build an alist to pass to
+ completing-read, instead of building an invalid obarray.
+
+ * finder.el (finder-by-keyword): If the user quits or enters the
+ empty string in response to the keyword prompt, restore the old
+ window configuration properly.
+
+1993-04-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * paragraphs.el (sentence-end, forward-sentence): Doc fixes.
+
+1993-04-09 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * emerge.el (emerge-with-ancestor): Applied Donald Erway's fix
+ patch, which included the following explanatory comment: "D.Erway
+ - This used to just do emerge-get-diff3-group on 2, then on
+ 3. This was incorrect, since the file 3 info for a diff can
+ preceed the file 2 info for that same diff. So we save and restore
+ point to overcome this."
+
+1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * subr.el (overlay-start, overlay-end, overlay-buffer): New
+ defsubsts.
+
+ * finder.el (finder-by-keyword): Build an alist to pass to
+ completing-read, instead of building an invalid obarray.
+
+ * finder.el (finder-by-keyword): If the user quits or enters the
+ empty string in response to the keyword prompt, restore the old
+ window configuration properly.
+
+1993-04-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * autoload.el (generate-file-autoloads): Doc fix.
+
+1993-04-08 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * gud.el: Massive changes, amounting nearly to a rewrite. The new
+ features include auto-configuring support for SVr4, more commands,
+ and a full minor-mode implementation that binds all GUD commands
+ not just in the GUD interaction mode, but in C buffers visited by
+ GUD. The common prefix of GUD commands is now C-x X, like
+ electric-debug mode.
+
+ * vc-hooks.el (vc-mode): name change. This looks better in keymap
+ listings and conforms to the naming conventions used by other
+ packages.
+
+ * vc.el (vc-directory. vc-start-entry, vc-next-action,
+ vc-next-action-on-file): The vc-directory listing is now in an
+ augmented Dired mode that supports vc-next-action on all marked
+ files.
+
+ * dired.el (dired-noselect, dired-internal-noselect,
+ dired-insert-directory): Enhancements to support passing dired a
+ DIRNAME argument consisting of a directory-name car and a
+ list-of-files cdr. This is needed to support VC's augmented
+ dired, which wants a filtered file display that recurses (showing
+ all version-controlled files in subdirectories as well as the
+ top-level ones).
+
+ * menu-bar.el: Added and corrected library headers.
+
+1993-04-08 Richard Stallman (rms@geech.gnu.ai.mit.edu)
+
+ * menu-bar.el: entered into RCS
+
+ * lucid.el: Add copyright notice.
+
+1993-04-07 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * compile.el (compile-internal): Initialize the process-mark.
+
+ * compile.el (compilation-error-regexp-alist):
+ Tighten first regexp so that it
+ requires a colon or open-paren before the line number, not just
+ whitespace.
+
+ * compile.el (compilation-parse-errors): Remove debugging setq.
+
+ * compile.el (compilation-filter): New function.
+ (compile-internal): Make it the process's filter.
+
+ * compile.el (compilation-error-regexp-alist):
+ Fixed MIPS CC regexp to match file
+ names longer than one char.
+ (compilation-parse-errors): Error if compilation-error-regexp-alist is nil.
+
+1993-04-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * menu-bar.el: New file.
+
+ * fill.el (fill-nonuniform-paragraphs): New command.
+
+1993-04-07 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * compile.el (compile-internal): Initialize the process-mark.
+
+1993-04-07 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * compile.el (compilation-error-regexp-alist): Tighten first
+ regexp so that it requires a colon or open-paren before the line
+ number, not just whitespace.
+
+1993-04-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * files.el (find-file-noselect):
+ Verify other buffers' file numbers are still valid.
+
+1993-04-07 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * compile.el (compilation-filter): New function.
+ (compile-internal): Make it the process's filter.
+
+ * compile.el (compilation-error-regexp-alist): Fixed MIPS CC
+ regexp to match file names longer than one char.
+ (compilation-parse-errors): Error if
+ compilation-error-regexp-alist is nil.
+
+1993-04-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * tabify.el (untabify): Don't really change where restriction starts.
+
+1993-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * dired.el (dired-pop-to-buffer): Adjust count-lines val for last line.
+
+1993-04-05 Roland McGrath (roland@wookumz.gnu.ai.mit.edu)
+
+ * add-log.el (find-change-log): New function.
+ (add-change-log-entry): FILE-NAME frobnicating code moved there;
+ call it.
+ * vc.el (vc-comment-to-change-log):
+ Renamed from vc-comment-to-changelog.
+ Take optional arg and pass it to find-change-log.
+ Added docstring and interactive spec.
+
+1993-04-05 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * compile.el (compilation-error-regexp-alist):
+ Merged HP-UX 7.0 fc regexp with the
+ GNU format regexp: just allowing blanks to terminate the line number
+ makes that one handle the HP case. Merged MIPS RISC CC regexp with
+ Apollo cc regexp: make "s optional, and don't anchor to bol.
+
+ * compile.el (compilation-error-regexp-alist):
+ Changed MIPS RISC CC regexp (last one) to
+ be anchored at bol, and to never match multiple lines.
+
+1993-04-03 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * man.el, assoc.el: Installed Barry Warsaw's new and much more
+ featureful man page browser.
+
+ * finder.el, help-screen.el, faces.el: Added or corrected
+ documentation headers
+
+1993-04-03 Noah Friedman (friedman@geech.gnu.ai.mit.edu)
+
+ * comint.el: New comint-read-noecho.
+
+1993-04-02 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * chistory.el (repeat-history-command): Bug fix. Someone forgot a car.
+
+1993-04-02 Richard Stallman (rms@wookumz.gnu.ai.mit.edu)
+
+ * mpuz.el (mpuz-try-letter): Use read-char to read digit.
+ Use message directly also. Use downcase.
+ (mpuz-read-map): Deleted.
+
+ * dired.el (dired-unmark-all-files): Read the arg as just a char.
+
+1993-04-01 Richard Stallman (rms@wookumz.gnu.ai.mit.edu)
+
+ * lisp-mode.el (eval-defun): Rename argument to avoid collision.
+ (eval-last-sexp): Likewise.
+
+1993-03-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * etags.el (etags-tags-completion-table): Rewritten with a mondo
+ regexp.
+
+1993-03-31 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
+
+ * timer.el (timer-program): New defconst.
+ (run-at-time): Use timer-program as the name of the program the
+ subprocess should run, and search for it in exec-directory, rather
+ than checking the entire exec path.
+
+1993-03-31 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * simple.el (indent-for-comment): Use skip-syntax-backward in place of
+ skip-chars-backward.
+ Correctly set INDENT to the return value of comment-indent-function.
+
+ * etags.el (etags-tags-completion-table): Use skip-syntax-backward
+ instead of skip-chars-backward.
+
+ * view.el (view-exit): Use local map view-old-local-map,
+ not (current-local-map).
+ (view-buffer-other-window): Remove spurious backslashes from
+ interactive spec.
+
+ * map-ynp.el (map-y-or-n-p): Make bindings of user-defined keys be
+ each a vector containing the user's binding, rather than 'user. Check
+ (vectorp DEF) and call the vector's elt, rather than checking (eq 'user
+ DEF) and calling something completely random.
+
+ * novice.el (enable-command): Remove spurious assignment of free
+ variable `foo'.
+
+ * help.el (describe-function): For Lisp functions, write a
+ prototype call before the docstring, instead of an argument
+ description after it.
+
+1993-03-30 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
+
+ * files.el (find-backup-file-name): Delete nothing if overflow
+ in number of versions to keep.
+
+1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
+
+ * subr.el (int-to-string): Make this an alias for the subr
+ number-to-string.
+
+1993-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * isearch.el (isearch-mode-map): Delete the binding for C-h.
+ (isearch-done): Customize the message about mark.
+
+1993-03-30 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
+
+ * comint.el (comint-read-noecho): Rewritten to provide some simple
+ editing ability and be able to abort when called from a process
+ filter. Re-arranged and updated docstring.
+
+1993-03-30 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * ring.el: Changed summary line.
+
+1993-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * faces.el: New file.
+
+1993-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * rmail.el (rmail): Don't use mbox as inbox by default.
+
+ * simple.el (count-lines): Use save-match-data.
+
+ * buff-menu.el: Put back removed years in copyright notice.
+
+1993-03-29 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * vc.el (vc-next-action, vc-print-log, vc-diff, vc-revert-buffer):
+ Improved logic for parent buffer finding.
+
+ (vc-cancel-version): bug fix.
+
+1993-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * mailabbrev.el: Provide mailabbrev, not mail-abbrevs.
+
+1993-03-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * fill.el (fill-individual-paragraphs): When skipping mail headers,
+ skip to a blank line.
+
+ * env.el (setenv): Renamed back from putenv.
+
+ * replace.el (regexp-history): New history list.
+ (occur, flush-lines, keep-lines, how-many): Use it.
+ (occur): Don't insert previous string in minibuffer gratuitously.
+ Just use it if input is empty.
+ Use save-match-data around count-lines.
+
+1993-03-28 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
+
+ * setenv.el: Renamed to env.el. Provide `env', not `setenv'.
+ (setenv): Renamed to `putenv', which is the more proper complement
+ of `getenv'. `setenv' retained as an alias.
+ Make VALUE parameter optional; if not set, remove VARIABLE from
+ process-environment.
+
+ * rlogin.el (rlogin): If given a prefix argument and an rlogin
+ session for HOST is already running, start a new rlogin process
+ rather than switching to the existing one. Added docstring.
+ Bound `proc' in let*.
+ (rlogin-explicit-args, rlogin-password-paranoia): New variables.
+ (rlogin-filter): Prompt for passwords in minibuffer if
+ rlogin-password-paranoia is set.
+ (rlogin-with-args, rlogin-password): New functions.
+
+1993-03-28 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * vc.el (vc-comment-to-changelog): A useful vc-checkin hook, added.
+ (vc-checkout): Now rejects attempts to check out files via FTP.
+
+ * vc.el: The `derived buffers' in the mode (the VC log buffer,
+ status buffers, and most buffer output commands) now know which
+ file buffer was their parent, and most commands will try to find
+ such a parent buffer when executed from within a special buffer.
+
+ * makefile.el: Added autoload cookie for entry point.
+
+ * files.el (auto-mode-alist): added pairs for .ms, .man, .mk,
+ [Mm]akefile, .lex.
+
+ * electric.el: (shrink-window-if-larger-than-buffer) Added doc
+ string. Made argument optional, because window-buffer does the
+ right thing with nil.
+
+ * ebuff-menu.el (electric-buffer-menu-mode-map): fillarray isn't a
+ valid operation on maps any more.
+
+1993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * refer.el: Installed.
+
+1993-03-27 Richard Stallman (rms@wookumz.gnu.ai.mit.edu)
+
+ * lucid.el (try-face-font, find-face, get-face): New aliases.
+
+1993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * abbrevlist.el, old-inf-lisp.el, old-screen.el old-shell.el,
+ oshell.el: Removed.
+
+1993-03-27 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
+
+ * rlogin.el: Updated copyright year and added autoload cookies.
+ (rlogin): Set process marker to beginning of buffer.
+ (rlogin-filter): Use unwind-protect to restore match-data. Use
+ insert-before-markers instead of insert to keep input and output
+ from getting garbled. Delete spurious ?\C-m chars in output
+ instead of replacing them with ?\ .
+
+1993-03-27 Richard Stallman (rms@wookumz.gnu.ai.mit.edu)
+
+ * case-table.el: Add autoloads.
+ (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
+ Rename arg STRING to TABLE. Do not set the standard case table.
+
+1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * loaddefs.el: Commented out function-key-error definition and
+ uses in the global keymaps. RMS and jimb objected to the amount
+ of space these took up in the keybinding listings.
+
+1993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * lpr.el (printify-buffer): Added, debugged from Roland McGrath's
+ printify-buffer code in LCD.
+
+ * cookie.el (cookie): Enhanced it to handle both LINS files and
+ UNIX fortune files.
+
+ * rect.el (fill-rectangle): Added. Inspired by Lynn Slater's
+ insert-box package in LCD, but the interface and implementation
+ are different.
+
+ * loaddefs.el (ctl-x-map): Added binding for fill-rectangle.
+
+ * buff-menu.el (Buffer-menu-toggle-read-only): Added, per Rob
+ Austein's suggestion in the LCD package bm-toggle.el.
+
+ * subr.el (add-hook): Added optional arg to cause hook to be
+ appended rather than prepended to the hook list. This obviates
+ the 23 different hook-bashing packages in LCD.
+
+ * subr.el (current-word): Added. Lots of help and default-generator
+ functions in LCD use it, and it's remarkably difficult to get
+ right, especially given the new syntax primitives.
+
+1993-03-26 Richard Stallman (rms@geech.gnu.ai.mit.edu)
+
+ * files.el (local-write-file-hooks): New variable.
+ (set-visited-file-name): Kill local-write-file-hooks as local var.
+ (basic-save-buffer): Use local-write-file-hooks.
+
+1993-03-26 Richard Stallman (rms@wookumz.gnu.ai.mit.edu)
+
+ * files.el (local-write-file-hooks): New variable.
+ (set-visited-file-name): Kill local-write-file-hooks as local var.
+ (basic-save-buffer): Use local-write-file-hooks.
+
+1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * yow.el (psychoanalyze-pinhead): Needed a prefrontal lobotomy. I
+ gave it one.
+
+ * two-column.el: Added Commentary.
+
+1993-03-25 Richard Stallman (rms@geech.gnu.ai.mit.edu)
+
+ * help.el (describe-function): Add blank line above doc string.
+
+ * uncompress.el: Add provide call.
+
+1993-03-25 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * lisp-mnt.el (lm-last-modified-date): Fixed return bug.
+
+ (lm-author, lm-maintainer): These now return cons pairs, not strings.
+
+ * shell.el: Brent Benson's patch to support `cd -'.
+
+ * mh-e.el (mh-unshar): Added.
+
+ * emacsbug.el: Added a (provide 'emacsbug); lisp-mnt.el needs this.
+
+1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
+
+ * term/x-win.el (x-defined-colors): Use x-color-defined-p instead of
+ x-defined-color.
+ (x-handle-geometry): Use x-parse-geometry instead of x-geometry.
+
+1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
+
+ * calendar.el (calendar-standard-time-zone-name,
+ calendar-daylight-time-zone-name): Initialize these at load-time,
+ as well as calendar-time-zone.
+
+ * calendar.el (calendar-time-zone): Fix code which initializes
+ this.
+
+1993-03-24 Richard Stallman (rms@wookumz.gnu.ai.mit.edu)
+
+ * term/x-win.el: Bind M-next to an alias scroll-other-window-1
+ to get better doc string output.
+
+1993-03-23 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * compile.el: Fix library headers.
+
+1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
+
+ * files.el (insert-directory): Do chase symlinks before passing
+ the directory name to ls.
+
+1993-03-23 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * buff-menu.el: Incorporated changes from Bob Weiner's enhanced
+ buff-menu from the LCD archive.
+
+1993-03-23 Richard Stallman (rms@geech.gnu.ai.mit.edu)
+
+ * replace.el (query-replace-map): Define backspace like delete.
+
+1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * cookie.el: Created. This file contains what was formerly the
+ guts of spook.el, lightly hacked to support more than one
+ simultaneous cookie database.
+
+ * spook.el, yow.el: Modified to use cookie.el. Total code in
+ the three files cookie.el, yow.el and spook.el is less than the
+ old spook.el + yow.el.
+
+ * time.el, timer.el, uncompress.el, underline.el, view.el, vip.el,
+ xscheme.el: Added or corrected Commentary section. This finishes
+ my pass over the lisp libraries; I'll teach the finder about
+ these commentary sections soon.
+
+1993-03-22 Richard Stallman (rms@wookumz.gnu.ai.mit.edu)
+
+ * term/x-win.el (x-win-suspend-error):
+ suspend-hook renamed from suspend-hooks.
+
+1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * help.el, register.el, replace.el, reposition.el, rfc822.el,
+ rlogin.el, rot13.el, scribe.el, scroll-bar.el, sendmail.el,
+ setenv.el, sgml-mode.el, simple.el, simula.el, sort.el, spell.el,
+ spook.el, studly.el, tabify.el, text-mode.el: Added or corrected
+ Commentary headers.
+
+1993-03-22 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * diary-insert.el: Change the name to diary-ins.el.
+ * calendar.el: Change all autoload references to diary-ins.
+
+1993-03-22 Richard Stallman (rms@geech.gnu.ai.mit.edu)
+
+ * help.el: Don't load help-screen at run time if compiled.
+
+1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * man.el, mlconvert.el, mlsupport.el, modula2.el, mouse.el,
+ mpuz.el, netunam.el, novice.el, nroff-mode.el, options.el,
+ outline.el, page.el, paragraphs.el, picture.el, prolog.el,
+ rect.el: Added or corrected Commentary sections.
+
+1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * abbrev.el, ada.el, add-log.el, array.el, autoinsert.el,
+ autoload.el, awk-mode.el, bib-mode.el, bibtex.el, buff-menu.el,
+ bytecomp.el, c++-mode.el, c-mode.el, cl-indent.el, cmacexp.el,
+ cmulisp.el, cmuscheme.el, comint.el, compare-w.el, compile.el,
+ debug.el, diff.el, dired-aux.el, dired.el, disass.el,
+ dissociate.el, doctor.el, ebuff-menu.el, edebug.el, ehelp.el,
+ emacsbug.el, emerge.el, files.el, fill.el, fortran.el, gosmacs.el,
+ hanoi.el, hexl.el, hideif.el, icon.el, indent.el, iso-insert.el,
+ iso-swed.el, iso-syntax.el, iso8859-1.el, ispell.el, kermit.el,
+ ledit.el, life.el, lisp-mode.el, lisp.el, lpr.el, macros.el,
+ mail-utils.el, mailalias.el, makefile.el, makesum.el, mim-mode.el,
+ modula2.el, nroff-mode.el, perl-mode.el, prolog.el, scheme.el,
+ sgml-mode.el, tex-mode.el:
+ Added or corrected Commentary sections. There's more of this
+ coming; soon, the package finder will be able to browse Commentary
+ sections, and I want almost all packages to have useful ones.
+
+1993-03-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * help.el: Don't load help-screen at run time if compiled.
+
+ * simple.el (line-number-mode): New function and variable.
+
+ * loaddefs.el (default-mode-line-format-default): Use %l.
+
+1993-03-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
+
+ * time.el (display-time): Doc fix.
+
+ * isearch.el (isearch-switch-frame-handler): Call
+ handle-switch-frame instead of select-frame; it has been renamed.
+
+ * simple.el (comment-indent-function): New variable, intended to
+ replace comment-indent-hook.
+ (comment-indent-hook): Make this default to nil now.
+ (indent-for-comment): If comment-indent-hook is non-nil, call it
+ for backward compatibility; otherwise, call
+ comment-indent-function.
+ * bytecomp.el: Declare comment-indent-hook an obsolete variable.
+
+1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
+
+ * time.el (display-time): Doc fix.
+
+ * lucid.el: Alias lower-screen and raise-screen to lower-frame and
+ raise-frame, the new names for those functions.
+
+1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * bush.el: Deleted.
+
+ * finder.el: Make sure that when new keywords are compiled, we see them
+ immediately.
+
+1993-03-19 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
+
+ * tex-mode.el (tex-send-command): Fix the command sent so that no
+ blank is inserted when replacing the asterisk with the file name.
+
+1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * vt100-led.el, bg-mouse.el, sup-mouse.el, sun-mouse.el:
+ moved to term directory.
+
+1993-03-18 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * Makefile: created. This exists mainly so developers elsewhere
+ can unlock the lisp files to accept an update tar, then relock
+ them without locking the few that should stay writeable.
+
+ * solar.el, ange-ftp.el: Corrected Keywords header
+
+ * ftp.el: Nuked (actually, moved to =ftp.el).
+ ange-ftp.el replaces this.
+
+1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
+
+ * solar.el (solar-time-string): Round the time properly.
+
+1993-03-18 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
+
+ * abbrev.el, abbrevlist.el, add-log.el, apropos.el, array.el,
+ autoload.el, awk-mode.el, cal-french.el, cal-mayan.el,
+ calendar.el, cmulisp.el, cmuscheme.el, comint.el, compile.el,
+ completion.el, cust-print.el, dabbrev.el, debug.el, diary.el,
+ diff.el, disass.el, edebug.el, edmacro.el, emacsbug.el, finder.el,
+ inf-lisp.el, ispell.el, life.el, lisp.el, lunar.el, macros.el,
+ netunam.el, old-shell.el, scribe.el, spell.el, sun-cursors.el,
+ terminal.el, unrmail.el, vms-pmail.el:
+ Add or correct Keywords headers for finder.
+
+1993-03-18 Richard Stallman (rms@geech.gnu.ai.mit.edu)
+
+ * frame.el (make-frame): Renamed from new-frame.
+ (new-frame): Alias for make-frame.
+
+1993-03-18 Richard Stallman (rms@wookumz.gnu.ai.mit.edu)
+
+ * frame.el (make-frame): Renamed from new-frame.
+ (new-frame): Alias for make-frame.
+
+1993-03-18 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * tex-mode.el (tex-send-command): Fix the command sent so that no
+ blank is inserted when replacing the asterisk with the file name.
+
+1993-03-18 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * term/wyse50.el: (function-key-map) Nuke code no longer bound to keys.
+
+ * term/tvi970.el: (function-key-map)
+ As many key cookies as possible renamed to fit the new conventions
+ documented in lisp/term/README.
+
+ * term/vt100.el, term/news.el: (function-key-map)
+ Fix things so that bindings are added to the keymap already created by
+ terminal initialization.
+
+1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * help-screen.el: Installed, following release. Now package
+ writers can easily implement help screens resembling Emacs's
+ own on-line help system.
+
+ * help.el: help-for-help now uses make-help-screen from help-screen.el.
+
+1993-03-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * finder-inf.el: Deleted the RCS file.
+
+1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * isearch.el, lselect.el, select.el, scroll-bar.el, texinfo.el,
+ pending-del.el, profile.el, texinfmt.el, ls-lisp.el, meese.el,
+ isearch.el, tmenu.el, lmenu.el, rmailsum.el, unrmail.el,
+ hippie.el, lmenu.el, rmailmsc.el, rlogin.el, mhspool.el,
+ lisp-mode.el, novice.el, mouse.el, vms-pmail.el, vc-hooks.el,
+ levents.el, iso8859-1.el, isearch.el, hippie.el, find-gc.el,
+ cust-print.el, find-dired.el, etags.el, electric.el, dired.el,
+ dired-aux.el, cust-print.el, cmuscheme.el, cmulisp.el, cl.el,
+ case-table.el, byte-run.el, ange-ftp.el, backquote.el:
+ Added or corrected library header comments.
+
+1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * finder.el (finder-compile-keywords): Treat nil in a path
+ argument as $PWD.
+
+ (finder-by-keyword): Handle LFD as input gracefully.
+
+1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * vc-hooks.el: Increment version number to match vc.el's.
+
+ * vc.el (vc-header-strings): Name changed to vc-header-alist, to match
+ the docs.
+
+ (vc-finish-logentry, vc-next-comment, vc-previous-comment,
+ vc-comment-search-forward, vc-comment-search-backward) The VC comment
+ ring is now a separate buffer from *VC-log*; editing of old comments
+ is no longer destructive.
+
+1993-03-16 Paul Eggert (eggert@twinsun.com)
+
+ * vc.el (vc-version-diff): Use (message ...), not (message (format
+ ...)). (vc-backend-checkout, vc-backend-assign-name): Correct
+ bogus messages.
+
+ * vc-hooks.el: Merge today's change by eric with everybody else's
+ change (from 1992/08/04 through 1993/02/24).
+
+1993-03-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-from-buffer): Put buffer containing
+ compiled code in binary overwrite mode.
+
+ * simple.el (quoted-insert): In overwrite mode, don't read digits
+ as an octal character code. In binary overwrite mode, overwrite
+ the characters instead of inserting them.
+ (overwrite-mode-textual, overwrite-mode-binary): New symbols, for
+ use in the mode line.
+ (overwrite-mode): Doc fix. Use force-mode-line-update.
+ (binary-overwrite-mode): New function.
+ * loaddefs.el (minor-mode-alist): Make the mode line element for
+ overwrite-mode be the symbol `overwrite-mode'.
+
+1993-03-16 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * vc.el, vc-hooks.el: the macro vc-error-occurred has to move from
+ vc.el to vc-hooks.el for C-x C-f of a nonexistent file to work.
+
+1993-03-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * calendar.el (calendar-time-zone): Initialize this when
+ calendar.el loads, not in the defvar.
+
+1993-03-15 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * register.el (view-register): Neglect not to avoid failing to
+ properly display all the possible sorts of things one might find
+ in a buffer.
+
+ Make frame configurations start with a distinctive symbol.
+ * frame.el (current-frame-configuration): Return a list as before,
+ but starting with `frame-configuration'.
+ (set-frame-configuration): Check that CONFIGURATION is a list
+ starting with `frame-configuration', strip it off, and do as before.
+ (frame-configuration-p): New function.
+ * register.el (jump-to-register): Use frame-configuration-p,
+ instead of catching an error in set-frame-configuration. Really now.
+
+ * indent.el (indent-region, indent-region-function): Doc fix.
+
+ * indent.el (indent-line-function): Doc fix.
+
+1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * sort.el (sort-float-fields, sort-numeric-fields): Use
+ string-to-number, not string-to-float or string-to-int.
+
+ * sort.el (sort-float-fields): Make this autoloaded.
+
+ * sort.el (sort-numeric-fields): Doc fix.
+
+1993-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * lselect.el, select.el: New files.
+
+ * term/x-win.el: Require select.el.
+ (x-select-text): Update call to x-set-cut-buffer.
+ Put `PRIMARY' and `CLIPBOARD' in upper case.
+ (x-cut-buffer-or-selection-value): Put `PRIMARY' in upper case.
+
+ * lucid.el, lmenu.el, levents.el: New files.
+ Much of lmenu.el comes from Lucid.
+
+1993-03-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * rmailsum.el (rmail-summary-next-msg): Call display-buffer.
+ (rmail-summary-previous-all, rmail-summary-next-all): Likewise.
+ (rmail-summary-rmail-update): Do nothing if rmail buffer not visible.
+ (rmail-summary-mode-map): Don't bind C-n, C-p. Use ordinary move cmds.
+
+1993-03-12 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * term/x-win.el: Added library headers.
+
+1993-03-12 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * loaddefs.el (global-map): Fixed a typo in the binding of
+ [kp-backtab].
+
+ * term/x-win.el: Added library headers back in. Didn't touch
+ any key bindings or code, and won't without making sure there
+ won't be any repeat of the bad-patch brouhaha.
+
+1993-03-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * term/x-win.el: Cancel previous change, since it discarded
+ earlier necessary changes.
+
+1993-03-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * term/x-win.el: Cancel previous change, since it discarded
+ earlier necessary changes.
+
+1993-03-11 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * term/vt100.el:
+ Added headers, commented out code the duplicates startup effects.
+
+ * term/x-win.el: Added headers, removed function bindings.
+
+ * term/wyse50.el: Added headers, changed some keycap names.
+
+ * term/tvi970.el: Added headers, changes some keycap names.
+
+ * term/sun.el: Added headers, removed function-key bindings.
+
+ * term/news.el: Added headers, changed a few cookie names.
+
+ * term/keyswap.el: Initial revision
+
+1993-03-11 Jim Blandy (jimb@mole.gnu.ai.mit.edu)
+
+ * term/x-win.el: Disable suspending under X windows by setting
+ suspend-hooks, not suspend-hook. The latter is an obsolete name.
+ Use add-hook instead of setting suspend-hooks directly.
+
+1993-03-11 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ A boatload of changes to terminal support and terminal capability
+ initialization that make it a lot smarter, with a more uniform
+ and featureful interface across many different keyboard types.
+
+ * term.c (fkey_table): has been expanded to handle the entire
+ intersection of the capability sets defined by X keysyms and
+ terminfo. That is, every keysym for which there is a natural
+ equivalent in terminfo is now bound to that by the startup code.
+
+ * loaddefs.el (global-map): Natural default keybindings set up for
+ almost all supported keysyms other than function keys. All
+ other keysyms are now default-bound to a function which explains
+ that the key is not bound to anything, then raises an error.
+
+ * term/READ.ME: terminal package conventions and standard keysym
+ cookies are now documented here.
+
+ * term/AT386.el: new package installed. Handles IBM-AT style
+ console keyboards with style and flair.
+
+ * term/new-at386.el: removed, it was obsolescent.
+
+ * term/apollo.el: nuked and linked to vt100.el. All it formerly
+ did was load vt100.el.
+
+ * term/bobcat.el: copied and linked to `keyswap.el'.
+
+ * term/keyswap.el: the old bobcat.el with headers and docs. This
+ is available for other terminal packages to call.
+
+ * term/news.el: cleaned up, headers added.
+
+ * term/sun.el: headers added, [again] changed to [redo]. This
+ package is a hairball and should probably be scrapped if we
+ can find or built abetter one.
+
+ * term/tvi970.el: headers added, [enter] changed to [kp-enter].
+
+ * term/vt100.el: headers added, cleanup, explicit function-key
+ enable is no longer necessary.
+
+ * term/vt200.el: nuked. It's now a link to vt100.el. This is possible
+ because all the things handled differently on the vt200 are
+ mined out of termcap by 19's initialization before either
+ package is loaded.
+
+ * term/wyse50.el: cleaned up, headers added, various cookie names
+ changed, function bindings removed.
+
+ * term/x-win.el: cleaned up, headers added. Some bindings of keycap
+ cookies to functions were removed; all that stuff is handled
+ terminal-independently in loaddefs now.
+
+ Other changes:
+
+ * help.el: added binding and menu line for new `P' package-finder
+ command. Won't actually take effect till the next Emacs build.
+
+ * vc.el (vc-backend-checkin): Fixed bizarre POM-dependent bug
+ introduced into VC by a bad patch. This was one for the
+ books....badly corrupted vc-checkin code somehow mostly functioned
+ for three days. The Code That Would Not Die...
+
+1993-03-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * startup.el (command-line-1): Fix copyright year.
+
+1993-03-10 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * diary-insert.el (insert-anniversary-diary-entry,
+ insert-block-diary-entry): Fix calendar-date-display-form used.
+
+1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * files.el (basic-save-buffer): If file-precious-flag is set, and
+ we write the buffer to a temp file and then rename it, don't
+ neglect to set the new file's modes properly.
+
+1993-03-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * term/x-win.el (function-key-map):
+ Map key symbols backspace, return... into ASCII chars.
+ Likewise their Meta versions.
+ Also add `ascii-character' properties.
+
+1993-03-09 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * term/at386.el: Removed. The new terminal initialization stuff
+ makes it superfluous. I wrote it, so I should know. :-)
+
+ * vc.el: Installed version 5, the new baseline. This version
+ merges my changes with Paul Eggert's.
+
+1993-03-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * timer.el (run-at-time): Allow an integer as TIME.
+ (cancel-timer): New function.
+
+ * c-mode.el (c-beginning-of-statement): If next to a comment,
+ use sentence motion.
+
+ * map-ynp.el (map-y-or-n-p): Use query-replace-map.
+
+ * replace.el (query-replace-map): New keymap.
+ (perform-replace): Use query-replace-map.
+ (query-replace, query-replace-regexp, map-query-replace-regexp):
+ (replace-string, replace-regexp): Don't print `done' if unread chars.
+
+ * help.el (command-apropos): Print echo area message iff found symbols.
+
+ * rmailsum.el (rmail-update-summary): New function.
+ (rmail-new-summary): New arg redo-form. Considerable rewrite
+ of how and when buffers are selected.
+ (rmail-summary-mode): New local vars rmail-summary-redo,
+ revert-buffer-function, post-command-hook, rmail-current-message.
+ (rmail-summary-expunge): Use rmail-update-summary.
+ (rmail-summary-get-new-mail): Likewise.
+ (rmail-summary-expunge-and-save): Likewise.
+ (rmail-summary-input): Don't update summary at all.
+ (rmail-summary-reply): Do the work inside save-window-excursion,
+ then switch to the mail buffer.
+ (rmail-summary-retry-failure): Likewise.
+ (rmail-summary-edit-current-message): Delete spurious autoload.
+ (rmail-summary-summary): Function deleted.
+ Use plain rmail-summary on h and C-M-h.
+ (rmail-summary-rmail-update): New function.
+
+ * rmail.el (rmail-delete-forward): Go to summary buf to change D mark.
+ Always do the motion in the rmail buffer; let that handle summary.
+ (rmail-undelete-previous-message): Likewise.
+ (rmail-select-summary): New macro.
+ (rmail-show-message): Use rmail-select-summary.
+ (rmail-get-new-mail): Likewise.
+ (rmail-expunge): Likewise.
+
+ * pending-del.el: New file.
+
+1993-03-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * subr.el (posn-timestamp, posn-col-row, posn-point, posn-window):
+ (event-end, event-start, mouse-movement-p): Moved from mouse.el.
+ * mouse.el: Functions moved to subr.el.
+
+1993-03-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * subr.el (event-basic-type): New function.
+
+ * isearch.el: Renamed from isearch-mode.el.
+
+ * isearch-mode.el (isearch-other-meta-char): Call listify-key-sequence.
+ (isearch-unread): Don't call it here.
+ (isearch-mode-map): Bind the ASCII-equivalent function keys.
+
+1993-03-07 Paul Eggert (eggert@twinsun.com)
+
+ * vc.el (vc-update-change-log): Check that ChangeLog is writable
+ before starting the expensive rcs2log process.
+ Use call-process instead of shell-command to invoke rcs2log;
+ this avoids undesired shell escapes and is more robust about errors.
+ Put mark at point-min, so that the new insertion is in the region.
+ (vc-checkin-hook): Fix `runs-hooks' typo.
+ (vc-checkout-writeable-buffer-hook): New var.
+ (vc-next-action): Fix bug: initial checkin was botched when C-x v v
+ was applied to a new file while vc-initial-comment was non-nil.
+ (vc-register): Don't barf when registering a new, empty buffer.
+ (vc-directory): The `No files are currently registered'
+ message was wrongly worded, because sometimes the message talks
+ about locked files, not registered files.
+ (vc-file-tree-walk): Change (apply 'funcall ...) to (apply
+ ...), since the 'funcall is redundant.
+ When traversing a directory tree, message
+ "Traversing directory XXX" so that the user can see what progress is
+ being made. Traversal can take a long time. Omit first argument,
+ since it is always the current directory. All callers changed.
+ (vc-file-tree-walk-internal): New function.
+ (vc-do-command, vc-diff, vc-version-diff, vc-backend-diff):
+ Remove redundant calls to `format'.
+ (vc-diff): Remove unused variable `old'.
+ (vc-version-diff): When recursively generating a difference
+ listing, don't append the latest output unless diff was actually run;
+ otherwise, you'll get the output from the previous file by mistake.
+
+1993-03-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * term/x-win.el (function-key-map):
+ Map key symbols backspace, return... into ASCII chars.
+
+1993-03-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * isearch-mode.el (isearch-mode): Don't make a pre-command-hook.
+
+ * vc.el (vc-revert-buffer1): Use mark-marker; don't alter mark-active.
+
+ * subr.el (event-modifiers): New function.
+ (eventp): New function.
+
+1993-03-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * isearch-mode.el (isearch-unread): Find last list element by hand.
+
+ * info.el (Info-forward-node): Properly go to first menu item.
+ (Info-insert-dir): Bind temp wider, around use.
+
+ * term/x-win.el (function-key-map):
+ Map key symbols backspace, return... into ASCII chars.
+ Likewise their Meta versions.
+ Also add `ascii-character' properties.
+
+ * simple.el (set-mark): Activate the mark.
+ (mark): Handle region-active. New optional arg FORCE.
+ (exchange-point-and-mark, push_mark): Pass FORCE.
+ (set-mark-command): Likewise.
+
+ * terminal.el (te-escape-extended-command-unread): Handle any key seq.
+
+ * emerge.el (emerge-show-file-name): Handle any kind of event.
+
+ * fortran.el (fortran-abbrev-start): Handle any kind of event.
+ (fortran-window-create-momentarily): Likewise.
+
+ * ehelp.el (electric-help-command-loop): Handle any kind of event.
+
+ * ebuff-menu.el (electric-buffer-list): Handle any kind of event.
+ (Electric-buffer-menu-exit): Handle any key sequence.
+
+ * info.el (Info-summary): Handle any event
+ when flushing the display.
+
+ * simula.el (simula-electric-label): Handle any event
+ when flushing the display.
+
+ * subr.el (momentary-string-display): Handle any event
+ when flushing the display.
+
+ * comint.el (comint-dynamic-list-completions): Handle any event
+ when flushing the display.
+
+ * subr.el (listify-key-sequence): New function.
+ * simple.el (prefix-arg-internal): Use listify-key-sequence.
+
+ * isearch-mode.el (isearch-unread): Handle multiple args.
+ For Emacs 19, use listify-key-sequence.
+ If not Emacs 19, assume they are a meta sequence.
+ (isearch-other-meta-char): Pass the whole key sequence.
+ (isearch-other-control-char): Make this alias for ...-meta-char.
+
+ * rmail.el (rmail-bury): Record Rmail buffer to bury it later.
+
+1993-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * disp-table.el: Add autoload comments.
+ (rope-to-vector): Deleted.
+ (describe-display-table): Don't use rope-to-vector.
+
+ * compare-w.el (compare-windows): Use compare-buffer-substrings.
+
+1993-03-05 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * term/x-win.el: Disable suspending under X windows by setting
+ suspend-hooks, not suspend-hook. The latter is an obsolete name.
+ Use add-hook instead of setting suspend-hooks directly.
+
+ * bytecomp.el: Declare suspend-hook to be an obsolete variable.
+
+1993-03-05 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el (hebrew-calendar-yahrzeit): Change reference to
+ nonexistent function last-month-of-hebrew-year to the correct
+ function hebrew-calendar-last-month-of-year.
+
+ * cal-mayan.el (calendar-mayan-haab-on-or-before,
+ calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'.
+
+ * cal-mayan.el (calendar-next-tzolkin-date): Delete bogus second
+ defun.
+
+1993-03-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * simple.el (kill-ring-save): Doc fix.
+
+ * sun-mouse.el (suspend-emacstool): Run suspend-hooks, not
+ suspend-hook.
+
+ * resume.el: Doc fix.
+
+ * simple.el (yank, yank-pop): Always return nil; don't rely on
+ exchange-point-and-mark to return nil.
+ * fill.el (justify-current-line): Return nil, to be sure to
+ conform with documentation.
+
+1993-03-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * files.el (write-file): Handle directory name as arg.
+
+ * rmail.el: Major changes from Bob Weiner <weiner@pts.mot.com>
+ Handle some Emacs 18 function names to run in 18.
+ This is to facilitate working with Weiner.
+ (rmail-reply-prefix): New variable.
+ (rmail-reply): Use that variable to add to subject.
+ (rmail-retry-failure): Change binding to M-m.
+ (rmail-forward): Look for >From as well as for From.
+ Handle case where neither is found.
+ (rmail-last-regexp): New variable.
+ (rmail-mode): Make rmail-last-regexp local.
+ (rmail): Don't update rmail-mode data for old buffer
+ if it's not in rmail mode.
+ Error if in Rmail Edit mode.
+ (rmail-bury): New command, plus key binding.
+ (rmail-summary-by-topic): New key binding.
+ (rmail-insert-inbox-text): Check for pop case earlier.
+ (rmail-convert-to-babyl-format): Handle Content-Length field.
+ (rmail-maybe-display-summary): New function.
+ (rmail-redisplay-summary): New user option.
+ (rmail-undelete-previous-message, rmail-delete-forward):
+ (rmail-get-new-mail, rmail-show-message): Update summary buffer if any.
+ Call rmail-maybe-display-summary to put it back on screen.
+ (rmail-only-expunge): Renamed from rmail-expunge.
+ (rmail-expunge): New function.
+ (rmail-message-recipients-p, rmail-message-regexp-p): New functions.
+ (rmail-summary-exists, rmail-summary-displayed): New functions.
+
+1993-03-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * cl.el (defsetf): Use eval-and-compile for self-update-fn.
+
+ * add-log.el (add-change-log-entry): Never move past second hdr line.
+
+1993-03-02 Jim Blandy (jimb@mole.gnu.ai.mit.edu)
+
+ * term/x-win.el (x-switch-definitions): Use the proper names for
+ the scroll bar parameters.
+
+ Use the term `scroll bar', instead of `scrollbar'.
+ * term/x-win.el, frame.el, mouse.el: Terminology changed.
+ * scrollbar.el: Renamed to scroll-bar.el.
+
+ * term/x-win.el: Require `scroll-bar', not `scrollbar'.
+
+1993-03-02 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * frame.el (new-frame): Doc fix.
+
+ * info.el (Info-directory-list): Doc fix; it is set according to
+ INFOPATH, not INFODIR.
+
+ * info.el (Info-find-node): Don't try to set the info buffer's
+ directory according to Info-directory; that variable doesn't exist
+ any more. Instead, let Info-insert-dir set the current directory.
+ (Info-insert-dir): Properly check for upper- and lower-case forms
+ of "dir", with and without ".info" extension. Set the buffer's
+ default-directory to the directory containing the first dir file
+ we find, and cache it in Info-dir-contents-directory.
+ (Info-dir-contents-directory): New variable, to cache the
+ directory we decided to use as the merged directory's
+ default-directory.
+
+ * term/x-win.el (x-switch-definitions): Use the proper names for
+ the scroll bar parameters.
+
+1993-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * frame.el: Doc fixes.
+ (set-pointer-color): Renamed to set-mouse-color.
+ (set-border-color): New function.
+
+ * info.el (Info-insert-dir): Make menu items in Top node
+ pointing each of the other nodes.
+
+ * rmail.el (rmail-get-new-mail): Reset read-only after find-file.
+
+1993-03-01 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * simple.el (kill-region): If the buffer is read-only, call
+ `barf-if-buffer-read-only' instead of just `ding', to get the
+ appropriate error condition and message.
+
+ * hexl.el (hexl-mode-map): When initializing, remember that the
+ argument to key-binding is a key sequence, not a single key.
+
+ * mouse.el (mouse-split-window-vertically): If the user clicks too
+ close to the top or bottom of a window, split at the closest
+ reasonable line. Give a helpful error message if the window is
+ too small to be split anywhere.
+ (mouse-split-window-horizontally): Similar changes.
+
+1993-02-28 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * simple.el (insert-buffer): Make sure this returns nil.
+
+ * simple.el (quoted-insert): Use insert-char, instead of writing
+ out the loop.
+
+ * etags.el (find-tag-other-window): If another window is already
+ displaying the tag's buffer, explicitly set that window's point to
+ the tag's position.
+
+ Use the term `scroll bar', instead of `scrollbar'.
+ * term/x-win.el, frame.el, mouse.el: Terminology changed.
+ * scrollbar.el: Renamed to scroll-bar.el.
+
+1993-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * frame.el (auto-raise-mode): Renamed from toggle-auto-raise.
+ (auto-lower-mode): Renamed from toggle-auto-lower.
+
+1993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * timer.el (run-at-time): Doc fix.
+
+ * autoload.el (generate-file-autoloads): Add another
+ save-excursion so that point is before the generated autoloads
+ after we scan the file.
+
+1993-02-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * add-log.el (add-change-log-entry): Find end of first paragraph
+ from after the header line.
+
+ * subr.el (walk-windows): Doc fix.
+
+ * register.el (point-to-register): Make arg ARG optional.
+ (window-configuration-to-register): Likewise.
+ (frame-configuration-to-register): Likewise.
+
+1993-02-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * term/x-win.el (scroll-bar-mode, scroll-bar-mode): Move these
+ functions to scrolbar.el.
+ * scrollbar.el (scroll-bar-mode, scroll-bar-mode): Here they are.
+ Make scroll-bar-mode set the {vertical,horizontal}-scrollbars
+ parameters in default-frame-alist, and modify all extant screens
+ using the correct parameter names.
+
+1993-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * vc-hooks.el (vc-find-file-hook): Discard vc status of file
+ if we will actually have to create the buffer.
+
+1993-02-22 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * gud.el (gud-break): With a prefix argument, set a temporary
+ breakpoint.
+ (gud-apply-from-source): New argument ARGS, to pass to FUNC. Now
+ it's really like `apply'.
+ (gud-set-break): Add another argument to this method.
+ Document it in the section describing how the methods are supposed
+ to be used.
+ (gud-gdb-set-break): New argument TEMP; if non-nil, set a
+ temporary breakpoint.
+ (gud-sdb-set-break, gud-dbx-set-break): New argument TEMP. Ignore
+ it, since I don't know how to set a temporary breakpoint in these
+ debuggers.
+
+ * subr.el (string-to-int): Make this an alias for
+ string-to-number.
+
+1993-02-21 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * two-column.el: Add autoloads for the functions defined in
+ tc-mode-map.
+
+1993-02-21 Richard Stallman (rms@wookumz.gnu.ai.mit.edu)
+
+ * info.el (Info-insert-dir): New function.
+ (Info-find-node): Use Info-insert-dir to visit dir file.
+
+ * mlsupport.el (esc-map, ctl-x-map): Define as functions.
+
+1993-02-20 Richard Stallman (rms@wookumz.gnu.ai.mit.edu)
+
+ * apropos.el (super-apropos-check-doc-file):
+ Look for DOC file in proper directory.
+
+ * files.el (insert-directory): Doc fix.
+
+1993-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * help.el (describe-function):
+ Print the arglist if the function is bytecode or a list.
+
+1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * files.el (revert-buffer): Reverse the sense of the first
+ argument, but leave interactive usage the same.
+ * vc.el (vc-resynch-window): Call vc-revert-buffer1 with the newly
+ appropriate arguments. This seems to be the only file which was
+ adjusted for the new meaning of the revert-buffer arguments.
+
+1993-02-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * autoload.el (generate-file-autoloads):
+ If no buffer was visiting FILE when we started,
+ kill the buffer we create.
+
+1993-02-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * isearch-mode.el (isearch-backward-regexp):
+ New arg no-recursive-edit, always non-nil for interactive call.
+ Rename first arg, and set it right in interactive call.
+ (isearch-forward-regexp): Likewise.
+ (isearch-forward, isearch-backward): Likewise no-recursive-edit.
+
+1993-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * frame.el (frame-initialize): Fix error syntax.
+ (toggle-horizontal-scroll-bar): Likewise.
+ (toggle-horizontal-scroll-bar): Renamed from set-horizontal-bar
+ (toggle-vertical-scroll-bar): Likewise.
+ (toggle-auto-lower, toggle-auto-raise): Likewise.
+ (set-foreground-color, set-background-color):
+ Renamed from set-frame-{fore,back}ground.
+
+1993-02-15 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * informat.el (Info-tagify): Change the regular expression which
+ recognizes node names to work properly with Emacs 19's regexp
+ semantics.
+
+1993-02-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * files.el (find-file-hooks): Delete permanent-local property.
+ (find-file-not-found-hooks): Likewise.
+
+ * bytecomp.el (byte-compile-lambda):
+ Test of byte-compile-compatibility was backwards.
+
+1993-02-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * gosmacs.el: Bind M-h to delete-previous-word, not
+ backward-kill-word; the latter has different prefix semantics.
+
+ * frame.el: Clean up initialization code.
+ (initial-frame-alist): Doc fix.
+ (minibuffer-frame-alist): New default value, with a reasonable height.
+ (filtered-frame-list, minibuffer-frame-list): New functions.
+ (frame-initialize): Use minibuffer-frame-list, instead of writing
+ it out.
+ (frame-notice-user-settings): Thoroughly rearranged.
+ Notice changes to default-frame-alist as well as initial-frame-alist.
+ Properly handle requests to make the initial frame into a
+ minibufferless or minibuffer-only frame.
+ Create a minibuffer-only frame if the initial frame should lack a
+ minibuffer and there are no other minibuffer frames created by the
+ user's initialization file.
+ Fix any frames using the initial frame as a surrogate minibuffer
+ frame.
+ Restore the current buffer after creating and deleting all these
+ frames.
+
+ * frame.el (set-default-font, set-frame-background,
+ set-frame-foreground, set-cursor-color, set-pointer-color,
+ set-auto-raise, set-auto-lower, set-vertical-bar,
+ set-horizontal-bar): Give these docstrings.
+ (set-auto-raise, set-auto-lower, set-vertical-bar,
+ set-horizontal-bar): Make these toggle or look at the prefix
+ argument, like minor modes.
+
+ * frame.el (set-vertical-bar): Use the proper parameter symbol.
+ (set-horizontal-bar): Signal an error indicating that horizontal
+ scrollbars are not implemented.
+
+ * lisp-mode.el (lisp-fill-paragraph): New function.
+ (shared-lisp-mode-map): Bind M-q to lisp-fill-paragraph.
+
+1993-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * flow-ctrl.el (enable-flow-control...): Renamed from evade...
+ (enable-flow-control): Add autoload.
+
+1993-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * gosmacs.el (set-gosmacs-bindings): Fix binding of \eh.
+
+1993-02-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * gosmacs.el: Require 'mlsupport, to get definition of
+ backward-kill-word.
+
+1993-02-10 Stephen A. Wood (saw@cebaf.gov)
+
+ * fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in
+ front of first argument to `insert-abbrev-table-description'.
+
+ * fortran.el (fortran-is-in-string-p): Fixed incorrect behaviour
+ when in first statement of a buffer.
+
+1993-02-08 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * add-log.el (add-change-log-entry): Undo Jan 25 change. It worked
+ for buffers in indented-text-mode, but lost for change-log-mode,
+ which is what matters.
+
+1993-02-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * compile.el (compilation-forget-errors): Just set
+ compilation-directory-stack to nil; no need to loop through it.
+ (next-error): For a non-numeric prefix arg, pass nil for
+ compile-reinitialize-errors's FIND-AT-LEAST arg.
+ (next-error): When getting marker for error source location, be
+ sure to examine buffer local value of compilation-old-error-list
+ before switching to source file buffer.
+
+1993-02-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * rmailout.el (rmail-output, rmail-output-to-mail-file): Reverse
+ the order of the arguments and make COUNT optional, for backward
+ compatibility's sake.
+
+ * cl.el (cl-version): Mark as no longer in beta test.
+
+1993-02-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * subr.el (mod): Add back this alias for %.
+
+1993-02-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * sort.el (sort-build-lists): Record the key as pair of positions;
+ don't copy string from buffer.
+ (sort-subr): Use compare-buffer-substrings.
+
+1993-02-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * sendmail.el (mail-setup): Use fill-region-as-paragraph
+ for To field; handle the CC just like the To.
+
+ * rmailsum.el: Big rewrite from weiner@pts.mot.com.
+
+1993-02-05 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * comint.el (make-comint): Added docstring.
+
+1993-02-05 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * simple.el: Restore nuked information in minibuffer history bindings.
+ Use intelligent method of disabling completion-oriented bindings.
+
+1993-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el: Once again, go back to ordinary next-history-element
+ for M-n in minibuf, even for completion.
+
+1993-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * sort.el (sort-subr): Doc fixes.
+
+ * sendmail.el (mail-do-fcc): Allow dash in timezone name.
+
+1993-02-01 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * texinfo.el (texinfo-mode): Make page-delimiter buffer-local, and
+ set it according to texinfo-chapter-level-regexp.
+
+ * simple.el (kill-region): If the buffer is read-only, do beep,
+ but also put the region in the kill ring. Doc fix.
+
+1993-01-31 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * mailabbrev.el (mail-abbrev-end-of-buffer):
+ Changed interactive spec from "P" to "p".
+
+1993-01-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * cmacexp.el (c-macro-expand): Use expanded name to write or delete.
+ Send two eofs.
+
+1993-01-28 Roland McGrath (roland@wookumz.gnu.ai.mit.edu)
+
+ * simple.el (next-complete-history-element): Restore point after
+ replacing the buffer text with the appropriate history element.
+
+1993-01-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el: Don't use the completion-oriented history commands.
+ * paths.el (sendmail-program): Try /usr/ucblib/sendmail.
+
+1993-01-26 Jim Blandy (jimb@mole.gnu.ai.mit.edu)
+
+ * term/x-win.el: x-selection-value has been renamed to x-selection.
+ x-own-selection has been renamed to x-set-selection, and the order
+ of its arguments has been reversed, for consistency with other
+ lisp functions like put and aset.
+ * term/x-win.el (x-select-text): Adjusted.
+ (x-cut-buffer-or-selection-value): Check the primary selection,
+ using x-selection, instead of checking the cut buffer again.
+
+ * term/x-win.el: Doc fix.
+
+1993-01-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * frame.el (frame-notice-user-settings): Use new name
+ frame-live-p, instead of live-frame-p.
+
+ x-selection-value has been renamed to x-selection.
+ x-own-selection has been renamed to x-set-selection, and the order
+ of its arguments has been reversed, for consistency with other
+ lisp functions like put and aset.
+ * term/x-win.el (x-select-text): Adjusted.
+ (x-cut-buffer-or-selection-value): Check the primary selection,
+ using x-selection, instead of checking the cut buffer again.
+
+ * disass.el (disassemble): Add autoload cookie for this.
+ * bytecomp.el (byte-decompile-bytecode): Add an autoload for this.
+
+ compiled-function-p has been renamed to byte-code-function-p.
+ * subr.el: Define compiled-function-p as an alias for it.
+ * bytecomp.el: Register compiled-function-p as obsolete.
+ * bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change
+ uses.
+
+ * subr.el (numberp): Remove fset which made this an alias for
+ integerp; now numberp also recognizes floats.
+
+1993-01-25 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * etags.el (tags-query-replace): C-t.
+
+ * add-log.el (add-change-log-entry): Restrict PARAGRAPH-END to
+ being on the first page.
+
+ * simple.el (next-complete-history-element): Use only buffer
+ contents before point to match history elements.
+
+1993-01-25 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * simple.el ({next,previous}-complete-history-element): New functions.
+ Bind them to M-n/M-p and next/prior in minibuffer completion maps.
+
+1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ unread-command-event has been replaced by unread-command-events.
+ * simple.el (prefix-arg-internal): Use this to push back all
+ key sequences for processing by the main command loop, instead of
+ trying to simulate its behavior ourselves.
+ * bytecomp.el: Document unread-command-event as an obsolete
+ variable, although nothing but the GNU Emacs 19 sources use it.
+ Adjust obsolescence message for unread-command-char.
+ * comint.el (comint-dynamic-list-completions): Change uses of
+ unread-command-event to work with unread-command-events.
+ * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit):
+ Same.
+ * edebug.el (edebug-outside-excursion): Same.
+ * ehelp.el (electric-help-command-loop): Same.
+ * electric.el (Electric-command-loop): Same.
+ * emerge.el (emerge-show-file-name): Same.
+ * fortran.el (fortran-abbrev-start,
+ fortran-window-create-momentarily): Same.
+ * gnus.el (gnus-Subject-next-article): Same.
+ * info.el (Info-summary): Same.
+ * isearch-mode.el (isearch-update, isearch-unread): Same.
+ * map-ynp.el (map-y-or-n-p): Same.
+ * mlsupport.el (push-back-character): Same.
+ * replace.el (perform-replace): Same.
+ * simula.el (simula-electric-label): Same.
+ * subr.el (read-quoted-char, momentary-string-display): Same.
+ * sun-mouse.el (mouse-second-hit): Same.
+ * terminal.el (te-escape-extended-command-unread): Same.
+ * vip.el (vip-escape-to-emacs, vip-prefix-arg-value,
+ vip-prefix-arg-com): Same.
+
+ * simple.el (quoted-insert): Doc fix.
+
+1993-01-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * mouse.el (mouse-save-then-kill): Instead of deleting the text
+ whenever the text of the region happens to be the same as the
+ front of the kill-ring, delete it only when the front of the kill
+ ring is identical to the last text we put there, and point and the
+ mouse click are at the same position.
+
+ * mouse.el (mouse-save-then-kill): If the undo list is disabled,
+ don't build an undo record.
+
+ * mouse.el (mouse-save-then-kill): If we're deleting the text,
+ kill from point to the mouse click, not from point to mark; mark
+ and the mouse click may not be the same. If they're not, this
+ screws up the undo record we create, corrupting the undo list
+ pretty nastily.
+
+1993-01-22 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * term/x-win.el: Doc fix.
+
+ * mouse.el (mouse-set-font): Account for the fact that
+ x-popup-menu returns nil if no selection is made.
+
+ * mouse.el (mouse-buffer-menu, mouse-set-font): Bind these to the
+ down-going events.
+ (mouse-split-window-vertically): Move the binding for this down
+ out of the commented-out scrollbar section, so it is on S-mouse-2
+ on the mode line.
+
+1993-01-21 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * c-mode.el (c-fill-paragraph): Fix the regular expressions used
+ for finding paragraph beginnings and endings so that they think
+ lines containing only whitespace and asterisks are paragraph
+ separators/starters.
+
+ * add-log.el (add-change-log-entry): If we've just started a new
+ date, limit the searches to within the current date, not the first
+ paragraph; the latter extends into the previous date.
+
+1993-01-21 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * etags.el (tags-loop-scan): Set default value to an error form.
+
+ * etags.el (visit-tags-table-buffer): When propagating a change of
+ name after file-find-noselect, refer to tags-file-name, not the
+ undefined var FILE.
+
+1993-01-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * c-mode.el (c-fill-paragraph): When modifying the
+ paragraph-separate regexp, don't let it match paragraph starts.
+
+1993-01-19 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * etags.el (visit-tags-table-buffer):
+ Error if called with 'same and no current table.
+
+1993-01-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * mouse.el (event-end): Work on click events, too.
+ (mouse-split-window-vertically): Use event-end and
+ posn-col-row, instead of mouse-coords, which is obsolete.
+
+ * mouse.el: Comment out the scrollbar commands until we make them work.
+
+ * mouse.el: Comment out jla's experimental things. What are these
+ doing in the distribution source anyway?
+
+ * mouse.el: Bind the help menu to C-down-mouse-2, instead of
+ C-mouse-2; this way, you can use the mouse-up event to make the
+ menu selection.
+ (help-apropos-map, help-keys-map, help-manual-map, help-misc-map,
+ help-modes-map, help-admin-map): Give the menu names for these
+ keymaps using make-sparse-keymap's optional argument, rather than
+ constructing them by hand.
+
+ * scrollbar.el: (require 'mouse)
+ (scrollbar-set-window-start, scrollbar-scroll-down,
+ scrollbar-scroll-up): Use event-end, from mouse.el.
+
+1993-01-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * x-mouse.el: Deleted; it was the interface to the Emacs 18-style
+ mouse interface, which doesn't exist anymore.
+
+1993-01-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * c-mode.el (c-switch-label-regexp): New constant.
+ (electric-c-terminator, c-indent-line, indent-c-exp): Use it to
+ correctly recognize default labels in switch statements.
+
+1993-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * shell.el (shell): Doc fix.
+
+1993-01-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * files.el (switch-to-buffer-other-frame): Pass t to pop-to-buffer.
+
+1993-01-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * scrollbar.el: New file.
+ * term/x-win.el: Require 'scrollbar.
+
+1993-01-13 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * solar.el (solar-time-string): Round the time properly.
+
+1993-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * mouse.el (mouse-save-then-kill): When deleting, avoid delay
+ and don't set the mark. Replace obsolete fn event-point.
+ (mouse-kill): Replace obsolete fn event-point.
+
+1993-01-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * page-ext.el (next-page): Correctly handle negative page count.
+
+1993-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el (kill-append): Doc fix.
+
+1993-01-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * frame.el (frame-notice-user-settings): Don't try to delete the
+ initial frame if the user took care of that.
+
+1993-01-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * rmail.el (mail-unsent-separator): Add `-- begin message --'.
+
+ * dired.el (dired-regexp-history): New history list.
+ (dired-read-regexp): Use that history list. Take just one arg.
+ * dired-aux.el (dired-mark-read-regexp): Give dired-read-regexp 1 arg.
+
+1993-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * upd-copyr.el (update-copyright): Doc fix.
+
+1993-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * add-log.el (add-change-log-entry): Search for existing ChangeLog
+ in parent dir and its parents.
+
+1993-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * timer.el (run-at-time): Use a pipe to talk to the timer process.
+
+1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * simple.el (set-goal-column): Make this disabled by default.
+
+1993-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * sendmail.el (mail-send):
+ Don't clear modified or delete autosave if visiting a file.
+
+1993-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * hippie.el: New file.
+
+1993-01-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * apropos.el (apropos-match-keys): Handle non-chars as keys.
+
+1993-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * compile.el (compilation-sentinel): Change buffer-read-only with let.
+
+1992-12-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * mouse.el (mouse-buffer-menu): Select the window clicked on.
+
+1992-12-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * add-log.el (add-change-log-entry):
+ Notice when ENTRY is equal to FILE-NAME,
+ not the hard-wired string "ChangeLog".
+ Added missing regexp-quote's in same-day entry search.
+ Search only in the first paragraph for a similar entry to add to.
+
+1992-12-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * files.el (abbreviated-home-dir): New variable.
+ (abbreviate-file-name): Properly convert abbreviated homedir to ~.
+
+1992-12-24 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * etags.el (visit-tags-table-buffer):
+ When picking a table and using tags-table-list,
+ skip over nonexistent files in the list.
+
+ * etags.el (etags-verify-tags-table):
+ Use eq instead of = in case char-after returns nil.
+
+1992-12-21 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * etags.el (visit-tags-table-buffer):
+ Don't look in list for tags-file-name if nil.
+
+ * etags.el: Many comments added and docstrings fixed.
+ (tags-table-list): Elt of nil is not special.
+ (tags-expand-table-name): Value of nil is not special.
+ (tags-next-table): Removed arg RESET; no caller used it.
+ (visit-tags-table-buffer): Don't need to do tags-expand-table-name
+ in or form. When table is invalid, only set tags-file-name to nil
+ globally if its global value contained the losing table file name.
+ (find-tag-tag): Return a string, not a list.
+ (find-tag-noselect, find-tag, find-tag-other-window,
+ find-tag-other-frame): Changed callers.
+ (etags-recognize-tags-table): Call etags-verify-tags-table, rather than
+ duplicating its functionality.
+ (visit-tags-table-buffer): When CONT is 'same, set it to nil after the
+ cond. We want the normal list frobbing to take place in this case.
+ (find-tag-other-window): Save and restore window-point around call to
+ find-tag-noselect.
+
+1992-12-21 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * subr.el (ignore):
+ Use defun instead of fset to define; the byte compiler is smart
+ enough now not to compile this trivial function into slow byte code.
+
+1992-12-21 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * c-mode.el (c-fill-paragraph): Calculating the proper fill-prefix
+ shouldn't change the buffer text. Make it not. If we're in the
+ blank space before another comment, fill that one as a comment,
+ not as normal text.
+
+1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * simple.el (kill-region): Change interactive spec to signal an
+ error if the buffer is read-only, and remove the code to do a
+ copy-region-as-kill if the buffer is read-only.
+
+1992-12-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * loadup.el: Display load-path at start.
+
+1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * sendmail.el (mail-position-on-field): `end' is guaranteed to be
+ at the beginning of the header separator; don't skip back to the
+ end of the previous line.
+
+ * loadup.el: Dump under the name `emacs', not `xemacs'.
+
+ * compile.el (compilation-error-regexp-alist): Tightened up
+ BSD/GNU regexp to insist that line number end with a colon or
+ close-paren.
+
+1992-12-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * rmail.el (rmail-unix-mail-delimiter): Not all time zone names
+ end with "T". Accept any sequence of three or four alphabetic
+ characters.
+
+ * simple.el (set-mark-command): Clarify doc string.
+
+ * simple.el (prefix-arg-internal): Don't apply string-to-char to
+ get the first element of the key sequence - it might be a vector.
+
+1992-12-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * c-mode.el (c-fill-paragraph): When guessing the fill prefix,
+ don't ever grab any actual text.
+
+1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * compile.el (compilation-error-regexp-alist): Add regexp for the
+ MIPS CC distributed with Ultrix.
+
+1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * paths.el (Info-default-directory-list): The info files are
+ supposed to be in /usr/local/info these days. Add it to the list
+ of directories to search.
+
+1992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * vc.el (vc-do-command): Set the default directory of the *vc*
+ buffer to the directory containing FILE.
+
+1992-12-09 Roland McGrath (roland@wookumz.gnu.ai.mit.edu)
+
+ * info.el (Info-{first,second,third,fourth,fifth}-menu-item): Removed.
+ (Info-nth-menu-item): New function; bound to 1..9.
+
+1992-12-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ The find-file-name-handler function in ../src/fileio.c is now
+ callable from lisp; use it instead of writing out its code.
+ * dired-aux.el (dired-compress-file): Just that.
+ * dired.el (dired-uncache): Just that.
+ * files.el (file-local-copy, file-truename,
+ file-name-sans-versions, make-directory, save-buffers-kill-emacs):
+ Just that.
+ * ls-lisp.el (insert-directory): Just that.
+
+ * ange-ftp.el (ange-ftp-unhandled-file-name-directory): New
+ function. Set ange-ftp's `unhandled-file-name-property' to its
+ name.
+
+1992-12-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * lpr.el (lpr-switches, lpr-command): Make these defvars, not
+ defconsts.
+
+1992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * c-mode.el (c-fill-paragraph): When trying to make sure that the
+ comment ender isn't on its own line, don't signal an error if
+ there is no comment ender.
+
+1992-12-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * sendmail.el (mail-self-blind, mail-interactive,
+ mail-yank-ignored-headers): Make these defvars, not defconsts.
+ Otherwise, they wipe out the user's customizations when we
+ autoload sendmail.el.
+
+1992-12-01 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * hanoi.el (hanoi): If pole-spacing is odd, round down, not up.
+ To see if the window is wide enough, just check if one half of a
+ ring will fit inside pole-spacing.
+
+1992-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * add-log.el (add-change-log-entry):
+ Expand file-name again after chasing links.
+
+1992-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * vc.el (vc-next-action): Undo previous change.
+
+1992-11-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * vc.el (vc-next-action): Pass t as NOQUERY argument to
+ vc-resynch-window here too. This means that all uses of
+ vc-resynch-window pass t; I'm going to wait until I understand the
+ situation better before I rip out the NOQUERY argument
+ altogether.
+
+ * vc.el (vc-revert-buffer1): Try to preserve the position of mark
+ as well as point.
+ (vc-position-context, vc-find-position-by-context): New functions
+ to help with that, made out of the old innards of vc-revert-buffer1.
+
+1992-11-18 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * fortran.el: New version of version 1.30 (!) from Stephen A. Wood
+ <saw@hallc1.cebaf.gov>
+
+1992-11-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * fortran.el: New version (1.30) from "Stephen A. Wood"
+ <saw@hallc1.cebaf.gov>
+
+ * subr.el (lambda): Doc fix.
+
+1992-11-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * simple.el (comment-column): Doc fix.
+
+1992-11-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * paths.el (rmail-spool-directory): Add dgux-unix to the list of
+ systems which put their mail in "/usr/mail".
+
+ * lpr.el (lpr-command, lpr-switches): Removed strings starting
+ with \newline; this file is loaded in loaddefs.el, and doesn't
+ need to follow that convention.
+
+ * lpr.el (lpr-command): Add dgux-unix to the list of systems which
+ want "lp".
+
+1992-11-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * bytecomp.el: Declare unread-command-char an obsolete variable.
+ * vip.el (vip-escape-to-emacs, vip-prefix-arg-value,
+ vip-prefix-arg-com): Use unread-command-event instead of
+ unread-command-char; respect its new semantics.
+ * simula.el (simula-electric-label): Same.
+ * comint.el (comint-dynamic-list-completions): Same.
+ * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit):
+ Same.
+ * ehelp.el (electric-help-command-loop): Same.
+ * electric.el (Electric-command-loop): Same.
+ * emerge.el (emerge-show-file-name): Same.
+ * fortran.el (fortran-abbrev-start, fortran-window-create-momentarily):
+ Same.
+ * gnus.el (gnus-Subject-next-article): Same.
+ * info.el (Info-summary): Same.
+ * isearch-mode.el (isearch-update, isearch-unread): Same.
+ * map-ynp.el (map-y-or-n-p): Same.
+ * mlsupport.el (push-back-character): Same.
+ * replace.el (perform-replace): Same.
+ * simple.el (prefix-arg-internal): Same.
+ * subr.el (read-quoted-char, momentary-string-display): Same.
+ * sun-mouse.el (mouse-second-hit): Same.
+ * terminal.el (te-escape-extended-command-unread): Same.
+
+ * emerge.el (emerge-file-names): Use `temp-buffer-show-function',
+ not `temp-buffer-show-hook'.
+ (emerge-combine-versions-edit): Fix misarranged cond expression;
+ the t is an `else' clause, not a function call in the preceeding
+ clause.
+
+ * simula.el (simula-calculate-indent): Call backward-word with the
+ appropriate argument.
+
+ * vip.el (vip-delete-char, vip-delete-backward-char, ex-delete):
+ Don't pass nil as a fourth argument to vip-append-to-register; it
+ takes only three.
+ (vip-mark-point, ex-mark): Pass required second argument to
+ point-to-register.
+
+ * bytecomp.el: (require 'backquote).
+
+ * subr.el (lambda): Don't use backquotes in lambda's definition.
+
+ * disass.el (byte-compile): Specify that the 'byte-compile feature
+ is provided in the file "bytecomp".
+
+1992-11-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * ange-ftp.el (ange-ftp-repaint-buffer): Give this a non-hacky
+ definition using (message nil).
+ (ange-ftp-read-passwd, ange-ftp-process-filter): Uncomment out the
+ calls to ange-ftp-repaint-buffer.
+
+1992-11-11 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * c-mode.el (c-style-alist): Add quotes around C++ style name.
+
+1992-11-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * rect.el (operate-on-rectangle): Use move-to-column's FORCE
+ argument instead of implementing it ourselves.
+ (rectangle-coerce-tab): No longer used; deleted.
+
+ * rect.el (open-rectangle): Leave point at the upper corner of the
+ rectangle just opened, in imitation of open-line. Fix doc typo.
+ (open-rectangle-line): Use skip-chars-backward's LIM argument to
+ leave spaces before the line segment's beginning undisturbed.
+
+ * rect.el: Provide 'rect.
+
+1992-11-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * vc.el (vc-cancel-version): Use yes-or-no-p.
+
+1992-11-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * startup.el (after-init-hook): Doc fix.
+
+1992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * isearch.el (isearch-frames-exist): This isn't what we want -
+ replaced by...
+ (isearch-gnu-emacs-events): non-nil if should expect events in the
+ style generated by GNU Emacs 19. Set if set-frame-height is
+ fboundp; this is true on any GNU Emacs 19, whether or not it was
+ compiled with multiple frame support.
+ (isearch-mode-map): Test isearch-gnu-emacs-events instead of
+ isearch-frames-exist to see if we should bind switch-frame events.
+ (isearch-update): Test isearch-gnu-emacs-events instead of
+ isearch-frames-exist to see if unread-command-char's quiescent
+ value is nil or -1.
+
+ * simple.el (previous-line): Doc fix.
+
+1992-11-05 Stephen A. Wood (saw@cebaf.gov)
+
+ * fortran.el version 1.28.8
+ (fortran-indent-to-column): Make turning of lines that begin with
+ `fortran-continuation-string' into properly formated continuation
+ lines work for fortran TAB mode.
+
+ * fortran.el version 1.28.7a
+ Cleaned up some doc strings.
+
+ (fortran-abbrev-help, fortran-prepare-abbrev-list-buffer): Use
+ `insert-abbrev-table-description' and make buffer in abbrevs-mode.
+
+ * fortran.el version 1.28.7
+ Many changes since version 1.28.3. Added auto-fill-mode, support
+ for some Fortran 90 statements. Adjust comments to conform to new
+ gnu conventions.
+
+ (fortran-mode): Fix `comment-line-start-skip' by changing \\1 to
+ \\2 and include cpp statements in matching. Changes for auto fill.
+
+ (fortran-auto-fill-mode, fortran-do-auto-fill,
+ fortran-break-line): New functions to implement auto fill.
+
+ (fortran-indent-line, fortran-reindent-then-newline-and-indent):
+ Added auto fill support.
+
+ (find-comment-start-skip, is-in-fortran-string-p): New functions.
+
+ (fortran-electric-line-number): Works better in overwrite mode.
+
+ (fortran-indent-comment, fortran-indent-line,
+ fortran-indent-to-column): Use find-comment-start-skip instead of
+ searching for `comment-start-skip'.
+
+ (fortran-mode, calculate-fortran-indent): Added indentation
+ for fortran 90 statements.
+
+ (fortran-next-statement, fortran-previous-statement): Bug fixes.
+
+ (fortran-mode, calculate-fortran-indent,
+ fortran-setup-tab-format-style, fortran-setup-fixed-format-style):
+ `fortran-comment-line-column' meaning changed. Now defaults to 0.
+
+1992-11-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * term/x-win.el: (command-switch-alist, x-switch-definitions):
+ -ib was used for two things. Use -itype for icon type.
+
+1992-11-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * term/x-win.el (command-switch-alist, x-switch-definitions):
+ -ib was used for two things. Use -itype for icon type.
+
+1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * term/x-win.el: Moved functions to support selections and cut
+ buffers out from amidst the X initialization code.
+
+ * simple.el (kill-line): Don't shift point before doing the
+ delete.
+
+ * startup.el (normal-top-level): Don't worry about setting
+ default-directory to PWD if PWD is shorter. And, if PWD isn't
+ accurate, delete it.
+
+1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * compile.el (compile-internal): Use NAME-OF-MODE in the prompt
+ when offering to kill an existing process.
+
+ * autoload.el (make-autoload): When creating an autoload
+ invocation for a macro, pass (list 'quote 'macro) as the sixth
+ argument, not just t. autoload's sixth argument is now a type
+ instead of just a boolean value, so we should use a value which
+ reflects that.
+
+ * cl.el: New version - 3.0 - from Cesar Quiroz.
+
+ * etags.el (find-tag-noselect): Doc fix.
+
+1992-11-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * rect.el (insert-rectangle): Put mark at upper left corner.
+
+ * dired-aux.el (dired-mark-confirm): For `compress',
+ say `Compress or uncompress'.
+ (dired-map-over-marks-check): Likewise.
+
+1992-11-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * isearch-mode.el (isearch-search): Handle all sorts of errors
+ from regexp search.
+
+1992-10-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * files.el (make-directory): Renamed from make-directory-path.
+ Optional argument says whether to create parent dirs.
+ Invoke file-name handler here.
+ (after-find-file): Delete code that offers to create dir.
+ Instead, just print a message.
+
+ * bytecomp.el (byte-compile-lambda):
+ Don't compile the interactive spec if it is a call to `list'.
+
+1992-10-30 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * ange-ftp.el: Tighten the regular expression used in
+ file-name-handler-alist to recognized ange-ftp filenames; the
+ slash, username and hostname must be at the start of the filename,
+ not just anywhere in the filename.
+
+1992-10-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * tabify.el: Doc fix.
+
+1992-10-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * vc.el (vc-admin): Pass t as noquery arg to vc-resynch-window.
+
+ * paths.el (manual-program): Always use /usr/ucb/man if that exists.
+
+1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * fortran.el (fortran-tab-mode): Add defvar.
+ (fortran-analyze-file-format): Bind i.
+ (fortran-tab-mode-string): Add defvar.
+ (fortran-tab-mode): Use `arg' as variable, not as function.
+ (fortran-prepare-abbrev-list-buffer): New function.
+ (fortran-abbrev-help): Call that.
+ (fortran-window-create): Use screen-width, not frame-width.
+
+ * info.el: Rename buffer-flush-undo to buffer-disable-undo.
+ (Info-goto-emacs-key-command-node): Fix typo.
+ (Info-menu-item-sequence): Commented out.
+ (Info-follow-nearest-node): Use new event format.
+ Select the window clicked on.
+
+ * vc.el (vc-log-file, vc-log-version): Declared.
+
+ * simple.el (shell-command-on-region):
+ Use region-beginning and region-end, in interactive spec.
+
+1992-10-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * isearch-mode.el (isearch-edit-string):
+ Bind cursor-in-echo-area only around read-char/allocate-event.
+
+1992-10-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * vc-hooks.el (vc-prefix-map): Put vc-diff on = and vc-directory on d.
+
+ * vc.el (vc-resynch-window): New arg NOQUERY.
+ Pass it to vc-revert-buffer1.
+ (vc-checkout, vc-finish-logentry, vc-revert-buffer, vc-finish-steal):
+ Supply t as NOQUERY arg for vc-resynch-window.
+ (vc-next-action):
+ Don't revert workfile from master if buffer is modified.
+
+1992-10-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * files.el (set-visited-file-name): Change the auto save file name.
+
+ * macros.el (insert-kbd-macro): Replace nonprinting chars with escapes.
+ If arg is empty, use last macro as default.
+
+ * sendmail.el (mail-aliases): Doc fix.
+
+ * help.el (describe-function): Print `an autoloaded', not `a ...'.
+
+ * simple.el (goal-column): Don't put the defvar inside the
+ make-variable-buffer-local.
+
+1992-10-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * dired.el (dired-chown-program):
+ Treat silicon-graphics-unix like usg-unix-v.
+
+ * rmail.el (rmail-mode-map): Delete binding of M-r (use global one).
+
+ * lpr.el (lpr-command):
+ Treat hpux and silicon-graphics-unix like usg-unix-v.
+
+ * rmailout.el (rmail-output-to-rmail-file): Call abbreviate-file-name.
+
+ * files.el: Doc fixes.
+
+1992-10-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el (comment-region): Do move to next line, in neg arg case.
+
+ * isearch-mode.el (isearch-mode-map): Make the top-level keymap dense.
+ Explicitly bind control characters at that level.
+
+ * files.el (file-truename): Check for root by seeing if
+ directory-file-name returns same as DIR.
+ Look for a file-truename handler for the file name.
+ * vc-hooks (vc-registered): Look for a vc-registered handler.
+ But only if file-name-handler-alist is bound.
+ * ange-ftp.el: Add dummy handlers for file-truename and vc-registered.
+ (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host):
+ (ange-ftp-add-dumb-unix-host):
+ Use default-directory, not dired-directory.
+ (ange-ftp-allow-child-lookup): Eliminate dired-local-variables-file.
+
+ * mailalias.el (mail-aliases): Add definition here.
+
+1992-10-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * add-log.el (add-log-current-defun): Add condition-case around
+ the body, so at worst we return nil.
+
+1992-10-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * paragraphs.el (kill-sentence, backward-kill-sentence):
+ (kill-paragraph, backward-kill-paragraph):
+ Don't change point before calling kill-region.
+
+ * sendmail.el (mail-setup):
+ Call build-mail-aliases, not mail-abbrev-setup.
+ (sendmail-send-it): Call expand-mail-aliases.
+
+ * mailalias.el: Doc fixes.
+
+ * mailabbrev.el: Delete version 18 compatibility stuff.
+ (mail-abbrevs, build-mail-abbrevs, rebuild-mail-abbrevs):
+ (merge-mail-abbrevs): Renamed `mail-aliases' to `mail-abbrevs'.
+ (mail-abbrev-end-of-buffer): Renamed from abbrev-hacking-end-of-buffer.
+ (mail-abbrev-next-line): Renamed from abbrev-hacking-next-line.
+
+ * isearch-mode.el (isearch-mode-map): Use sparse keymaps.
+ Start printing-char loop at SPC.
+
+ * rmailsort.el (rmail-sort-messages):
+ Give up right away if not Rmail mode.
+
+1992-10-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * replace.el (occur): Always search entire buffer.
+
+1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * mouse.el (mouse-tear-off-window): New function.
+
+1992-10-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * mouse.el (mouse-set-region): New command. Bind drag-mouse-1 to it.
+
+1992-10-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * telnet.el (telnet): Wait for telnet output before sending `open'.
+
+1992-10-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * files.el (file-truename): The variable ~ should be considered an
+ absolute pathname; handle it correctly. Concatenate the directory
+ onto the filename in the correct order.
+
+1992-10-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * isearch-mode.el (isearch-mode-map): Bind t in top-level map
+ and in the submap for meta keys. Don't bind the individual chars.
+
+1992-10-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * etags.el (visit-tags-table-buffer): When trying to pick table, call
+ tags-expand-table-name on alternatives that might be nil.
+ (tags-table-files): Don't call visit-tags-table-buffer; assume we
+ are there.
+
+1992-10-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * picture.el (edit-picture): Run picture-mode-hook.
+
+1992-10-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
+
+ * dired-aux.el (dired-compress-file): Change references to
+ `from-file' to use `file'; the former only works because
+ dired-compress-file is only called by dired-compress, which binds
+ from-file.
+
+ * rmail.el (rmail-mode): Make this autoload; we might find a file
+ whose first line local variables want to put it in RMAIL mode;
+ that ought to work.
+
+1992-10-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * comint.el (comint-last-input-match): defvar moved up.
+
+ * files.el (buffer-file-number): New variable.
+ (find-file-noselect): Record the file's filenum and devnum.
+ Notify if any buffer has the same values.
+ (basic-save-buffer): Save new filenum and devnum.
+ For file-precious-flag, pass real name as VISIT arg of write-region.
+ (set-visited-file-name): Likewise.
+ Clear buffer-file-{number,truename} if now visiting no file.
+
+1992-10-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * rmail.el (mail-unsent-separator): Handle "Message text follows".
+
+ * files.el (hack-one-local-variables): New subroutine.
+ (hack-local-variables-prop-line): New function.
+ (hack-local-variables): Use them both.
+ (ignored-local-variables): New variable.
+
+ * files.el (file-truename): New function.
+ (find-file-noselect): Look for buffer with same truename.
+ Warn about it; optionally find it. Set buffer-file-truename.
+ (set-visited-file-name): Set buffer-file-truename.
+ (buffer-file-truename): New var, permanent local in all buffers.
+ (find-file-visit-truename, find-file-compare-truenames): New options.
+
+1992-10-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * rmail.el (mail-unsent-separator): Allow "original message" as
+ alternative. Allow extra dashes and spaces.
+ (rmail-retry-failure): Ignore case while searching for unsent sep.
+
+ * add-log.el (add-log-current-defun): In normal C case,
+ start with beginning-of-line.
+ In last (fallback) case, start with end-of-line.
+ (add-log-current-defun-header-regexp): In first alternative
+ within the parens, don't allow space as last character.
+
+ * cust-print.el (custom-prin1-chars):
+ Var defined, and renamed from prin1-chars.
+ (circle-tree, circle-table): Define vars.
+ (cust-print-vector, cust-print-list): Rename level to circle-level.
+ (cust-print-top-level): Likewise.
+ (circle-level): Var defined.
+
+ * cmuscheme.el (inferior-scheme-filter-regexp):
+ Move definition of this var up before first use.
+ (scheme-buffer): Define variable.
+
+ * cmulisp.el (cmulisp-mode): Eliminate compatibility code calling
+ lisp-mode-variables with no arg.
+ (cmulisp-mode-map): Use shared-lisp-mode-map as tail.
+ (cmulisp-args-to-list): Fix typo in recursive call.
+ (cmulisp-buffer): Define variable.
+
+ * files.el (hack-local-variables): Ignore attempts to bind
+ enable-local-eval.
+
+1992-10-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * cust-print.el: CP:: changed to cust-print- in all names.
+ Lots of doc fixes.
+
+1992-10-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * add-log.el (add-log-current-defun): Catch errors checking for DEFUN.
+
+1992-10-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * vc.el (vc-steal-lock): Use mail-setup, and do like `mail'.
+ Supply vc-finish-steal as an action on sending.
+ (vc-finish-steal): Delete the code to send the message.
+ (vc-backend-steal): Put filename after options in rcs commands.
+ Delete the workfile after the rcs -M -u.
+
+1992-10-05 Joseph Arceneaux (jla@churchy.gnu.ai.mit.edu)
+
+ * rmail.el (rmail-first-unseen-message): Don't show the message,
+ just return its number, if there was an unseen message.
+ (rmail): Check for unseen messages before calling
+ rmail-get-new-mail. After getting the new mail, call
+ rmail-show-message to show the pre-existing unseen message, or if
+ that is nil, the current message, which rmail-get-new-mail sets to
+ the first new message.
+
+1992-10-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * isearch-mode.el (isearch-ring-advance-edit): Delete spurious `)'.
+
+ * info.el (Info-restore-point): Delete duplicate definition.
+
+1992-10-05 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * vc.el (vc-backend-checkin):
+ Change buffers to get local value of vc-checkin-switches.
+
+ * vc.el (vc-backend-checkin):
+ Use apply on vc-do-command: vc-checkin-switches is a
+ list.
+
+1992-10-05 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * vc.el (vc-checkin-switches): New defvar.
+ (vc-backend-checkin): Pass vc-checkin-switches to prog.
+
+1992-10-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * ls-lisp.el (insert-directory): Renamed from dired-ls.
+ All other functions renamed to start with ls-lisp.
+
+ * ls-lisp.el: New file from Kremer.
+
+1992-10-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * fill.el (fill-paragraph): Don't actually change point before
+ calling fill-region-as-paragraph.
+ (fill-region-as-paragraph): Save point on undo list at start.
+
+1992-10-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el (insert-buffer): Before reading arg, barf if read-only.
+
+1992-10-03 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * mouse.el: Begin adapting this to the new event format.
+ (event-window, event-point, mouse-coords, mouse-timestamp):
+ Removed.
+ (event-start, event-end, posn-window, posn-point, posn-col-row,
+ posn-timestamp): New accessors; these are defsubsts.
+ (mouse-delete-window, mouse-delete-other-windows,
+ mouse-split-window-vertically, mouse-set-point): Rewritten to use
+ the new accessors.
+
+ * mouse.el: Remove hack of binding down-mouse-1.
+
+ * mouse.el (mouse-movement-p): Add docstring for this.
+
+1992-10-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el (open-line): Shield undo from the hack to insert at pt-1.
+
+1992-10-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * man.el (nuke-nroff-bs): 4 lines after header was 1 too many.
+ Likewise for 10 before the header.
+
+1992-10-01 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * compile.el (compilation-parse-errors): Save (match-beginning 0)
+ in a variable, so the looking-at call doesn't clobber its value
+ when we want to use it to back up before the error we discard.
+ Make sure compilation-error-list is at least two elts long before
+ checking its first two elts for being in the same file.
+
+1992-09-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el (kill-word): Don't change point before calling kill-region.
+ (delete-indentation): Don't go beyond eob, comparing with fill-prefix.
+
+1992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * gud.el (gud-last-frame): Added defvar for this.
+
+1992-09-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * info.el (Info-follow-nearest-node): Handle line breaks after *note.
+ Fix interactive spec. Doc fix. Put on mouse-3.
+
+1992-09-30 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * compile.el (compilation-parse-errors): After we get enough errors
+ to stop early, toss the last one (which is for a different file),
+ so we don't lose the same way on the next run.
+
+1992-09-29 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * compile.el (compilation-parse-errors): When we reach
+ FIND-AT-LEAST errors, keep going until we have seen all the
+ consecutive errors in the same file.
+
+1992-09-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * sendmail.el (mail-send-and-exit): Do other-buffer before bury-buffer.
+
+ * rmail.el (mail-unsent-separator): Add another alternative.
+
+1992-09-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
+ Use x-get-cut-buffer and x-set-cut-buffer, instead of expecting
+ x-selection-value to manipulate the cut buffers.
+
+ * term/x-win.el (x-cut-buffer-or-selection-value): Treat
+ selections whose value is the empty string like unset selections.
+ This allows us to truncate cut buffers to the empty string (if the
+ text is too large, say) without causing
+ interprogram-paste-function to wipe out the latest kill.
+
+ * gud.el: When we send a command to the debugger via gud-call,
+ it's annoying to see the command and the new prompt in the
+ debugger interaction buffer; nuke the command and the old prompt.
+ (gud-delete-prompt-marker): New variable, with extensive documentation.
+ (gud-mode): Make gud-delete-prompt-marker buffer-local, and
+ initialize it.
+ (gud-filter-insert): If gud-delete-prompt-marker is set, delete
+ the prompt, and clear gud-delete-prompt-marker.
+ (gud-call): Arrange for the last prompt printed to get deleted, by
+ setting gud-delete-prompt-char.
+
+ * gud.el (gud-def): Doc fix.
+ (gud-gdb-marker-filter, gud-sdb-marker-filter,
+ gud-dbx-marker-filter): Rename the argument `s' or `str' to
+ `string', and change all uses; these definitions were referring to
+ `string', which is unbound in the lexical context, but which
+ happens to end up being bound to the right thing by the caller,
+ gud-filter.
+ (sdb): Set comint-prompt-regexp, not comint-prompt-pattern; the
+ latter doesn't exist.
+ (gud-dbx-debugger-setup): Use the argument `f', not the variable
+ `file', which happens to be bound in the caller.
+ (gud-filter-insert): The variable `start' is never used. The
+ variable `moving' is unnecessary. The variable `old-buffer' and
+ the unwind-protect form are unneeded, since save-excursion can do
+ their work. The binding of output-after-point should be done after
+ switching to the process's buffer, not in whatever random buffer
+ happens to be current when the process filter is called. There's
+ no need to set the process mark if we've just inserted at its
+ location using insert-before-markers.
+ (gud-read-address): Don't bother setting the variable `result'; it
+ is never used.
+
+1992-09-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * ange-ftp.el (ange-ftp-kill-ftp-process): Delete spurious ".
+
+ * files.el (file-relative-name-1): New function split out.
+ (file-relative-name): Use it.
+
+ * timer.el (timer-process-sentinel): Don't set timer-scratch.
+
+ * ws-mode.el (ws-mark-word): Use forward-word, with an arg,
+ instead of backward-word.
+ (wordstar-mode): Move after definition of keymap.
+ (ws-move-block): Just two args for kill-region.
+
+ * vc.el (vc-rename-file): Use OLD, not FILE which is unbound.
+
+ * two-column.el: Use frame-width instead of screen-width.
+
+1992-09-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * map-ynp.el: Use (function ...) around lambdas, so it works in v18.
+
+1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * vc.el (vc-update-change-log): Use file-relative-name.
+
+1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * files.el (file-relative-name):
+ Rewritten so unrelativizable file names win.
+
+1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * files.el (file-relative-name): Don't lose when DIRECTORY is nil.
+
+ * files.el (file-relative-name): New function.
+
+1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * vc.el (vc-checkin-hook): New user hook variable.
+ (vc-log-after-operation-hook): New internal defvar.
+ (vc-checkin): Set vc-log-after-operation-hook to 'vc-checkin-hook.
+ (vc-finish-logentry): (run-hooks vc-log-after-operation-hook) at end.
+
+ (vc-update-change-log): When doing all visited files, remove directory
+ names from file names that are in default-directory.
+
+ * vc.el (vc-update-change-log):
+ Use shell-command, not shell-command-on-region.
+ Take optional args to pass to script.
+ Add fancy interactive spec: C-u for current file only;
+ M-0 for all visited.
+
+1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * find-dired.el: New version from sk.
+ Changed copyright owner to FSF, and updated year.
+ (find-grep-dired): Use ! -type d, not -type f.
+
+1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * vc-hooks.el (vc-toggle-read-only): Doc fix.
+ (vc-mode-line): Add interactive spec.
+
+1992-09-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * two-column.el (tc-window-width, tc-separator, tc-other):
+ Add permanent-local property.
+ (tc-two-columns): Renamed from tc-split.
+ (tc-split): Renamed from tc-unmerge. Put it on C-x 6 s.
+ Use make-local-variable on tc-separator.
+
+ * spook.el (spook): Make it autoload.
+
+ * gomoku.el (gomoku): Make it autoload.
+
+ * mpuz.el: Fix setup of mpuz-read-map not to depend on keymap format.
+ (mpuz): Renamed from mult-puzzle. Make it autoload.
+
+ * setenv.el (setenv): Doc fix. Make it autoload.
+
+ * diff.el (diff): Don't print echo area message.
+ (diff-parse-differences): Always add `done' to message, at end.
+ New local num-loci-found counts the loci.
+
+ * mouse.el (mouse-split-window-vertically): Use @.
+ (mouse-split-window-horizontally): New command.
+ Use S-mouse-2 for them.
+ (mouse-delete-window): Put on mode-line mouse-3.
+ (mouse-save-then-kill): New command, on mouse-3.
+ (mouse-delete-other-windows): Use @. Now on mode-line mouse-1.
+ (mouse-scroll-down, mouse-scroll-up): Use e, get line from event.
+ (mouse-scroll-move-cursor): Likewise.
+ (mouse-scroll-left, mouse-scroll-right): Likewise for column.
+ (mouse-scroll-move-cursor-horizontally): Likewise.
+
+1992-09-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * files.el (after-find-file): New arg NOAUTO.
+ (revert-buffer, recover-file): Pass t for that arg.
+
+1992-09-23 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * cal-mayan.el (calendar-print-mayan-date): Fix conversion in
+ output message.
+
+1992-09-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * c-mode.el (calculate-c-indent): When testing for function-start line,
+ always match the first paren if have more than one.
+
+1992-09-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * vms-pmail.el: New file.
+
+ * texinfo.el (texinfo-mode): Capitalize the mode name string.
+
+ * mail-extr.el (mail-undo-backslash-quoting): Renamed from undo-...
+ (mail-safe-move-sexp): Renamed from safe-...
+ (mail-variant-method): Renamed from variant-method.
+
+ * tq.el: Doc fixes. Make tq-create autoload.
+
+ * keypad.el: File deleted (obsolete).
+
+ * setenv.el (setenv): Add interactive spec. Use \\` for string beg.
+ Improve error message.
+
+ * isearch-mode.el (isearch-other-meta-char): Use isearch-unread.
+ Support `edit' as search-exit-option.
+
+ * recompile-startup.el: File deleted.
+
+ * at386.el: Deleted from here; latest version moved into term.
+
+ * c-mode.el (calculate-c-indent): When checking for DEFUN macro,
+ stop moving down if reach eob.
+
+1992-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * prompt.el: File deleted.
+
+ * find-dired.el (start-process-shell-command): Deleted.
+
+ * diff.el (diff-switches): Default is now -c.
+ (diff-parse-differences): Use line beg as location of message.
+
+ * c-mode.el (calculate-c-indent): When checking for DEFUN macro,
+ stop moving down at line with # or /.
+ (c-fill-paragraph): Set first-line whenever we find a comment start
+ on the current line. Protect text before the comment start
+ by excluding it from the region and adding spaces to bring back
+ proper indentation of that point.
+
+1992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * ange-ftp.el (ange-ftp-generate-anonymous-password): Default now t.
+ ??? This file is waiting for papers from several people.
+
+ * vms-patch.el (vms-command-line-again): New function.
+ (vms-pmail-setup): Autoload added here.
+ (vms-suspend-resume-hook): Handle envvars EMACS_COMMAND_ARGS and
+ EMACS_FILE_LINE.
+
+ * dired.el (dired-view-file, dired-up-directory): Test that
+ dired-subdir-alist has more than one element, to use dired-goto-subdir.
+ (dired-goto-file, dired-clean-up-after-deletion): Likewise.
+ (dired-mark): Likewise, before dired-get-subdir.
+ (dired-subdir-max): Likewise, before dired-next-subdir.
+
+ * isearch-mode.el (isearch-done): Do push on ring if ring is empty.
+ (isearch-edit-string): Get default from search ring.
+ Don't set the default here.
+ (search-last-string, search-last-regexp): Vars deleted.
+ (search-highlight): No longer a user option.
+
+ * subr.el (baud-rate): Defined.
+ (substitute-key-definition): Understand today's keymap format.
+ New arg OLDMAP. Operate recursively on prefix keys.
+
+ * rmail.el (rmail-insert-inbox-text): Make the inbox file empty here
+ if we rename it with rename-file here.
+ (rmail-get-new-mail): Always try deleting the files in delete-files.
+
+1992-09-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * lisp-mode.el (eval-last-sexp): Narrow before reading
+ so don't read past point.
+
+ * isearch-mode.el (isearch-mode): Change back to (baud-rate).
+
+ * rmail.el (rmail-get-new-mail): Truncate inbox file if we
+ fail to delete it, or if it's not in the ordinary mail spool dir.
+
+1992-09-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * c-mode.el (calculate-c-indent): When checking for DEFUN macro,
+ stop moving down at line with open-brace or close-brace.
+
+ * ange-ftp.el (ange-ftp-file-name-as-directory): Fix typo.
+
+1992-09-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * gud.el (gud-mode-map): Bind gud-refresh to C-c C-l, not C-c l;
+ the latter is reserved for the user's purposes.
+
+1992-09-16 Joseph Arceneaux (jla@churchy.gnu.ai.mit.edu)
+
+ * isearch-mode.el (isearch-ring-advance-edit): added missing
+ closing paren to end of this function.
+
+1992-09-16 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * rmail.el (rmail-insert-inbox-text): Avoid "Getting mail from"
+ message for zero-length files.
+
+1992-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * term/x-win.el: Bind M-next to scroll-other-window.
+
+ * etags.el (visit-tags-table-buffer): Only return nil if (null
+ tags-table-list-pointer) when CONT is t, not anything non-nil.
+
+ * etags.el (tags-apropos): Pass arg to tags-apropos-function.
+
+ * mailabbrev.el: Delete comment about needing papers. We have them.
+
+ * etags.el (tags-apropos): Start FIRST-TIME as t, not nil.
+ Set it to nil inside the loop.
+
+1992-09-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el (previous-history-element): Doc fix.
+
+ * isearch-mode.el (isearch-event-data-type):
+ Renamed from isearch-events-exist.
+ (isearch-frames-exist): Set properly in Emacs 18.
+ (isearch-mode): Use baud-rate as variable, not function.
+ (isearch-abort): Use nil as 2nd arg to `signal'.
+ (isearch-ring-advance-edit, isearch-ring-retreat-edit): Fns deleted.
+ (isearch-ring-adjust-edit): Fns deleted.
+ (isearch-done): Add new string to ring unless matches newest elt.
+ Don't update the yank pointers.
+ (isearch-repeat): Always use newest elt of ring.
+ (isearch-mode): Set *search-ring-yank-pointer to nil.
+ (isearch-edit-string): Set cursor-in-echo-area to nil after read-char.
+ Use read-from-minibuffer and specify a ring as history.
+ (*search-ring-yank-pointer): Value now integer or nil.
+ (isearch-ring-adjust1): Modify yank pointer usage accordingly.
+
+1992-09-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * dabbrev.el: Change provide to 'dabbrev from 'dabbrevs.
+
+ * etags.el (find-tag-noselect, next-file, list-tags, tags-apropos):
+ Call visit-tags-table-buffer with nil, not 'reset.
+ (tags-expand-table-name): New function.
+ (tags-table-list-member): New function.
+ (tags-next-table): New function.
+ (visit-tags-file): Folded into visit-tags-table-buffer.
+ (tags-table-list-started-at): New defvar.
+ (visit-tags-table-buffer): Rewritten. No longer groks 'reset arg.
+ For 'same, just expand tags-file-name.
+ For t, use tags-next-table, and skip over nonexistent files.
+ Use tags-table-list-member to search lists.
+ Set tags-table-list-started-at.
+ (visit-tags-table): Use (visit-tags-table-buffer 'same) in place of
+ visit-tags-file.
+ (tags-table-parent-pointer-list): Doc fix.
+ (tags-table-including): New function, subr of visit-tags-table-buffer.
+
+1992-09-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * gud.el (gdb, sdb, dbx): Use C-c C-r ("resume") for continuing,
+ instead of C-c C-c. C-c C-c should be comint-interrupt-subjob;
+ it's important to have that available, and the C-c C-c binding is
+ consistent with all the other comint-derived modes.
+
+1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * isearch-mode.el: Add global key bindings.
+ (isearch-mode-map): Use only define-key, not aset.
+ Don't try using length of keymap.
+ (isearch-update): Handle unread-command-char properly for Emacs 19.
+ (isearch-switch-frame-handler): Use select-frame to switch frames.
+ (isearch-pre-command-hook): Commented out.
+ (search-upper-case): Renamed from search-caps-disable-folding.
+
+1992-09-14 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * etags.el (visit-tags-file): Return t iff tags file exists.
+ (visit-tags-table): Error if file doesn't exist.
+ (tags-next-table): New function, code broken out from
+ visit-tags-table-buffer.
+ (visit-tags-table-buffer): Use it.
+ Skip over nonexistent files in the tags-table-list.
+ (find-tag-in-order): When (not FIRST-SEARCH), call
+ visit-tags-table-buffer with 'same, not nil.
+
+ * etags.el (visit-tags-file): Check for file being a directory here.
+ (visit-tags-table-buffer): Not here.
+ (visit-tags-table): Or here.
+
+1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * rmail.el (rmail-retry-failure): Bind off mail-signature and
+ mail-setup-hook.
+ (rmail-forward): Likewise.
+
+ * loaddefs.el: Added autoloads for dabbrev. (That section got lost.)
+
+ * simple.el (repeat-complex-command): Get rid of strings added
+ to command-history by read-from-minibuffer.
+ Don't bind minibuffer-history-variable here.
+ (previous-matching-history-element): Read argument manually,
+ with a special history list. Delete this command from command-history.
+ Fix arithmetic for counting N.
+ (next-matching-history-element): Likewise.
+ (minibuffer-history-search-history): New variable.
+
+ * simple.el (read-expression-map): New keymap, w/ lisp-complete-symbol.
+ (eval-expression, edit-and-eval-command): Use read-expression-map.
+ (repeat-complex-command): Likewise.
+
+1992-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * compile.el: Fix first lines of doc strings.
+ (compilation-sentinel): Use local value of compilation-finish-function.
+ (compilation-num-errors-found): New variable.
+ (compilation-parse-errors): Use that, not `nfound'.
+ * diff.el (diff-parse-differences): Likewise.
+
+ * lisp-mode.el (save-match-data): Define indentation.
+
+ * files.el (file-local-copy): New function, replaces diff-prepare.
+
+ * subr.el (save-match-data): New macro.
+ * files.el (insert-directory): Use that macro.
+ (file-name-sans-versions): Likewise.
+ * dired-aux.el (dired-compress-file): Likewise.
+ * diff.el (diff-old-file, diff-new-file): Vars declared.
+ (diff-old-temp-file, diff-new-temp-file): Vars declared.
+ (dired-add-entry): Pass t as wildcard arg to insert-directory.
+ (diff): Use compilation-finish-function to delete temp files.
+
+ * comint.el (comint-mode): Reinsert kill-all-local-variables.
+ Delete kludges to preserve comint-ptyp and comint-input-ring.
+ (comint-ptyp): Move declaration before uses. Make permanent.
+ (comint-input-ring): Make permanent.
+ (comint-input-ring-index): Declare it.
+
+ * bytecomp.el (byte-compile-report-error):
+ Set byte-compiler-have-errors.
+ (byte-compile-file): Don't kill ` *Compiler Input*' buffer if error.
+ Put input and output buffers in local vars when made.
+ Make two separate save-excursion forms, excluding the call
+ to byte-compile-from-buffer.
+
+ * dired.el (dired-uncache): New function.
+ (dired-revert, dired-insert-old-subdirs): Use it.
+ (dired-view-file): Undo previous change.
+
+1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * mouse.el: Change uses of 'K' interactive spec to 'e'.
+
+1992-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * diff.el (diff): Call diff-prepare. If we do have temporary files,
+ tell diff to override their names in the listing; delete them at end.
+ (diff-prepare): New function.
+
+ * files.el (file-name-sans-versions): Support file-name-handler-alist.
+ New arg KEEP-BACKUP-VERSION means don't delete backup versions.
+
+ * dired.el (dired-display-file, dired-find-file-other-window):
+ (dired-view-file, dired-find-file): Call file-name-sans-versions
+ to remove non-backup version numbers.
+
+ * dired-aux.el (dired-compress-file): New function.
+ (dired-compress): Call that, to compress and determine new name.
+
+ * files.el (insert-directory): New function; based on dired-ls.
+ Supports file-name-handler-alist.
+ (insert-directory-program): New variable.
+ * dired-aux.el (dired-add-entry, dired-insert-subdir-doinsert):
+ Use insert-directory.
+ * dired.el (dired-readin-insert): Use insert-directory.
+ (dired-ls, dired-ls-program): Deleted.
+
+1992-09-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * autoload.el (update-file-autoloads): Use beginning of specified line.
+
+ * loaddefs.el: Sort alphabetically by file name.
+
+ * files.el (backup-buffer): If backup file to copy into exists
+ and is not writable, try deleting it.
+
+ * ange-ftp.el: New version from Andrew Norman.
+ Modified to use file-name-handler-alist.
+ Get rid of the dummy shell mode.
+ Rename many variables used free to start with ange-ftp.
+ Don't do anything special for revert-buffer.
+
+1992-09-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * mouse.el (x-fixed-font-alist): New variable.
+ (mouse-set-font): New function, now on C-mouse-3.
+
+ * term/x-win.el (scroll-bar-mode): New function (and variable too).
+
+ * dired.el (dired-next-subdir, dired-subdir-index): Moved here
+ * dired-aux.el: From here.
+ * dired.el (dired-build-subdir-alist): Don't print msg after each dir.
+ Clarify final message.
+
+ * files.el (auto-mode-alist): Recognize ChangeLog.N as change-log-mode.
+ Move *.N pattern for nroff mode after ChangeLog.N.
+
+1992-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * add-log.el (add-log-current-defun): Use eq instead of = when one
+ side might be nil.
+
+1992-09-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * frame.el (frame-notice-user-settings): In situations where we
+ have to delete the existing frame and create a new one, redirect
+ the dying frame's focus to the new frame, so that characters typed
+ ahead won't get lost.
+
+ * frame.el (frame-notice-user-settings): Explicitly include
+ default-frame-alist in the frame parameter lists; it was nil
+ before the .emacs file was loaded, and now we have to make sure it
+ takes effect.
+
+ * subr.el (keyboard-translate): keyboard-translate-table is a C
+ variable; it's never unbound. Assume it's bound, and create a new
+ string if its current value is a non-array, or if the current
+ array is too short to handle FROM or TO.
+
+1992-09-08 Joseph Arceneaux (jla@geech.gnu.ai.mit.edu)
+
+ * mailabbrev.el (sendmail-pre-abbrev-expand-hook): Changed the
+ structure of this function: Don't check to call
+ mail-resolve-all-aliases unless we are actually in a header field
+ where an abbrev should be expanded.
+
+1992-09-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * c-mode.el (c-fill-paragraph): Fix the cases where point is before
+ or after the comment. This uses new var comment-start-place.
+
+1992-09-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * rmail.el (rmail-unix-mail-delimiter): Expand this to recognize
+ time zones after the date too. Re-arranged some of the whitespace
+ matching, to facilitate factoring out the time zone regexp.
+ (rmail-nuke-pinhead-header): Deal with the timezone matched in
+ either position.
+
+1992-09-04 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * server.el: Add provide.
+
+1992-09-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * c-mode.el (calculate-c-indent): Delete stray setq of tem.
+ (c-fill-paragraph): If line contains any comment, treat as comment.
+
+ * add-log.el (change-log-mode): Match start of word at start of line.
+ * page.el (forward-page): Handle page delim that matches null string.
+
+ * rmail.el (rmail-mode): Doc fix.
+
+ * shell.el (shell): Doc fix.
+
+ * sendmail.el (mail-do-fcc): Copy code from Emacs 18 to add time zone.
+
+1992-09-03 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * rmail.el (rmail-unix-mail-delimiter): Split this up and comment
+ its various components so it looks a bit less like three lines of
+ garbage.
+
+1992-09-02 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * compile.el (compile-goto-error): Move to bol before looking for
+ the error.
+
+1992-09-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * c-mode.el (c-auto-newline): Added backslashed before quotes in
+ docstring.
+
+1992-09-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * lpr.el (lpr-command): Make this autoload.
+
+ * fill.el (justify-current-line): Fix escape syntax of regexp constant.
+
+1992-08-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * files.el (enable-local-eval): Default value is `maybe'.
+ (hack-local-variables): Ask just once about `eval:', not each time.
+
+1992-08-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * loadup.el: Don't delete old DOC-M.N.O file if it doesn't exist.
+
+1992-08-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * loadup.el: Delete old DOC-M.N.O file before copying to it.
+
+ * c-mode.el (calculate-c-indent): Recognize the Emacs DEFUN macro.
+ Do condition-case around sexp functions when checking for
+ function arg decls.
+ (c-fill-paragraph): Detect comment starting after code on current line.
+ Exclude everything before line where comment starts.
+
+ * add-log.el (add-log-current-defun): Fix test for LOCATION
+ in range, for instace of DEFUN macro.
+
+ * simple.el (open-line): Fix fill-prefix case.
+
+ * loaddefs.el: Swap bindings of C-x a i l and C-x a i g.
+ The former is now for mode abbrevs and the latter for global.
+
+1992-08-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * mouse.el: Add bindings for down-mouse-1, drag-mouse-1,
+ S-mouse-3, C-mouse-1.
+ Add real keybindings for scroll bar commands.
+ (help-menu-map): New tree of menu-maps, on C-mouse-2.
+ (mouse-buffer-menu): New function.
+
+1992-08-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * c-mode.el (calculate-c-indent): If taking indent from prev stmt
+ and it starts with an {, subtract c-brace-offset.
+
+1992-08-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * add-log.el (add-log-current-defun): Recognize Emacs DEFUN properly.
+
+1992-08-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * rnewspost.el (news-setup): Don't use kill-line; that puts
+ trash in the kill ring; instead, use delete-region.
+
+ * mouse.el (mouse-kill, mouse-set-point): Remember that
+ event-point does not always return a number; it may return
+ `mode-line' or `vertical-line'.
+
+ * simple.el (prefix-arg-internal): Make sure that the key
+ sequence is a string before comparing it against "0" and "9".
+
+1992-08-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * etags.el (etags-recognize-tags-table): Don't print message.
+
+1992-08-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el: Doc fixes.
+
+1992-08-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * sendmail.el (mail-signature-file): Undo the previous change -
+ replace this with mail-signature. The manual has already gone to
+ the printer.
+ (mail-setup): Use mail-signature, rather than mail-signature-file.
+ (mail-signature): Use "~/.signature", rather than
+ mail-signature-file.
+ (mail): Doc fix.
+
+1992-08-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * rmail.el (rmail): Bind enable-local-variables, not inhibit...
+
+ * sendmail.el (mail-setup): Don't use mail-signature-file
+ if nonexistent. Insert just one newline if no signature.
+
+1992-08-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * rmail.el (rmail-next-undeleted-message): No error at eob,
+ just message. (This reverses the previous change.)
+
+1992-08-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * sendmail.el (mail-signature): Variable replaced with...
+ (mail-signature-file): This, since this is the way all the
+ other lisp packages do it, and it's how people always say they
+ want it on the mailing lists.
+ (mail-setup, mail-signature): Adjusted accordingly.
+ (mail): Doc fix.
+
+1992-08-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * sort.el (sort-subr): No progress messages if sorting less than 50k.
+
+1992-08-17 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * solar.el (sunrise-sunset): Get various values set properly when
+ there is (or isn't) a double prefix arg.
+
+1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * timer.el (run-at-time, timer-process-filter): The character
+ used to separate the time from the token in input to the timer
+ subprocess used to be ?\001, which is not human-readable.
+ Make it ?@, which is.
+
+1992-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * info.el (Info-find-node): Be more flexible about format of
+ tags table.
+
+1992-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * unrmail.el: New file.
+
+1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * hideif.el (hide-ifdef-mode): Made this function autoload.
+ (hide-ifdef-initially, hide-ifdef-read-only,
+ hide-ifdef-lines): Make these variables autoload.
+
+1992-08-12 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * compile.el (grep-regexp-alist): New defvar.
+ (grep): Pass grep-regexp-alist to compile-internal.
+
+ * etags.el (find-tag-noselect): If NEXT-P,
+ (visit-tags-table-buffer 'same) first.
+
+ * add-log.el: Add (provide 'add-log).
+
+1992-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * add-log.el (change-log-mode): Make it autoload.
+
+1992-08-12 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * frame.el (initial-frame-alist): Change the initial frame
+ alist from ((minibuffer . nil)), which asks for no minibuffer,
+ to ((minibuffer . t)), which asks for a minibuffer.
+
+ * term/x-win.el: Don't call set-input-mode from here; it's
+ already taken care of in x_term_init, which is called from
+ Fx_open_connection. Rah.
+
+1992-08-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * calendar.el, diary.el, diary-insert.el, holidays.el,
+ cal-french.el cal-mayan.el, solar.el, lunar.el: Installed the
+ latest update of this calendar stuff from that calendar guy, Ed
+ Reingold. Entries for his changes have been inserted in this
+ file, ordered by date amongst the rest of the changes.
+ * diary-add.el: This has become diary-insert.el.
+ * calendar.el (generate-calendar-window,
+ update-calendar-mode-line, calendar-set-mode-line): Replace uses
+ of screen-width with frame-width.
+ * diary.el (simple-diary-entry, fancy-diary-entry): Same.
+
+1992-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el (eval-expression): Doc fix.
+
+1992-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * add-log.el (add-log-current-defun): Protect against "Unbalanced
+ parens" error from down-list.
+
+1992-08-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * frame.el (set-screen-width, set-screen-height): Make the
+ docstring say that these are obsolete.
+ (screen-width, screen-height, set-screen-width,
+ set-screen-height): Apply make-obsolete to these.
+
+1992-08-10 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el (calendar-mode): Update mode line.
+
+ * calendar.el (calendar-read-date): New function.
+ (calendar-goto-date): Use it.
+
+ * holidays.el (holidays): Optional prefix arg causes prompting for
+ month and year.
+
+ * calendar.el (calendar-interval): Fix doc string.
+
+ * calendar.el (calendar): Changed use of prefix arg--now it causes
+ prompting for the month and year.
+ (regenerate-calendar-window): Renamed generate-calendar-window.
+ Changed optional argument from an offset from the current month to
+ a month, year pair.
+ (redraw-calendar, calendar-current-month, scroll-calendar-left,
+ calendar-other-month): Change calls from regenerate-calendar-window
+ to generate-calendar-window.
+
+1992-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * vc.el (vc-revert-buffer): Use yes-or-no-p. Doc fix.
+
+ * Reinstalled a loaddefs.el backup dated Aug 4.
+ The installed copy seems to be a very old version.
+
+1992-08-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * frame.el (set-screen-width, set-screen-height): Changed these
+ from fset aliases to actual functions, since they aren't supposed
+ to take a frame argument, while set-frame-{width,height} do.
+
+1992-08-07 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * add-log.el (add-log-current-defun): Handle ansidecl DEFUN macros.
+ (change-log-mode): Doc fix.
+
+ * add-log.el (add-log-current-defun): Use an intelligent regexps
+ instead of many looking-at calls. Use memq instead of (or (eq x a)
+ (eq x b)). Stupidity reigns.
+
+1992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * frame.el (set-frame-width, set-frame-height): Functions deleted
+ *again*. Where did these come from?
+
+ * bytecomp.el: Merged changes up to version 2.08 of the
+ Zawinski-Furuseth compiler. Added a comment above the declaration
+ of byte-compile-version indicating this, to assist future patchers.
+ (byte-compile-warnings): Doc fix.
+ (byte-recompile-directory): Ignore CVS subdirectories, as well as
+ RCS dirs.
+ * byte-opt.el: Correctly extract the components of a compiled
+ function object.
+
+ * bytecomp.el (byte-compile-warnings): Have this default to t,
+ since Zawinski says everyone likes the warnings about unbound
+ variables.
+
+ * appt.el (appt-issue-message, appt-message-warning-time,
+ appt-audible, appt-visible, appt-display-mode-line,
+ appt-msg-window, appt-display-duration, appt-display-diary): Added
+ ;;;###autoload cookies for these variables, since they are options
+ for the user to set.
+ * tex-mode.el (tex-shell-file-name, tex-directory, tex-offer-save,
+ tex-run-command, latex-run-command, latex-block-names,
+ slitex-run-command, tex-bibtex-command, tex-dvi-print-command,
+ tex-alt-dvi-print-command, tex-dvi-view-command,
+ tex-show-queue-command, tex-default-mode, tex-open-quote,
+ tex-close-quote): Same.
+
+1992-08-06 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * add-log.el (add-log-current-defun): Use eq instead of = when one
+ side might be nil.
+
+ * compile.el (compilation-mode-map): Change
+ compilation-previous/next-file bindings to M-{ and M-}.
+
+1992-08-05 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * cl.el (*cl-valid-named-list-accessors*, *cl-valid-nth-offsets*,
+ byte-compile-named-accessors): Deleted.
+ (first, second, ... tenth, rest): Define these with defsubst, to
+ get the same effect.
+ (byte-compile-ca*d*r): Deleted.
+ (caar, cadr, ..., cddddr): Define these using defsubst.
+
+ * Installed changes from Zawinski-Furuseth 2.04 to 2.07:
+ * byte-run.el (dont-compile): Doc fix.
+ (make-obsolete-variable): New function.
+ * bytecomp.el (byte-compile-log-1): Added new optional argument,
+ FILL; if it is non-nil, reformat the error message.
+ (byte-compile-warn): Use that flag.
+ (byte-recompile-directory): Offer to recompile subdirectories. If
+ prefix argument is zero, create .elc files for those .el files
+ which lack them, without asking.
+ (byte-compile-output-form, byte-compile-output-docform): Disable
+ print-gensym while writing the form.
+ (byte-compile-form): Warn if t or nil are called as functions.
+ (byte-compile-variable-ref): Check for, and warn about, obsolete
+ variable uses.
+ (byte-set-marker, byte-string=, byte-string<, byte-setcar,
+ byte-setcdr, byte-rem): Define these with byte-defop-compiler19,
+ not plain byte-defop-compiler.
+ (auto-fill-hook, blink-paren-hook, lisp-indent-hook,
+ temp-buffer-show-hook, inhibit-local-variables): Declare these
+ variables to be obsolete.
+ * byte-opt.el (byte-optimize-apply): If the last argument to apply
+ is a constant list, and we therefore decide to turn this into a
+ funcall, then don't forget to quote all the elements of the
+ constant list.
+
+ * inf-lisp.el (inferior-lisp-filter-regexp, inferior-lisp-program,
+ inferior-lisp-load-command, inferior-lisp-prompt,
+ inferior-lisp-mode-hook, inferior-lisp): Added ;;;###autoload
+ cookies for these.
+
+ * bytecomp.el (byte-compile-warnings): When choosing the default
+ value for this variable, don't forget to apply delq to a COPY of
+ byte-compile-warning-types, so we don't nuke the `free-vars' flag
+ altogether.
+
+1992-08-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * rmail.el (rmail-search): Fix typo (premature ref to reversep).
+ Choice of amount to increment n by was backwards.
+ (rmail-search-backwards): Setting of reversep was backwards.
+
+1992-08-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * compile.el (compilation-next-file): Use FILE instead of "This"
+ in error for moving too far.
+
+1992-08-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * comint.el (comint-mode-map): Set to nil at load time.
+
+ * lint.el: File deleted.
+
+1992-08-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * compile.el (compilation-parse-errors): Write progress messages
+ on all regexp matches, not just errors.
+
+1992-08-04 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * view.el (view-mode): teach this how to use help-char.
+
+ * info.el (Info-mode): scroll-up, scroll-down now do the right
+ thing for preorder browsing when the beginning/end of the node
+ is visible. RET now goes to the next preorder node. These
+ changes make sequential reading of info subtrees easier.
+
+1992-08-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * appt.el (appt-make-list): Add ;;;###autoload cookie for this
+ function.
+
+ * vc-hooks.el: Removed autoloads; this task is better performed by
+ the autoload cookies.
+ * vc.el (vc-next-action, vc-register, vc-diff, vc-insert-headers,
+ vc-directory, vc-create-snapshot, vc-retrieve-snapshot,
+ vc-print-log, vc-revert-buffer, vc-cancel-version,
+ vc-update-change-log): Added the ;;;###autoload cookies to these
+ functions, since they get bound to keys in the global keymap.
+ * loadup.el: Load vc-hooks.el.
+
+1992-08-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * compile.el (compile-error-at-point): New function.
+ (compilation-next-error): Use it.
+ (compile-file-of-error): New function.
+ (compilation-next-file, compilation-previous-file): New functions.
+ (compilation-mode-map): Bind C-x [ and C-x ] to them.
+
+1992-08-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * compile.el (next-error): Call compile-reinitialize-errors with
+ 3rd arg of ARGP-1, not ARGP.
+ (compile-reinitialize-errors): Don't need to parse if
+ compilation-parsing-end is past LIMIT-SEARCH.
+ (compilation-next-error): Rewritten to use compile-reinitialize-errors
+ limiting args.
+ (compile-reinitialize-errors): Don't parse at all if
+ compilation-parsing-end is at (point-max).
+
+ * loaddefs.el (complete-tag): Define here to always error; loading
+ etags will redefine it.
+
+ * etags.el (complete-tag): Error if no tags table loaded.
+
+1992-08-03 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * ebuff-menu.el, echistory.el, help.el, hexl.el: teach these packages
+ to use help-char, and add the appropriate magic to doc strings.
+
+1992-08-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * gud.el (gud-def): If KEY is nil, don't make a binding.
+
+1992-08-03 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * diary.el (print-diary-entries): Rewrote to work for either
+ simple or fancy diary display.
+ (add-diary-heading): Deleted--incorporated into print-diary-entries.
+ * calendar.el (print-diary-entries-hook): Change default value.
+
+1992-08-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * add-log.el (change-log-mode): Doc fix.
+
+ * map-ynp.el (map-y-or-n-p): Use key-description for USER-KEYS.
+
+1992-08-03 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * simple.el (current-kill): Reinstate interprogram-paste feature.
+ It doesn't seem to be wedged for me, and I can't find out how it is
+ wedged unless it's enabled.
+
+ * terminal.el (terminal-map, terminal-escape-map,
+ terminal-more-break-map): Apply fillarray to the cadr of the map,
+ not to the map itself; dense keymaps are no longer vectors.
+ * ehelp.el (electric-help-map): Same here.
+
+ * bytecomp.el (byte-compile-file): Don't catch errors here.
+ (displaying-byte-compile-warnings): Catch them here. This way,
+ errors get caught no matter which compilation entry point we use;
+ anyplace that can report warnings, also catches errors.
+
+ * sun-cursors.el: Require 'cl, for the sake of the push macro.
+ (sc::pic-ins-at-mouse): Call move-to-column with the FORCE
+ argument true, instead of calling an unknown function named
+ `move-to-column-force'.
+
+ * medit.el (medit-zap-define-to-mdl): Fix interactive spec.
+ (medit-zap-define-to-mdl): Change `medit-save-defun' to
+ `medit-save-define'.
+ (medit-save-region, medit-save-buffer, medit-zap-define-to-mdl):
+ Changed `medit-go-to-mdl' to `medit-goto-mdl'. Did anyone ever
+ try this code?
+
+1992-08-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * comint.el: Fix message syntax.
+ (comint-previous-similar-input): Use error, not message.
+
+ * files.el (save-some-buffers): Use C-r, not v, to look at a buffer.
+ Use view-buffer and a recursive edit to do it.
+
+ * view.el: Delete key bindings for C-x v and C-x 4 v.
+ (View-scroll-lines-forward, view-helpful-message):
+ Use view-exit, not exit-recursive-edit.
+
+ * map-ynp.el: Fix prompt.
+
+ * dired.el (dired-why): Don't use save-excursion.
+ (dired-change-marks): New command.
+ (dired-mode-map): Put dired-change-marks on c.
+ Put dired-do-kill-lines on k.
+
+ * dired-aux.el: Require dired.el for compilation.
+ (dired-bunch-files): Was duplicating PENDING in apply calls. Fixed.
+ (dired-do-shell-command, dired-run-shell-command):
+ Delete arg IN-BACKGROUND; rely on including & at end of command.
+ (dired-run-shell-command): Return nil.
+ (dired-do-shell-command): Accept COMMAND as arg; use minibuf
+ within `interactive'.
+ (dired-create-files, dired-handle-overwrite):
+ Rename overwrite-confirmed to dired-overwrite-confirmed.
+ (dired-do-kill-lines): Handle prefix arg as number of lines to kill.
+ (dired-kill-line-or-subdir): Deleted.
+
+1992-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * mailabbrev.el [from jwz] (mail-interactive-insert-alias): Do
+ mail-aliases-setup if necessary before completing for interactive.
+ (build-mail-aliases): Changed parsing regexp.
+
+ * compile.el (compilation-parse-errors): Take 2nd arg FIND-AT-LEAST.
+ If non-nil, stop after parsing that many new errors.
+ (compilation-parse-errors-function): Document 2nd arg.
+ (compile-reinitialize-errors): Take optional 3rd arg; pass to parser.
+ (next-error): Pass repeat count to compile-reinitialize-errors.
+ * diff.el (diff-parse-differences): Take same new arg.
+
+ * reposition.el (C-l): Fix typo.
+
+1992-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * comint.el: ring-* functions deleted--get them from ring.el.
+
+ * ring.el (ring-mod): Renamed from comint-mod.
+ Provide `ring', not history'.
+ (make-ring, ring-p): Add autoloads.
+ * history.el: Link deleted.
+
+ * c-mode.el (c-up-conditional): New function.
+
+ * add-log.el (add-log-current-defun): In C and Lisp, verify the defun
+ really starts at or before the original point.
+
+1992-08-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * mailalias.el: Provide 'mailalias.
+ * mailpost.el: Require 'mailalias and 'sendmail, since we use
+ expand-mail-aliases and mail-do-fcc.
+
+ * mail-extr.el (mail-extract-address-components, variant-method):
+ Use buffer-disable-undo instead of buffer-flush-undo; the latter
+ is obsolete.
+
+ * lpr.el (print-region-new-buffer): Added arguments START and END;
+ this used to use dynamic scope, but it makes things less readable.
+ (print-region-1): Always call this with two arguments, not
+ sometimes two and sometimes none.
+
+ * lint.el: Require 'compile.
+ (compilation-convert-lint): Call set-buffer with only one argument.
+
+ * life.el: Move the definitions of the macros out of the require
+ clause; the new compiler seems to handle the macros correctly.
+ (life): Add an autoload cookie for this.
+ (life-display-generation): If the sit-for returns before the
+ timeout has elapsed, exit the life loop.
+
+ * ledit.el (ledit-setup): Use shared-lisp-mode-map, instead of
+ lisp-mode-commands.
+
+ * kermit.el (kermit-send-input-cr): comint-send-input doesn't
+ accept any arguments. Instead of applying comint-send-input to
+ "\r", call comint-send-input on no arguments, and then use
+ comint-send-string to send the carriage return.
+ (kermit-clean-filter): Call re-search-backward, not
+ re-search-backware.
+ (kermit-clean-on): Remove extra quote from doc string.
+
+ * informat.el (batch-info-validate): Don't pass any arguments to
+ Info-tagify; it doesn't want any.
+
+ * hideif.el (hif-endif-to-ifdef): Fix munged comment which was
+ interfering with parsing.
+
+ * hexl.el (hexl-next-line): Fixed up malformed let binding.
+
+ * bytecomp.el (byte-compile-file): Catch errors that occur during
+ compilation, and record them in the compilation log. This allows
+ us to find the name of the guilty file when we get a "invalid read
+ syntax" error or some such.
+
+ * gud.el: Require `etags', not `tags'.
+ (sdb): Move interactive spec to top of function, just under doc string.
+ (gud-read-address, send-gud-command): Use the point and point-max
+ function instead of dot and dot-max; the latter two are obsolete.
+
+ * gnus.el (gnus-Group-mode, gnus-Subject-mode,
+ gnus-Subject-rmail-digest, gnus-Article-mode,
+ gnus-output-to-rmail, gnus-output-to-file): Use
+ buffer-disable-undo, instead of buffer-flush-undo; the latter is
+ an obsolete name.
+
+ * simple.el: Bind the `next' and `prior' function keys to
+ next-history-element and previous-history-element in the
+ minibuffer maps. Clean up binding code.
+
+ * two-column.el: Doc fixes.
+
+ * loaddefs.el (function-keymap): Definition deleted; this has been
+ superceded by function-key-map.
+
+ * gomoku.el (gomoku-mode-map): Use function key symbols, instead
+ of the keypad.el facilities.
+
+ * edt.el: Converted to use the new function key events instead of
+ keypad.el. Don't require keypad. Change global key bindings.
+ (advance-direction, backup-direction): Bind the function key
+ symbols directly in the global map, not in function-keymap.
+ (edt-emulation-on): Doc fix. This function will now work when
+ called simply from .emacs; it doesn't need to be run after the
+ terminal-dependent file has been loaded.
+
+ * cl.el (byte-compile-named-list-accessors, byte-compile-ca*d*r):
+ Changed these to work correctly with the Zawinski-Furuseth byte
+ compiler.
+
+1992-07-31 Robert J. Chassell (bob@churchy.gnu.ai.mit.edu)
+
+ * loaddefs.el: New keybinding, `C-x r y', for `yank-rectangle'.
+
+1992-07-31 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el (calendar-string-spread): New function.
+ (calendar-mode-line-format): Redefine it.
+ (calendar-set-mode-line): Rewrite using new function.
+ (update-calendar-mode-line): Rewrite using new function.
+
+1992-07-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * startup.el (command-line-1): Mention info in startup message.
+
+1992-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * byte-opt.el (byte-optimize-plus): Don't entirely eliminate the call.
+ (byte-optimize-minus): Likewise.
+ (byte-optimize-multiply,(byte-optimize-divide): Likewise.
+
+1992-07-30 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * compile.el (compile-goto-error): Set compilation-error-list to
+ the one we want, not the one before it.
+ (next-error): Use the ARGP-1th, not ARGPth cdr of
+ compilation-error-list.
+
+1992-07-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * bytecomp.el (byte-compile-warnings): By default, do not display
+ warnings about references free variables.
+
+1992-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * sendmail.el (mail): Get rid of the multiple mail buffer feature.
+
+1992-07-29 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el (general-holidays, hebrew-holidays, local-holidays,
+ christian-holidays, islamic-holidays, solar-holidays, other-holidays):
+ New variables.
+ (calendar-holidays): Use them to define the default value.
+
+
+1992-07-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * comint.el (comint-mode-map): comint-previous-similar-input now M-r.
+ (comint-previous-similar-input):
+ Initialize comint-input-ring-index if nil.
+ (comint-previous-input-matching): Report ordinary error if fail.
+ Initialize comint-input-ring-index if nil.
+ (comint-next-similar-input): New command, on M-s.
+ (comint-previous-input): Always delete what was already given
+ for the next input. Initialize comint-input-ring-index if nil.
+ (comint-send-input): Set comint-input-ring-index to nil.
+
+ * field.el, cmushell.el: Files deleted.
+
+ * co-isearch.el: File deleted; comint should have M-r and M-s
+ like the minibuffer, instead.
+
+1992-07-29 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * diff.el: Everything but diff and diff-backup removed.
+ (diff-regexp-alist): New defvar.
+ (diff-parse-differences): New defun.
+ (diff): Use compile-internal.
+ Take optional arg SWITCHES; interactively, prompt if prefix arg.
+ (diff-backup): Take same new arg.
+ Make this autoload.
+
+ * compile.el (compilation-parse-errors): No message when we stop
+ at LIMIT-SEARCH.
+ (compile-reinitialize-errors): Don't short-circuit if passed
+ a non-nil LIMIT-SEARCH.
+ (compilation-next-error): New; bound to M-n.
+ (compilation-previous-error): New; bound to M-p.
+
+1992-07-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * compile.el (compilation-mode-map): Bind SPC, DEL, M-n, M-p.
+
+1992-07-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * texinfo.el (texinfo-mode-map): Move M-} and M-{ to C-c prefix.
+
+ * simple.el (delete-indentation): Delete fill prefix from after join.
+
+1992-07-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * map-ynp.el (map-y-or-n-p-help): Remove.
+ (map-y-or-n-p): Take new arg ACTION-ALIST.
+ Compute help string fully instead of using map-y-or-n-p-help.
+ * files.el (save-some-buffers): Pass new arg to map-y-or-n-p, so
+ `v' displays the buffer. Change save-excursion to
+ save-window-excursion; it was only there to restore the current
+ buffer, and now display-buffer might change windows.
+
+ * compile.el (compilation-parse-errors): Fix M-t-o on `found-desired'.
+ (compilation-error-list): Doc fix.
+ (compile-internal): Document to return the buffer.
+ (next-error): Simplify code to set NEXT-ERRORS from
+ compilation-error-list and ARGP.
+ (compile-goto-error): Rewrote searching so it finds the error that
+ point is in or after; the error need not start at bol.
+ Restore current buffer after calling other-window.
+
+1992-07-28 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * holidays.el (calendar-holiday-function-sexp):
+ New function.
+ *calendar.el (calendar-holidays): Describe it and use it for daylight
+ savings.
+
+ * calendar.el, cal-mayan.el, cal-french.el: Change names of all
+ calendar-goto-next- or calendar-goto-previous- commands to
+ eliminate the word "goto".
+
+ Change names of all cursor-to-***-calendar-date commands to
+ calendar-print-***-date.
+
+ * diary.el (sort-diary-entries): New function.
+
+1992-07-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * files.el (backup-extract-version): Copied from Emacs 18.
+ (find-backup-file-name): Use that.
+
+ * dired-aux.el (dired-clean-directory): Moved here.
+ (dired-map-dired-file-lines, dired-collect-file-versions):
+ (dired-trample-file-versions): Likewise.
+ * dired.el: Moved from here.
+ (dired-clean-directory): Auto load added.
+
+ * add-log.el (add-change-log-entry): Chase symlinks.
+
+1992-07-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * gud.el (gdb, dbx, sdb): Change C-c LETTER commands to C-c C-LETTER.
+
+ * add-log.el (add-log-current-defun): Handle C macros.
+ Handle the DEFUN macro used in Emacs C sources.
+
+1992-07-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * compile.el (compilation-parse-errors): Take arg LIMIT-SEARCH;
+ if non-nil stop parsing when we pass that location.
+ (compilation-parse-errors-function): Document arg.
+ (compile-reinitialize-errors): Take optional 2nd arg; pass to parser.
+ (compile-goto-error): Pass (point) to compile-reinitialize-errors.
+
+ * compile.el (compile-goto-error): Doc fix.
+
+ * etags.el (find-tag): Fixed prompt.
+ (tag-exact-match-p): Rewritten (again).
+
+ * startup.el (command-line): Load site-start here.
+ (normal-top-level): Not here.
+
+ * etags.el: Remove M-? binding; move M-TAB binding to after defun.
+
+1992-07-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * completion.el: Moved to external-lisp.
+
+ * diff.el (diff-rcs, diff-sccs): Deleted.
+
+1992-07-27 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * tar-mode.el (tar-subfile-save-buffer): whoever changed
+ current-time forgot to check for breakage. Added code to print
+ the seconds parts of a (current-time) value as 11 octal digits
+ (yes, this is nontrivial).
+
+1992-07-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el (next-history-element): Fix error messages.
+ (previous-matching-history-element): Likewise.
+
+ * help.el (describe-function): Don't give the file name
+ in the case of an autoloaded function.
+
+ * lisp-mode.el (emacs-lisp-mode-map, lisp-interaction-mode-map):
+ Add M-TAB as lisp-complete-symbol.
+ * loaddefs.el: Delete binding of M-TAB.
+ * etags.el: Add binding of M-TAB.
+
+1992-07-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * etags.el (tags-exact-match-p): Rewritten.
+ (tags-with-syntax): New macro.
+
+1992-07-26 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el (calendar-cursor-to-date): Change `current-day' to
+ `starred-day'.
+ (calendar-star-date): Create and set buffer local var `starred-day'.
+ (calendar-mode): Don't create buffer local vars current-month,
+ current-day, current-year.
+ (regenerate-calendar-window, calendar-current-date): Don't set
+ buffer local vars current-month, current-day, current-year.
+ (calendar, redraw-calendar, scroll-calendar-left,
+ calendar-other-month, calendar-goto-date, calendar-goto-hebrew-date,
+ calendar-goto-julian-date, calendar-goto-islamic-date,
+ calendar-goto-iso-date): Use `calendar-current-date' instead of
+ buffer local vars current-month, current-day, current-year.
+
+1992-07-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * diff.el (diff-backup): New function.
+ (diff-last-backup-file): Renamed from dired-last-backup-file.
+ * dired-aux.el (dired-backup-diff): Use diff-backup.
+ (dired-last-backup-file): Moved and renamed.
+ * dired.el, dired-aux.el (dired-diff, dired-backup-diff): Doc fixes.
+
+ * help.el (command-apropos): Fix call to apropos for new arg.
+
+ * finder.el (finder-by-keyword): Rewrite to read args in `interactive'
+ and use with-output-to-temp-buffer.
+
+ * startup.el (normal-top-level): Load site-start if it exists.
+
+ * add-log.el (add-log-current-defun): In C, when moving back over arg
+ decls, stop at beg of buffer.
+ (add-change-log-entry): Likewise for blank lines at end of buffer.
+
+ * picture.el (picture-mode-old-major-mode): Declared.
+ (picture-mode-old-mode-name, picture-mode-old-local-map): Likewise.
+ (picture-mode-map): Don't use aset directly; use define-key.
+
+ * saveconf.el: File deleted.
+
+ * rmail.el (rmail-search): Accept repeat count.
+ (rmail-search-backwards): New command, on M-r.
+
+ * simple.el (previous-matching-history-element): New command. On M-r.
+ (next-matching-history-element): New command. On M-s.
+
+1992-07-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * c-mode.el (c-beginning-of-statement): If in string or comment,
+ move by sentences.
+
+ * compile.el (compile-history): New variable.
+ (compile): Specify history list copile-history, with
+ compile-command as initial contents.
+ (grep): Specify constant "grep -n" as initial input,
+ and history list grep-history.
+ (grep-command): Variable deleted.
+
+ * replace.el (query-replace-read-args): New function.
+ It reads two args using query-replace-history.
+ (query-replace, query-replace-regexp, replace-string):
+ (replace-regexp): Use query-replace-read-args.
+ (map-query-replace-regexp): Read args using query-replace-history.
+ (perform-replace): Add local binding for `char'.
+
+ * dired.el: Don't check for version 18.
+ (dired-file-version-alist): New defvar.
+ Use this instead of file-version-assoc-list.
+ (dired-shrink-to-fit): Default is always t.
+ (dired-internal-do-deletions): remove-directory => delete-directory.
+
+ * abbrev.el (define-abbrevs): Bind name, hook, exp, count.
+
+ * replace.el (perform-replace): Fix typo: match-after => match-again.
+ (map-query-replace-regexp): Delete duplicate definition.
+
+ * subr.el (defun-inline): Commented out.
+
+ * comint.el (comint-input-ring*): Renamed from input-ring*.
+ (ring-remove, ring-rotate): use setcar, not set-car.
+ * co-isearch.el: input-ring* renamed to comint-input-ring*.
+
+ * tex-mode.el: Don't require comint.
+ * comint.el (make-comint): Make this autoload.
+
+ * case-table.el (describe-buffer-case-table): Move the describe-vector
+ inside the let.
+
+ * c++-mode.el (indent-c++-exp): Fix typo "innerloop-done".
+ Make last-depth local.
+
+1992-07-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * flow-ctrl.el: fixed set-input-mode call broken by new third
+ arg for meta control.
+
+1992-07-23 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el (cursor-to-islamic-calendar-date,
+ cursor-to-hebrew-calendar-date): Add phrase "until sunset" to message.
+
+ * calendar.el (calendar-goto-astro-day-number,
+ calendar-print-astro-day-number): New functions.
+ (calendar-mode): Put them on keys and describe them.
+ * diary.el (diary-astro-day-number): New function.
+
+ * diary.el (diary-julian-date): New function.
+
+1992-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el (current-kill): Ignore the interprogram paste feature;
+ it is wedged.
+
+ * paths.el (mh-lib, mh-prog): Add more alternatives.
+
+1992-07-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * emerge.el (emerge-startup-hook, emerge-quit-hook):
+ Renamed from ...-hooks.
+
+ * dired.el (dired-display-file): New command, on C-o.
+
+ * files.el (ctl-x-4-map): display-buffer is now C-x 4 C-o.
+
+1992-07-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * etags.el (visit-tags-table-buffer): Look for a tags table
+ containing buffer-file-name's tags.
+
+1992-07-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * etags.el (last-tag): New defvar.
+ (find-tag-noselect): Set and use it.
+
+1992-07-22 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * edebug.el, gnus.el, gnusmail.el, gnusmisc.el, gnuspost.el,
+ hideif.el, isearch-mode.el, mh-e.el, mhspool.el, netunam.el,
+ nnspool.el, nntp.el, scheme.el, xscheme.el: Removed RCS "$Header"
+ and "$Log" files; K. Richard Pixley <rich@cygnus.com> says they
+ cause trouble with patches.
+
+1992-07-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * etags.el (find-tag-noselect): Properly return
+ find-tag-in-order's value.
+
+1992-07-22 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * bytecomp.el: Removed relative jump instructions.
+ (byte-rel-goto-ops): Variable deleted.
+ (byte-compile-lapcode): Code to recognize potential relative jumps
+ and patch the PC into relative jumps removed.
+ * byte-opt.el (disassemble-offset, byte-decompile-bytecode-1):
+ Support for relative jumps removed.
+
+1992-07-22 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * Removed all Last-Modified headers.
+
+1992-07-21 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * files.el (trim-versions-without-asking): Non-nil, non-t value
+ suppresses all trimming of excess backups. This is so we can make
+ the @!%$@ question at save time go away....
+
+1992-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el (kill-ring-save): Display only if interactive-p.
+
+ * c-mode.el (c-backslash-region): New command.
+ (c-append-backslash, c-delete-backslash): New functions.
+ * c++-mode.el (c++-macroize-region, backslashify-current-line):
+ Deleted.
+ (c++-comment-region, c++-uncomment-region): Deleted.
+ comment-region works just fine.
+ (c++-beginning-of-defun, c++-end-defun, c++-indent-defun): Deleted.
+ (c++-point-bol): Renamed from point-bol.
+ (c++-within-string-p): Renamed from within-string-p.
+ (c++-count-char-in-string): Renamed from count-char-in-string.
+ (fill-c++-comment): Renamed from fill-C-comment.
+ (c++-insert-header): Deleted.
+
+1992-07-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * inf-lisp.el: When creating inferior-lisp-mode-map, use
+ shared-lisp-mode-map, instead of calling the function
+ lisp-mode-commands; that doesn't exist any more.
+ (inferior-lisp-args-to-list): Recurse, rather than
+ calling tea-args-to-list, which doesn't exist.
+ (inferior-lisp-mode): Always call lisp-mode-variables with one
+ argument; there's no longer any need to adapt to different
+ versions of Emacs.
+
+1992-07-21 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el (calendar-set-mode-line): New function.
+ (list-yahrzeit-dates): Use it for mode line.
+ * diary.el (simple-diary-display, fancy-diary-display): Use it for
+ mode line.
+ * diary.el (show-all-diary-entries): Use default mode line.
+ * lunar.el (calendar-phases-of-moon): Use it for mode line.
+ * holiday.el (list-calendar-holidays, calendar-cursor-holidays):
+ Use it for mode line.
+
+1992-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * dired.el (dired-remember-hidden): Fix typo in `following-char'.
+
+ * add-log.el (add-change-log-entry): Avoid spurious whitespace
+ when making new entry. Delete excess blank lines.
+ Really don't use "ChangeLog" as the file name in the entry.
+ Always put a space after the colon.
+ (add-log-current-defun): Verify the defun actually contains point.
+ Handle the lines of a C function before the open brace.
+
+ * rmail.el (rmail-undelete-previous-message): Don't catch errors.
+
+ * simple.el (end-of-buffer): If buffer end is on screen, don't scroll.
+
+ * c-mode.el (set-c-style): Deleted the first version of this function.
+ It was badly written.
+ Modified the remaining version by adding new argument GLOBAL
+ and setting the parameters locally if GLOBAL is nil.
+
+1992-07-21 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * Turfed r2bibtex.el. Refbib.el turns out to be a newer version
+ of the same package.
+
+ * Installed co-isearch.el, new gud.el (1.19)
+
+1992-07-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * frame.el (get-frame): Renamed to get-other-frame; get-frame
+ sounds like a parallel to get-buffer or get-process.
+
+ * c-mode.el (set-c-style): Remove the extraneous copy of this
+ function.
+
+ * c++-mode.el (within-string-p): Use `%', not `mod', as the name
+ of the modulus function.
+
+ * frame.el (frame-height, frame-width): Fixed several confusions
+ here.
+
+ * blackbox.el: When building blackbox-mode-map, locally rebind all
+ keys to which the movement commands are bound to blackbox's
+ movement functions. Define the insert and kp-enter keys.
+
+1992-07-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * blackbox.el (blackbox): Doc fix.
+ (bb-outside-box): For some reason, this function was replaced by
+ the comment ";; blackbox.el ends here"
+
+ * dired.el (dired): Doc fix.
+
+1992-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * sendmail.el (mail-send-and-exit): Just switch windows
+ if the next window is in Rmail mode.
+
+1992-07-20 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * simple.el (set-variable): If VAR has a `variable-interactive'
+ property, use it as an interactive spec to prompt for VAL.
+ * etags.el (tags-file-name): Give it a variable-interactive property.
+
+ * etags.el (tags-table-format-hooks): Remove ctags-recognize-tags-table
+ * ctags.el: Removed.
+ (visit-tags-table): Don't call abbreviate-file-name.
+ (visit-tags-file): If find-file-noselect changed the file name,
+ propagate the change to tags-file-name and tags-table-list.
+
+ * startup.el (command-line): Fixed typo in comment.
+
+1992-07-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-warnings): Include the full
+ documentation given in the comments at the top of the file in this
+ variable's docstring.
+
+1992-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * dired.el (dired-mark): Use prefix-numeric-value.
+
+ * simple.el (kill-ring-save): Say "saved", not "killed", in messages.
+ Let message do the formatting.
+
+ * fill.el (fill-individual-paragraphs): If MAILP, skip indented headers
+ and blank lines.
+
+ * register.el (window-configuration-to-register): New function.
+ (frame-configuration-to-register): New function.
+ * loaddefs.el: Put them on C-x r w, C-x r f.
+ * window.el (window-config-to-register, register-to-window-config):
+ Deleted, along with keybindings C-x 6 and C-x 7.
+
+1992-07-19 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * cal-mayan.el: New file. The only functions visible to the
+ outside world are calendar-goto-mayan-date,
+ calendar-next-haab-date, calendar-previous-haab-date,
+ calendar-next-tzolkin-date, calendar-previous-tzolkin-date,
+ calendar-next-calendar-round-date,
+ calendar-previous-calendar-round-date,
+ diary-mayan-date, and cursor-to-mayan-calendar-date.
+ * diary.el: Autoload diary-mayan-date.
+ * calendar.el: Autoload the 7 "goto" functions.
+ (calendar-mode-map): Put them on keys.
+ (calendar-mode): Describe them.
+
+ * cal-french.el (french-calendar-month-name-array): Add accents to
+ month names.
+ (cursor-to-french-calendar-date): Add accents.
+
+ * cal-french.el (calendar-goto-french-date): New function.
+ * calendar.el: Autoload it.
+ (calendar-mode-map): Put it on a key.
+ (calendar-mode): Describe it.
+
+ * cal-french.el (diary-french-date): Moved from diary.el and fixed
+ accent.
+ * diary.el: Move dairy-french-date to cal-french.el and autoload it.
+
+ * diary-insert.el: Move all diary inserting commands from diary.el
+ * diary.el: Move all diary inserting commands to diary-insert.el
+ * calendar.el: Change autoloads for all diary inserting commands
+ from diary.el to diary-insert.el.
+
+ * calendar.el: Put ";;;###autoload" before calendar function and
+ before list-yahrzeit-dates function.
+ * holiday.el: Put ";;;###autoload" before holiday function.
+ * diary.el: Put ";;;###autoload" before diary function.
+
+ * cal-french.el: New file. All French Revolutionary calendar
+ code from calendar.el has been moved here.
+
+ * calendar.el: All French Revolutionary calendar code moved to a
+ new file, cal-french.el. Autoload cursor-to-french-calendar-date.
+
+ * diary.el (list-sexp-diary-entries): Add mention of
+ diary-sunrise-sunset, diary-lunar-phase, and diary-sabbath-candles
+ to doc string.
+
+ * calendar.el (list-yahrzeit-dates): Prompt for date of death if
+ not called from the calendar window. This function should now be
+ known to the outside world.
+
+ * calendar.el (diary-file): Add mention of diary-sunrise-sunset,
+ diary-lunar-phase, and diary-sabbath-candles to doc string.
+
+1992-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * bytecomp.el (compile-defun): Use displaying-byte-compile-warnings.
+ (byte-compile-warn): Don't display the warning now, just log it.
+
+ * files.el (auto-mode-alist): Recognize .texi.
+
+ * rmail.el (rmail-delete-forward): Removed the feature
+ of moving back if there's nowhere to go forward.
+
+1992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * etags.el (visit-tags-table-buffer): Call abbreviate-file-name on
+ the argument before setting tags-file-name.
+
+ * files.el (automount-dir-prefix): New variable.
+ (abbreviate-file-name): Remove the automount prefix here, rather
+ than in find-file-noselect. Use automount-dir-prefix.
+ (find-file-noselect): Don't remove the automount prefix here; let
+ abbreviate-file-name take care of it.
+
+1992-07-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * Keywords added for [n-z]*.el. Finder now under construction.
+
+1992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * rmail.el (rmail-insert-inbox-text): Generate an alternate name
+ to use for tofile by appending a `+' to file, not a `~'; files
+ ending with the latter may be deleted accidentally when space is
+ low.
+
+1992-07-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * Keywords added for [a-m]*.el. The keyword categories will
+ probably need some tuning, but at least this will suffice
+ for testing the finder code.
+
+ * makefile.el, two-column.el, sgml-mode.el, resume.el,
+ mail-extr.el: Installed.
+
+1992-07-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * Changed all copying notices to GPL version 2.
+
+1992-07-16 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * Finished decorating the library files with new standard headers.
+
+1992-07-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * disass.el: Require `byte-compile', not 'bytecomp'.
+
+ * bytecomp.el (byte-compile-file): Correct parens in interactive
+ form so that it returns a list containing the filename and the
+ prefix argument, not just the prefix argument by itself.
+
+ * bytecomp.el (byte-compile-file): Changed reference to
+ byte-compile-report-call-tree to use display-call-tree.
+
+ * bytecomp.el (byte-recompile-directory, byte-compile-file,
+ batch-byte-compile, byte-compile, compile-defun,
+ display-call-tree): Added autoload cookies for these functions.
+
+1992-07-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * etags.el: Major rewrite with many new features.
+ * ctags.el: New file; goes with new etags.el.
+
+1992-07-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * byte-run.el (defsubst): Removed extra closing paren at the end
+ of this function.
+
+1992-07-16 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * At RMS's request, all occurrences of `elisp' changed to `Emacs Lisp'.
+
+ * New library headers for [fghijklmn]*.el. First steps towards
+ keyword-based code finder via Keywords header.
+
+1992-07-15 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * New library headers for [opqrst]*.el. Ghod, this is boring.
+
+1992-07-15 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * lunar.el: New file. The only functions known to outside world
+ are calendar-phases-of-moon, diary-phases-of-moon, and
+ phases-of-moon.
+
+ * calendar.el (calendar-mode): Put calendar-phases-of-moon on a key
+ and describe it.
+
+ * diary.el: Autoload diary-lunar-phase.
+
+1992-07-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * loaddefs.el: Added C-x a, C-x r and C-x n as prefixes.
+ Removed old C-x a, C-x g, C-x j, C-x n, C-x p, C-x r, C-x x, C-x w.
+ Also C-x /, C-x C-a, C-x C-h, C-x +, C-x -.
+ Added bindings for function keys insert-line, delete-line, delete-char.
+
+ * bytecomp.el: Deleted support for running compiler in Emacs 18.
+ Spell "Emacs 18" properly.
+ (byte-compile-version): FSF 2.1.
+ (byte-compiler-valid-options): Deleted.
+ (byte-compile-single-version): Always return nil.
+ (byte-compiler-version-cond): Always return the argument.
+
+ * loaddefs.el: Key bindings moved here.
+ * simple.el: From here.
+
+1992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * byte-opt.el (byte-boolean-vars): Rebuilt for Emacs 19.
+
+ * screen.el: Renamed to frame.el. The term is no longer `screen',
+ but `frame'. All variables and functions renamed.
+ * x-menu.el, window.el, sup-mouse.el, sun-mouse.el, subr.el,
+ startup.el, sendmail.el, register.el, prompt.el, mlconvert.el,
+ loadup.el, ispell.el, isearch.el, holidays.el, fortran.el,
+ files.el, etags.el, emerge.el, electric.el, edebug.el, dired.el,
+ diary.el, csharp.el, compile.el, comint.el, calendar.el,
+ buff-mune.el, bg-mouse.el, appt.el, abbrevlist.el, term/x-win.el,
+ term/wyse50.el, term/vt200.el, term/vt100.el: All uses changed.
+ * screen.el (screen-height, screen-width, set-screen-height,
+ set-screen-width): Defined as aliases for frame-height,
+ frame-width, set-frame-height, and set-frame-width.
+ (set-frame-height, set-frame-width): Functions deleted; they are
+ defined in frame.c.
+
+1992-07-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * [uvwxy]*.el: Added headers for new Emacs Lisp documentation
+ conventions.
+
+1992-07-14 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el (calendar-mode): Change key bindings for all
+ functions to make them consistent with Version 19 requirements.
+
+1992-07-13 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * comint.el: minor changes to comments to reflect the fact that
+ comint has won its war and replaced shell mode.
+
+1992-07-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * rmailsort.el: Change copyright to FSF; update permission notice.
+
+ * byte-run.el: Delete compatibility definition of make-byte-code.
+ (byte-compiler-options): Commented out.
+ (proclaim-inline, proclaim-notinline): Commented out.
+
+ * byte-opt.el: Change several doc strings to comments.
+ They had the wrong format anyway.
+ Delete the `require' and the test for wrong compiler version.
+
+ * disass.el: Require just bytecomp, not byte-opt.
+
+ * bytecomp.el (emacs-lisp-file-regexp):
+ Renamed from elisp-source-file-re. All uses changed.
+ (byte-compile-dest-file): Don't use that var.
+ (compile-defun): Renamed from elisp-compile-defun.
+ (byte-compile-report-ops): Define unconditionally.
+ It's a bad idea to make function definitions of moderate size
+ conditional on anything.
+ (byte-compile-and-load-file): Commented out.
+ (byte-compiler-valid-options):
+ Renamed from byte-compiler-legal-options.
+ (byte-compile-overwrite-file): Variable deleted.
+ (byte-compile-file): Don't use that var.
+ (byte-compile-compatibility):
+ Renamed from byte-compile-emacs18-compatibility.
+ (byte-compile-generate-emacs19-bytecodes): Variable deleted.
+ Use byte-compile-compatibility instead.
+ (byte-compiler-options-handler): Deleted.
+ (byte-compile-body-do-effect, byte-compile-form-do-effect):
+ Use defsubst, not proclaim-inline.
+
+ * byte-opt.el: Renamed from byte-optimize.el.
+ * byte-run.el: Renamed from bytecomp-runtime.el.
+ * bytecomp.el, loadup.el: References to those files fixed.
+
+ * bytecomp.el: Style corrected in calls to error.
+ Many doc strings corrected in style.
+
+ * Repeated the following changes:
+ * bytecomp.el (byte-compile-file): Don't put file name in minibuffer.
+ (byte-compile-buffer): Function commented out.
+
+1992-07-13 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * loaddefs.el (completion-ignored-extensions): nconc together
+ list of common extensions and list of unix or vms-specific ones.
+
+1992-07-13 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * simple.el (kill-region): The variable `undo-high-threshold' has
+ been renamed to `undo-strong-limit'. Change its use here.
+
+1992-07-13 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el (exit-calendar): Bury buffers instead of killing them.
+
+ (european-calendar-display-form, american-calendar-display-form):
+ Make comma after day name conditional so it's available for more
+ general use.
+ (calendar-date-string): Make dayname nil instead of the empty string.
+ (cursor-to-julian-calendar-date, cursor-to-islamic-calendar-date,
+ cursor-to-hebrew-calendar-date, list-yahrzeit-dates): Use nodayname
+ form of display.
+
+ * diary.el (diary-islamic-date, diary-hebrew-date,
+ insert-diary-entry, insert-anniversary-diary-entry,
+ insert-block-diary-entry, insert-cyclic-diary-entry,
+ insert-hebrew-diary-entry, insert-islamic-diary-entry): Use
+ nodayname form of display.
+
+1992-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * c-mode.el (calculate-c-indent): Don't indent as argdecl
+ after apparent function decl inside a comment.
+
+1992-07-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * bytecomp.el: Replaced with Jamie Zawinksi's byte compiler.
+ * byte-optimize.el, bytecomp-runtime.el: New files, supporting
+ bytecomp.el.
+ * loadup.el: Load bytecomp-runtime into the dumped Emacs.
+ * disass.el: New version of the disassembler, to fit with the new
+ compiler.
+
+ * mouse.el (mouse-select-buffer-line): Removed extraneous setting
+ of the variable `the-buffer'; it's never used elsewhere.
+
+ * mouse.el (mouse-kill): Don't set the mark; pass point and the
+ click's position to kill-region directly.
+
+1992-07-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * abbrev.el (write-abbrev-file): Removed extraneous interactive spec.
+
+ * screen.el (current-screen-configuration,
+ set-screen-configuration): New functions.
+
+ * buff-menu.el (buffer-menu): Make ARG an optional argument.
+
+ * screen.el (iconify): Call the function `make-screen-visible'
+ instead of `deiconify-screen'; the latter no longer exists.
+
+ * files.el (find-backup-file-name): Replace the reference to
+ `backup-extract-version' with a literal `function' form. This
+ eliminates the use of dynamic binding, and allows us to remove
+ backup-extract-version, which doesn't really want to be its own
+ function.
+ (backup-extract-version): Function removed.
+
+ * help.el (help-with-tutorial): Zap the value of
+ `buffer-auto-save-file-name', not `auto-save-file-name'.
+
+ * loadup.el: Don't forget to garbage-collect after loading each
+ file. Yes, some of the files are small enough that it won't make
+ much of a difference, but there's no reason not to garbage collect
+ here (other parts of the build process are much slower), and these
+ files might grow.
+
+ * startup.el (command-line): Comment out the code which chooses a
+ default value for split-window-keep-point; let's see if we can live
+ without this option.
+
+1992-07-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * terminal.el (te-set-escape-char): Improve messages.
+
+1992-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * etags.el (find-tag): Don't set tags-loop-form.
+
+1992-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * sendmail.el (mail-do-fcc): Call rmail-set-message-counters.
+
+1992-07-06 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * etags.el (visit-tags-table): Remove automounter prefixes before
+ setting tags-file-name.
+
+1992-07-06 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * Moved gdb.el to =gdb.el. The autoload generation for
+ loaddefs.el was getting screwed up by the conflicting autoloads
+ generated from gdb.el and gud.el. In any case gdb.el is obsolete;
+ we're using the gdb entry point of gud.el now.
+
+ * Installed tq.el.
+
+1992-07-06 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * tex-mode.el (tex-file): Fix reference to tex-offer-save.
+
+1992-07-05 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * tex-mode.el: Require comint instead of oshell.
+ (tex-start-shell): Use comint, not oshell.
+ (tex-filter): Deleted function; no filter is now longer needed.
+
+ * tex-mode.el (tex-run-command, latex-run-command, slitex-run-command,
+ tex-bibtex-run-command, tex-dvi-print-command,
+ tex-alt-dvi-print-command, tex-dvi-view-command): Change doc strings
+ to reflect the fact that `*' will be replaced by the file name.
+ (tex-send-command): New function to interact with comint subshell and
+ replace `*' by the file name.
+ (tex-file, tex-region, tex-print, tex-view, tex-bibtex-file,
+ tex-show-print-queue): Use tex-send-command to send commands.
+
+ * tex-mode.el (tex-offer-save): New variable.
+ (tex-file): Offer to save buffers if tex-offer-save is t (default).
+
+ * tex-mode.el (latex-block-names, standard-latex-block-names): New
+ variables.
+ (tex-latex-block): Use them to do completing-read for block name.
+
+ * tex-mode.el (tex-last-temp-file): New variable to remember file
+ name for clean up.
+ (tex-shell-sentinel): New function--clean up when tex process dies.
+ (tex-delete-last-temp-files): New function to do the cleanup.
+ Add this function to kill-emacs-hook.
+ (tex-region): Do clean up of files from last invocation.
+
+ * tex-mode.el (tex-insert-quote): Make it barf on read-only buffers.
+
+ * tex-mode.el (tex-terminate-paragraph): Make it barf on read-only
+ buffers.
+
+ * tex-mode.el (tex-insert-braces): Make it barf on read-only buffers.
+
+ * tex-mode.el (tex-close-latex-block): Change void var `ERR' to `nil'.
+
+ * tex-mode.el (tex-print): Use alternative printer when given prefix
+ arg.
+
+ * tex-mode.el (tex-mode-load-hook): New variable.
+ Run-hooks on it.
+
+1992-07-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * compile.el (compilation-in-progress): New variable.
+ Add it to minor-mode-alist.
+ (compile-internal): Cons the new process onto it.
+ (compilation-sentinel): Remove the dead process from it.
+
+1992-07-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * tex-mode.el: New version from reingold.
+
+ * files.el (save-buffers-kill-emacs): Consider open net connections
+ as possibly requiring a query.
+
+1992-07-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * files.el (recover-file): Pass -L option to ls, if file is link.
+
+1992-07-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * files.el (ctl-x-4-map): Bind `C-x 4 o' to display-buffer.
+
+ * buff-menu.el (Buffer-menu-switch-other-window): New function,
+ bound to C-o in Buffer-menu-mode-map.
+
+1992-07-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * cmutex.el: Deleted, following recommendation of reingold.
+
+1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * startup.el (command-line-1): Signal an error if the argument to
+ the `-insert' option isn't a string.
+
+1992-06-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * completion.el (completion-separator-self-insert-autofilling):
+ Changed references to `auto-fill-hook' to `auto-fill-function'.
+ * mh-e.el (mh-letter-mode): Same thing.
+ * texinfo-upd.el (texinfo-update-node,
+ texinfo-sequential-node-update): Same thing.
+
+1992-06-28 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * solar.el: New file.
+ The only functions known to outside world are calendar-sunrise-sunset,
+ diary-sunrise-sunset, diary-sabbath-candles, sunrise-sunset, and
+ calendar-holiday-function-solar-equinoxes-solstices.
+
+ * calendar.el (calendar-holidays): Add equinoxes and solstices.
+ (calendar-mode-map): Add key for sunrise/sunset.
+ Add a new variables calendar-time-display-form, calendar-latitude,
+ calendar-longitude, calendar-location-name, calendar-time-zone,
+ calendar-standard-time-zone-name, calendar-daylight-time-zone-name,
+ calendar-daylight-savings-starts, calendar-daylight-savings-ends.
+ Add autoload of calendar-sunrise-sunset.
+ (calendar-mode): Add description of sunrise/sunset capability.
+ (calendar-version): Changed to 5.
+
+ * diary.el: Autoload diary-sunrise-sunset and diary-sabbath-candles.
+
+ * holidays.el: Autoload
+ calendar-holiday-function-solar-equinoxes-solstices.
+
+1992-06-27 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * info.el: Bindings for Info-goto-emacs-command-node and
+ Info-goto-emacs-key-command-node in help-map moved from here...
+ * help.el: to here.
+
+ * compile.el (compile-internal): Make the buffer read-only, to
+ remind people that they probably don't want to mess with it.
+ (compilation-sentinel): Make the buffer temporarily writable, so
+ we can insert the termination message.
+
+ * help.el, indent.el, paragraphs.el, isearch.el, replace.el:
+ Deleted autoload cookies from these files; they are all loaded
+ into Emacs by loadup.el.
+ * loaddefs.el: Removed autoload sections for the above files.
+
+ * loaddefs.el: Put autoload sections in alphabetical order by file
+ name.
+
+ * replace.el (perform-replace): Remember the match data from the
+ real occurrence found, and restore it before executing the
+ command. This preserves the match data across various other
+ matching we do, and protects it from mungement while we're waiting
+ for input.
+
+ * loaddefs.el: Bind [M-right], [M-left], [M-up], and [M-down] to
+ backward-sexp, forward-sexp, backward-list, and forward-list.
+
+1992-06-26 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * holidays.el (calendar-holiday-list): Protect holiday evaluation from
+ bogus holidays on list.
+
+1992-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * outline.el (outline-flag-region): Bind buffer-read-only to nil.
+
+1992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * calendar.el, diary.el, holidays.el: Merged new versions from Ed
+ Reingold.
+ * calendar.el (mark-holidays-in-calendar,
+ all-hebrew-calendar-holidays, all-christian-calendar-holidays,
+ all-islamic-calendar-holidays, list-diary-entries-hook,
+ diary-display-hook, nongregorian-diary-listing-hook,
+ nongregorian-diary-marking-hook, diary-list-include-blanks): Added
+ autoload cookie for these; Reingold's distribution suggests that
+ these variables are ones that you are especially likely to want to
+ customize.
+ * holiday.el (holidays): Added autoload cookie for this.
+
+1992-06-25 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * diary.el (diary-rosh-hodesh): Change mod to % in two places.
+
+1992-06-24 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * holidays.el (calendar-holiday-function-fixed,
+ calendar-holiday-function-float. calendar-holiday-function-julian,
+ calendar-holiday-function-islamic, calendar-holiday-function-hebrew):
+ Correct documentation strings.
+
+ * holidays.el (calendar-holiday-function-greek-orthodox-easter):
+ New function.
+
+ * calendar.el (calendar-holidays): Add Greek Orthodox Easter to
+ all Christian holidays list.
+
+ * calendar.el:
+ calendar-load-hook: New variable; use it with run-hooks.
+ calendar: Describe use of calendar-load-hook.
+
+1992-06-23 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * autoload.el: The docstring is the third element of a `defun'
+ form, not the second.
+
+1992-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * fill.el (fill-region-as-paragraph): Don't assume any indentation
+ for a one-line paragraph.
+
+ * dired.el: Complete rewrite, mostly by sk@thp.uni-koeln.de.
+ * dired-aux.el: Other parts of dired.
+
+ * files.el (enable-local-eval): Renamed from `ignore-local-eval';
+ now has values like `enable-local-variables'.
+ (hack-local-variables): Test `enable-local-eval' properly.
+
+1992-06-22 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * autoload.el (generate-file-autoloads): Do attach a
+ `doc-string-elt' property to `defun', `defvar', `defconst', and
+ `defmacro'; since the files with ";;;autoload" cookies in them are
+ never loaded into the dumped Emacs - otherwise, why would you be
+ autoloading them?.
+
+1992-06-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * fill.el (fill-region-as-paragraph):
+ Handle fill-prefix wider than fill-column.
+ Ensure we keep at least one word on each line.
+ Also don't break after a period followed by just one space.
+
+1992-06-21 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * screen.el (ctl-x-5-map): Removed declaration and initialization
+ of this here; it's done in subr.el, alongside ctl-x-4-map.
+
+ * autoload.el (generate-file-autoloads): If FILE is in the same
+ directory as the current buffer's file, or a subdirectory thereof,
+ change FILE to be a path relative to the current buffer's file.
+ This will allow `update-autoloads-here' to find a section's file
+ even if the Emacs tree has been moved, as it would be when
+ installed on a different system.
+
+1992-06-19 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * upd-copyr.el (update-copyright): Grok abbreviated years.
+
+1992-06-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * lisp-mode.el (indent-sexp): The local variable `last-point' was
+ being asked to do double-duty - `calculate-lisp-indent' needs to
+ be given a location guaranteed to be outside of the current
+ s-expression, but the outer loop (according to the change made Dec
+ 21 1989) needs to know where point was at the top of the loop.
+ Added variable `starting-point' for `calculate-lisp-indent' to
+ use.
+
+ * lisp-mode.el (indent-sexp): Change the `while' loop to an `if',
+ using `make-list' and `-' instead of `(list nil)' and `1+'.
+
+1992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * edebug.el (edebug-debug): Added autoload cookie for this.
+
+ * etags.el (find-tag-other-frame): New function. Bind it to
+ `C-x 5 .'.
+
+1992-06-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * compile.el (compilation-error-regexp-alist): Tightened up the
+ regular expressions designed to match lint pass 2 and lint pass 3
+ error messages. These were too loose; they were matching the
+ "grep exited 00:06:20" messages at the end of the buffer.
+
+1992-06-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * upd-copyr.el (update-copyright): Do nothing if
+ inhibit-update-copyright is non-nil. If the user answers "no", set
+ that to t locally.
+ (inhibit-update-copyright): New defvar.
+
+1992-06-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * mailabbrev.el: New version from jwz.
+
+1992-06-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * compile.el (compilation-enter-directory-regexp,
+ compilation-leave-directory-regexp): In strings, replace uses of
+ "\\\(" or "\\\)" with "\\(" or "\\)".
+ (compilation-error-regexp-alist): Remember to include newlines in
+ all the complemented character sets; none of these should match
+ across a newline.
+
+1992-06-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * isearch-mode.el (isearch-forward): Remove sentence from doc
+ string claiming that the key bindings are controlled by variables
+ named `search-FOO-char'. That was true of the old isearch.el, but
+ now the keymap `isearch-mode-map' controls special characters in
+ isearch-mode.
+
+ * blackbox.el (blackbox): Added ;;;###autoload cookie.
+
+ * add-log.el (change-log-mode): Integrated some code from the
+ `change-log-mode' function in `text-mode.el'. Docstring now
+ mentions that it prevents numeric backups, and sets `left-margin'
+ and `fill-column'. Code now actually sets `left-margin' and
+ `fill-column', as advertised.
+ * text-mode.el (change-log-mode): Function deleted, since it's
+ been superceded by the one in add-log.el.
+
+1992-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * gnus.el (gnus-start-news-server): Criterion for using the local
+ news spool is now that gnus-nntp-server is "::".
+
+1992-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * gnus.el (gnus-nntp-server): Eval gnus-default-nntp-server only
+ if bound.
+
+1992-06-12 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * isearch-mode.el: New package, which will probably supercede
+ isearch.el.
+ (isearch-mode-map, isearch-mode-meta-map): When initializing
+ these, remember that vectors are no longer keymaps.
+ (isearch-update): unread-command-char is no longer -1 when
+ there is no unread character - it's nil.
+
+ * simple.el (interprogram-paste-function): Add the stipulation
+ that the function this points to should return nil if Emacs sent
+ the most recent string for interprogram pasting; the function
+ should never return the same string Emacs posted with
+ `interprogram-cut-function'.
+ * term/x-win.el (x-last-selected-text): New variable.
+ (x-select-text): Set it, so we can check later against returning
+ it.
+ (x-cut-buffer-or-selection-value): Check it, to make sure we don't
+ return our own text.
+
+1992-06-12 Joseph Arceneaux (jla@churchy.gnu.ai.mit.edu)
+
+ * simple.el (current-kill): Fixed misnamed parameter and
+ reorganized code slightly.
+
+1992-06-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * rmailout.el (rmail-output): Get date using mail-fetch-field.
+
+1992-06-10 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * compile.el (compile-internal): Do buffer-disable-undo here.
+ (compilation-mode): Not here.
+
+1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * simple.el (rotate-yank-pointer): Move the guts of this to
+ current-kill, and get rid of the optional DO-NOT-MOVE argument.
+ (current-kill): Rotate the yank pointer here.
+
+1992-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * subr.el (one-window-p): Rename argument ARG to NOMINI, so
+ that the docstring will agree with the argument list generated
+ by make-docfile.c.
+
+ * simple.el (kill-region): Undo May 20th change - add back
+ Roland McGrath's hack of June 17, 1991, which allows
+ kill-region to work on read-only buffers - in read-only
+ buffers, it acts just like copy-region-as-kill.
+
+1992-06-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * electric.el (Electric-command-loop): Set last-command after each cmd.
+
+ * server.el (server-buffer-clients): Add permanent-local property.
+
+1992-06-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * csharp.el (c-find-nesting): Renamed from csharp-find-nesting.
+ Add autoload.
+ All other functions in this file renamed to start with c-find-nesting.
+
+1992-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * window.el (split-window-keep-point): Make it t by default.
+
+1992-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el (delete-blank-lines): Handle special case near eob.
+
+1992-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el (universal-argument): Don't call describe-arg.
+ Pass t as 2nd arg to read-key-sequence.
+ (prefix-arg-internal): Likewise.
+
+1992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * startup.el (command-line): Run after-init-hook.
+ Renamed pre-init-hook to before-init-hook for consistency with
+ e.g., before-change-function.
+ (after-init-hook): New defvar.
+ * screen.el: Use before-init-hook instead of pre-init-hook.
+
+1992-06-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el: Doc fix.
+
+1992-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * info.el (Info-enable-edit): Now a user option.
+
+1992-06-03 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * sendmail.el (mail-signature): Suppress move to end of buffer if
+ we gave a prefix argument (requested by Bob Chassell).
+
+1992-06-03 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * add-log.el (add-change-log-entry): Match the file name followed
+ by a colon in an existing entry.
+ To find a blank line, search for one containing only whitespace,
+ not two consecutive newlines.
+ When adding to an existing entry, open a line and indent.
+
+1992-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * add-log.el (change-log-mode): Set version-control to 'never
+ locally. Set adaptive-fill-regexp. Make paragraph-separate
+ match date lines.
+
+ * bytecomp.el (byte-compile-file): Don't put file name in minibuffer.
+ (byte-compile-buffer): Function commented out.
+
+ * lisp-mode.el (lisp-indent-line): Keep point unchanged in ;;;
+ line.
+
+1992-06-02 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * add-log.el (add-change-log-entry): If the visited file is in
+ the directory tree under the directory containing the change
+ log file, insert the path to it from there, rather than just
+ the file name. Also removed setq of random variable
+ `formatted-revision'.
+
+1992-06-02 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * yow.el: Somehow, the semicolons introducing the comment on the
+ first line disappeared. Put them back.
+
+1992-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * subr.el (eval-current-buffer): Add as alias for eval-buffer.
+
+ * calendar.el (calendar): Add an autoload.
+ * cal.el: File deleted.
+
+1992-06-02 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * add-log.el: Fixed copyright years to not use a range.
+ (change-log-mode): Added docstring.
+ (add-change-log-entry): Put a space between the file name and
+ "(function name):". Put a colon after the file name if we have
+ found no function name.
+
+1992-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * edebug.el (edebug-eval-buffer): New function.
+ Install it in place of eval-buffer if eval-buffer is defined.
+ (edebug-eval-current-buffer): Define this, not eval-current-buffer.
+ Use fset to install it in place of eval-current-buffer.
+ ??? mlconvert.el needs fixing too.
+
+ * ispell.el: Add some autoloads.
+ (ispell-word): Accept prefix arg, meaning do ispell-next.
+
+1992-06-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * simple.el (current-kill): Name the variable which holds the
+ value from other programs to be pasted interprogram-paste, not
+ interprogram-cut.
+
+ * files.el: Bind find-file-other-screen to C-x 5 C-f as well as
+ C-x 5 f, for symmetry with C-x C-f.
+
+1992-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * asm-mode.el (asm-mode-map): Don't override RET.
+
+ * teco.el: Rename `teco:' to `teco-' in all symbols.
+ (teco-command): Make it autoload.
+
+ * edebug.el (edebug-defun): Make it autoload.
+
+ * hexl.el (hexl-save-buffer): Return t.
+ (hexl-mode): Put hexl-save-buffer in write-contents-hooks.
+ (hexl-mode-map): Put the 1k page commands on C-x [ and C-x ].
+
+ * diff.el: Doc fix.
+
+ * fill.el (fill-region-as-paragraph): Treat } like closeparen.
+ If a fill prefix is specified globally, always use that one.
+
+ * flow-ctrl.el (evade-flow-control-memstr=): Renamed from memstr=.
+
+1992-05-31 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * bibtex.el: merged in alarson's changes
+
+ * simula.el: replaced Bj|rn Hessen's version with Hans Henrik
+ Eriksen's improved version (both of them wanted it this way).
+
+1992-05-31 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
+
+ * subr.el (lambda): Added docstring.
+
+1992-05-31 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * gdb.el nuked --- subsumed by gdb entry point of gud.el
+
+ * dbx.el nuked --- subsumed by dbx entry point of gud.el
+
+ * session.el nuked --- saveconf.el is better
+
+ * add-log.el now contains the add-log-new.el changes which merge
+ consecutive entries by the same user on the same day and try to
+ auto-generate both the file key and function changed fields --- the
+ old version still exists in the ~n~ files if this loses, but
+ the code looks good.
+
+1992-05-30 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * profile.el: installed
+
+ * cus-print.el: installed
+
+1992-05-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * startup.el (normal-top-level): Call abbreviate-file-name instead
+ of writing out its code.
+
+ * comint.el: Merged with Olin Shivers' comint version 2.03.
+ (comint-version): Changed accordingly.
+ (comint-previous-input-matching): Bind this to c-m-r, rather
+ than c-c c-r.
+ (comint-exec-hook): Make this variable buffer-local.
+ (comint-exec): Put the code which feeds the startfile to the
+ inferior inside the let which binds ``proc'', as suggested by
+ the indentation.
+ (comint-read-noecho): New optional argument STARS, which
+ causes input to be echoed with '*' characters on the prompt
+ line.
+ (send-invisible): Change prompt from "Enter non-echoed text: "
+ to "Non-echoed text: ". This conforms with the convention
+ used by existing prompts, and gives more room to type stuff.
+
+ * comint.el (comint-last-input-start): New varible. In
+ particular, this helps support subprocesses that insist on echoing
+ their input. Added comments to porting guide indicating that
+ this should probably not be used for implementing history stuff.
+ (comint-mode): Create and initialize comint-last-input-start as a
+ buffer-local var.
+ (comint-send-input): Set comint-last-input-start when we send the
+ input.
+ Porting documentation at end of file adjusted to describe the
+ differences between the old shell mode's last-input-start variable
+ and comint-last-input-start.
+ * telnet.el (telnet-send-input): If telnet-remote-echos is
+ non-nil, use comint-last-input-start and comint-last-input-end to
+ delete the input we just sent.
+
+1992-05-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * simple.el (append-to-buffer): When called interactively, default
+ to (other-buffer nil t). This way, it will offer to insert into
+ the buffer in the other window.
+
+1992-05-27 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * term/x-win.el (x-cut-buffer-or-selection-value): New function.
+ Set interprogram-paste-function to use it.
+ (x-select-text): For backwards compatibility, set cut buffer 0 as
+ well as claiming ownership of the other selections.
+
+1992-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el (indent-new-comment-line): Change handling of
+ comment-multi-line (which is effectively obsolete now).
+
+1992-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * simple.el (set-selective-display): Keep vpos of point constant.
+
+1992-05-24 Edward M. Reingold (reingold at emr.cs.uiuc.edu)
+
+ * calendar.el (list-yahrzeit-dates): New function.
+ (hebrew-calendar-yahrzeit): Moved from diary.el.
+
+ * diary.el (hebrew-calendar-yahrzeit): Moved to calendar.el.
+ diary-ordinal-suffix: Give correct suffix for 111, 112, 113, 211,
+ 212, 213, etc.
+
+1992-05-21 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * mouse.el: Emulate the Emacs 18 mouse button bindings for now.
+ (mouse-yank-at-click): New function.
+
+ * term/x-win.el (x-select-text): Don't bother to check if the
+ window system is X; if it isn't, then this function would never
+ have been defined, let alone called. Is this right, Joe?
+
+ * simple.el (interprogram-paste-function): New hook, for getting
+ the current pasting text from the window system.
+ (kill-ring): Doc fix, encouraging people to use the functions
+ below instead of manipulating the kill ring directly, since the
+ functions correctly deal with interprogram cutting and pasting.
+ (kill-new): New function.
+ (kill-append): Added doc string. Be sure to call the
+ interprogram-cut-function on the new string.
+ (current-kill): New function.
+ (rotate-yank-pointer): New optional argument do-not-move, to
+ support vi.el and vip.el's style of ring access.
+ (kill-region, copy-region-as-kill): Call kill-new, instead of
+ writing out all the logic.
+ (yank-pop): Use current-kill, rather than assuming that
+ kill-ring-yank-pointer points to the text you should use.
+ (yank): Use current-kill, instead of calling rotate-yank-pointer
+ and then fetching through the kill-ring-yank-pointer.
+ * vi.el (vi-put-before): Instead of figuring out the index into
+ the kill-ring and fetching directly, call current-kill.
+ * vip.el (vip-put-back, vip-Put-back, ex-copy): Use current-kill,
+ don't access the kill ring directly.
+ * term/x-win.el: Set interprogram-paste-function to
+ 'x-selection-value.
+ * sun-fns.el (mouse-yank-at-point): Instead of rotating the yank
+ pointer one spot and then accessing the kill ring directly, just
+ call the function current-kill with an argument of one.
+
+ * simple.el (kill-ring-save): Blink to the other end of the saved
+ region, if it's on the screen, or print out the text if it's not,
+ instead of printing the number of characters saved. Nobody cares
+ how many characters were saved, and it's hard to interpret
+ intuitively.
+
+ * screen.el (ctl-x-3-map): Renamed to ctl-x-5-map, and now bound
+ to C-x 5, not C-x 3. This makes a nicer analogy with C-x 4.
+ Moving split-window-horizontally to C-x 3 also makes a nicer
+ analogy with C-x 2.
+ * files.el, sendmail.el, subr.el: Uses of ctl-x-3-map here
+ renamed.
+ * window.el: Binding of split-window-horizontally moved from C-x 5
+ to C-x 3.
+
+1992-05-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * simple.el (kill-region): This used to forgo actually deleting
+ the region if the buffer was read-only, meaning that the command
+ would silently copy the region to the kill ring, but leave the
+ buffer unmodified. Now it tries to delete the region, even if the
+ buffer is read-only; go ahead and get the error.
+
+1992-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * subr.el (one-window-p): If arg is t, completely avoid minibuffer.
+
+1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * version.el (version): New alias for emacs-version.
+
+1992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
+
+ * startup.el (normal-top-level): Typo: s/getev/getenv/.
+
+1992-05-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * subr.el (lambda): Define this as a macro which wraps the lambda
+ expression in a (function ...) quoter. This means that you don't
+ need to write out the cursed ``function'' any more. It might be
+ cleaner to simply change the way the interpreter and compiler
+ treat lambda.
+
+ * loadup.el: Disable undo recording in scratch while we load all
+ the files; re-enable them before we dump.
+
+1992-05-12 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * startup.el (normal-top-level): If (getenv "PWD") or (getenv
+ "HOME") refer to the same directory as default-directory, change
+ default-directory to the shortest of the three.
+
+ * disass.el (disassemble-internal): Use indirect-function instead
+ of just looping.
+
+1992-05-12 Joseph Arceneaux (jla@churchy.gnu.ai.mit.edu)
+
+ * simple.el (kill-region): Call the interprogram-cut-function if
+ it's non-nil.
+
+ * term/x-win.el (x-select-text): New function for selecting text,
+ asserts both PRIMARY and CLIPBOARD selections.
+
+1992-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * ftp.el (ftp-command): Correctly ignore lines without status codes.
+
+ * fill.el (fill-individual-paragraphs): Choice of two modes,
+ controlled by fill-individual-varying-indent.
+
+1992-05-05 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * files.el (save-some-buffers): Use save-excursion around whole
+ fn, rather than several inside.
+
+1992-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * terminal.el (terminal-emulator): Use process-enironment, not env.
+ Get rid of code that used start-subprocess.
+
+1992-05-03 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * mailabbrev.el (mail-abbrevs-v18-munge-map): Use define-key
+ instead of making up an extra alist and nconcing it onto the keymap.
+
+1992-05-02 Edward M. Reingold (reingold at emr.cs.uiuc.edu)
+
+ * calendar.el (generate-calendar-month): Center heading over each
+ month.
+
+1992-04-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * loaddefs.el: Moved (put 'narrow-to-page 'disabled t)...
+ * page.el: To here.
+
+1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * mh-e.el (mh-signature-file-name): New variable.
+ (mh-insert-signature): Use it.
+
+1992-04-27 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * mailabbrev.el: New version from jwz.
+
+1992-04-26 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * loaddefs.el: Removed (put 'narrow-to-region 'disabled t).
+ It is done in simple.el.
+
+1992-04-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * dired.el (dired-mode): Make the modeline display the entire path
+ of the directory, not just the buffer name.
+
+1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * flame.el: Add "flame-" prefix to internal functions, to conform
+ with the naming conventions of the rest of Emacs.
+
+1992-04-21 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * doctor.el (doctor-svo): Deleted second expression from top let
+ binding; it used to read "(let ((foo <exp> sent)) ...)"; let
+ bindings can only have one expression.
+
+ * flame.el: We might as well (provide 'flame).
+
+1992-04-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * startup.el (normal-top-level): Don't change default-directory to
+ (getenv "PWD") unless they actually refer to the same directory.
+
+ * rmail.el (rmail-unix-mail-delimiter): Doc fix.
+
+1992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * rmail.el (rmail-unix-mail-delimiter): Don't bother giving this a
+ docstring; move it to a comment.
+
+1992-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * cmacexp.el: Doc fix.
+
+1992-04-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * simple.el (reindent-then-newline-and-indent,
+ newline-and-indent): Call the newline function instead of saying
+ (insert ?\n), so that auto fill mode will break lines correctly.
+
+ * upd-copyr.el (update-copyright): Used to not change the
+ copyright version when user elected to update the copyright year,
+ but would change it when user decided not to update. Now doesn't
+ do anything unless user gives permission, and when the user does
+ give permission, does everything.
+
+ * rmail.el (rmail-unix-mail-delimiter): New variable.
+ (rmail-convert-to-babyl-format): Use it to recognize the start of
+ an mbox message.
+ (rmail-nuke-pinhead-header): Same.
+
+1992-04-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * compile.el (compilation-find-buffer): Optional non-nil arg says
+ to try to find some buffer other than the current one.
+
+1992-04-10 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
+
+ * holidays.el (calendar-cursor-holidays): Signal error when cursor
+ is not on a date.
+
+1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * doctex.el, gdb.el, mh-e.el, vip.el: Use
+ point{,-min,-max,-marker} functions instead of
+ dot{,-min,-max,-marker}.
+
+1992-04-07 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * mailabbrev.el (mail-abbrev-expand-hook): Rewritten so it won't
+ loop if a single address doesn't fit within fill-column.
+
+1992-04-05 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * mailabbrev.el (sendmail-v18-self-insert-command): Just pass arg
+ to sendmail-pre-abbrev-expand-hook.
+ (sendmail-pre-abbrev-expand-hook): Take optional arg; if non-nil,
+ call self-insert-command with it, and don't do expand-abbrev; just
+
+1992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * lpr.el (lpr-command): Make this variable settable.
+
+1992-04-03 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * files.el (revert-buffer): Reverse the sense of the prefix
+ argument; by default, do not offer to revert from the auto-save
+ file.
+
+1992-04-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
+
+ * files.el (write-contents-hooks): New variable.
+ (basic-save-buffer): Use write-contents-hooks like write-file-hooks.
+
+1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * bytecomp.el (byte-compile-let, byte-compile-let*): Signal an
+ error message if a binding has more than one value form.
+
+ * sendmail.el (mail-position-on-field): Search for the mail header
+ separator only occurring at the beginning of a line. Insert new
+ headers correctly even if there are no other headers.
+
+ * loadup.el: When finding pointers to doc strings, place the doc
+ file in ../etc, not ../share-lib. It's been renamed.
+
+1992-03-24 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * mailabbrev.el: New version from jwz.
+
+ * mailabbrev.el (mail-abbrev-expand-hook): If an address in the
+ expansion begins with a /, turn it into an FCC header.
+
+ * mailabbrev.el: Major rehacking. Should work in 18 and 19.
+
+1992-03-23 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * simple.el (copy-region-as-kill): Doc fix.
+
+1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * Moved provide clauses to bottom of every elisp file that
+ contains one.
+
+ * simple.el (undo): Don't print the "Undo!" message if we're in
+ the minibuffer.
+
+1992-03-16 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * upd-copyr.el (update-copyright): Don't update the GPL version or
+ replace the notice if the user said not to update the copyright.
+
+1992-03-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * sendmail.el (mail-fcc): New function.
+ (mail-mode-map): Bind C-c C-f C-f to mail-fcc.
+
+ * sendmail.el (mail-position-on-field): Recognize the
+ mail-header-separator string, even when it's at the beginning of
+ the buffer.
+
+1992-03-11 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * map-ynp.el (map-y-or-n-p): Doc fix.
+
+1992-03-07 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * upd-copyr.el (update-copyright): Take two new optional args, to
+ ask the user whether to update, and whether to replace the year.
+ When asking the user, narrow it down to things that look like GPL
+ notices.
+ (ask-to-update-copyright): New function, meant to be put on
+ write-file-hooks.
+
+1992-03-05 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * compile.el (compilation-mode-hook): New variable.
+ (compilation-mode): Run it.
+ (compilation-search-path): Made user variable, added autoload cookie.
+ (compilaton-window-height): Added autoload cookie.
+
+1992-02-27 Jim Blandy (jimb at pogo.cs.oberlin.edu)
+
+ * hack-local-variables: Don't take a FORCE argument; it's as easy
+ to bind enable-local-variables to t for a while as it is to pass
+ an extra argument, and it's cleaner.
+ * normal-mode: Instead of passing the FORCE argument, bind
+ enable-local-variables.
+
+ * set-auto-mode: Don't check for the -*- mode tag if
+ enable-local-variables is nil.
+
+ * loaddefs.el (auto-mode-alist): There's no reason for this
+ definition and initialization to be here; moved it to...
+ * files.el: Here.
+
+1992-02-21 Jim Blandy (jimb at pogo.cs.oberlin.edu)
+
+ * telnet.el (read-password): Let the quit character terminate
+ password entry.
+
+1992-02-07 Jim Blandy (jimb at pogo.cs.oberlin.edu)
+
+ * info.el: Doc fix.
+
+1992-01-27 Jim Blandy (jimb at pogo.cs.oberlin.edu)
+
+ * simple.el (universal-argument): Read key sequences, not single
+ keys. Renamed `c-u' to `factor'. Describe the argument in the
+ minibuffer as it is read.
+ (prefix-arg-internal): Same changes here. Renamed CHAR argument
+ KEY, to reflect the fact that it can now be an event sequence.
+ (describe-arg): New function (actually, uncommented).
+ (digit-argument, negative): Call prefix-arg-internal with a
+ string for KEY argument, not a character.
+
+ * simple.el (digit-argument): Strip off high bit of
+ last-command-char.
+
+1992-01-17 Jim Blandy (jimb at pogo.cs.oberlin.edu)
+
+ * term/tvi970.el: New file.
+
+1992-01-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
+
+ * screen.el: Don't automatically bind C-z to iconify; this is
+ inappropriate on terminals.
+ * term/x-win.el: Bind C-z to iconify here.
+
+1992-01-15 Jim Blandy (jimb at pogo.cs.oberlin.edu)
+
+ * term/wyse50.el: Rewritten to use function-key-map.
+
+ * simple.el: Include bindings for [up], [down], [left], and [right].
+
+1992-01-13 Jim Blandy (jimb at pogo.cs.oberlin.edu)
+
+ * setenv.el: New file.
+
+ * simple.el (x-select-kill): Variable removed.
+ (interprogram-cut-function): New variable.
+ (copy-region-as-kill): Use it.
+
+ * term/new-at386.el: Rewritten to use function-key-map.
+
+1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+
+ * flow-ctrl.el: installed.
+
+1992-01-08 Jim Blandy (jimb at occs.cs.oberlin.edu)
+
+ * simple.el (temporary-goal-column): Added missing closing paren.
+
+1991-12-25 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * mail-utils.el (mail-strip-quoted-names): Return nil if given nil.
+
+1991-12-23 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * debug.el (cancel-debug-on-entry): Complete over debugged functions.
+
+1991-12-21 Jim Blandy (jimb at occs.cs.oberlin.edu)
+
+ * at386.el: Moved to term/at386.el, changed to use
+ function-key-map.
+
+1991-12-20 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * term/news.el, term/vt100.el: Converted to use function-key-map
+ instead of old keypad.el.
+ * term/sun.el: Console key sequences converted to use
+ function-key-map; emacstool bindings left alone.
+
+1991-12-16 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * mailabbrev.el: New file.
+ * sendmail.el (mail-setup): Delete code for mail-aliases.
+ Call mail-aliases-setup instead.
+ (sendmail-send-it): Delete code for mail-aliases.
+ (build-mail-aliases, expand-mail-aliases): Autoloads deleted.
+
+1991-12-14 Eric S. Raymond (eric at mole.gnu.ai.mit.edu)
+
+ * etags.el (find-tag-noselect): fixed subtle bug due to
+ save-excursion.
+
+ (tags-tag-match): new function, made smarter about exact matches.
+
+1991-12-13 Eric S. Raymond (eric at mole.gnu.ai.mit.edu)
+
+ * perl-mode.el: installed.
+
+1991-12-13 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * sendmail.el (mail-default-headers): New user variable.
+ (mail-setup): Insert value of that variable.
+
+1991-12-11 Eric S. Raymond (eric at mole.gnu.ai.mit.edu)
+
+ * c-mode.el: added C++ style to c-style-alist.
+
+ * at386.el: installed.
+
+1991-12-09 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * man.el (nuke-nroff-bs): Simplify o^H+. Delete "reformatting" msg.
+
+1991-12-08 Eric S. Raymond (eric at mole.gnu.ai.mit.edu)
+
+ * blackbox.el: Applied doc patch. No functions affected.
+
+ * etags.el: support new (find-tag-noselect) entry point.
+
+ * info: patched to restore point on `up' to previously visited buffer.
+
+ * sccs.el: installed 3.5
+
+1991-12-08 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * simple.el (universal-argument): If there is already an argument
+ specified, don't toss it and read a new one; instead, end argument
+ processing and read the next key literally.
+ (digit-argument, negative-argument): Doc fix.
+
+ * tar-mode.el (tar-subfile-save-buffer): Use the new current-time
+ subr to generate real timestamps.
+ (tar-update-datestamp): Remove docstring paragraph that claims the
+ feature is not implemented. Remove similar paragraph from TO DO
+ list at top of file.
+
+1991-12-08 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * diff.el (diff-internal-diff): New subroutine.
+ (diff): Removed from here.
+ (diff-sccs, diff-rcs): New commands using diff-internal-diff.
+ (diff-rcs-extension): New variable.
+
+1991-12-05 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * apropos.el, doctex.el, help.el, paths.el, spook.el, yow.el:
+ These files expected to find their data in exec-directory, but
+ their data is now located under data-directory. Changed to use
+ data-directory as appropriate.
+ * loadup.el: Changed to use the appropriate path names.
+
+1991-12-02 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * mailalias.el (define-mail-alias): Handle quoted aliases.
+
+1991-11-30 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * simple.el (prefix-arg-internal): Make C-u end the arg.
+ Doc fixes on the argument commands.
+
+1991-11-28 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * emacsbug.el (report-emacs-bug): Now autoloaded.
+
+1991-11-24 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * simple.el: Doc fix.
+
+1991-11-15 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * startup.el (command-line): Don't bother catching errors that
+ occur while the window system file is loading; cmd_error can now
+ properly handle errors that occur before screens are set up
+ properly.
+
+ * startup.el (command-line): baud-rate is a variable, not a
+ function.
+
+1991-11-14 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * info.el (Info-mode): Mention Info-directory in the list of
+ commands in the docstring.
+ (Info-follow-nearest-node): Rebalance parens.
+
+1991-11-11 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * find-dired.el: New version munged by sk for tree dired.
+
+1991-11-06 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * screen.el (screen-initialize, screen-notice-user-settings):
+ Renamed global-minibuffer-screen to default-minibuffer-screen.
+
+1991-11-05 Edward M. Reingold (reingold at emr.cs.uiuc.edu)
+
+ * diary.el (diary-rosh-hodesh): Add Erev Rosh Hodesh to the diary,
+ as needed.
+
+1991-10-31 Richard Mlynarik (mly at peduncle)
+
+ * ebuff-menu.el (eletric-buffer-menu-mode-map): Define
+ < and > to scroll-left and scroll-right per user suggestion.
+
+1991-10-31 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * files.el (cd): Don't bother calling pwd after changing the
+ directory.
+
+ * shell.el (shell-mode): Doc fix.
+
+ * screen.el (screen-notice-user-settings): When replacing the
+ initial screen with a minibuffer-only screen, append the original
+ screen's parameters to initial-screen-parameters, so that moves
+ and resizes may take place if appropriate.
+
+ * cmushell.el: This is now the real shell.el. Removed the "cmu"
+ prefix from names.
+ (shell): Marked this to be autoloaded.
+
+1991-10-29 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * files.el (find-file-noselect): Extract filename abbreviation
+ code into separate function.
+ (abbreviate-file-name): This is that.
+
+ * files.el (after-find-file): If the directory containing the file
+ doesn't exist, offer to create it.
+ (make-directory-path): New function to support this offer.
+
+1991-10-28 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * macros.el (apply-macro-to-region-lines): Use a marker to keep
+ track of the next line to operate on, so the macro can delete or
+ add lines.
+
+1991-10-26 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
+
+ * disass.el (disassemble): Correctly distinguish functions with no
+ interactive spec and functions that are (interactive). Correctly
+ extract components of explicit calls to byte-code (old-style
+ compiled functions). Correctly pass byte code of function to
+ disassemble-1.
+ (disassemble-1): Use nth to extract components of explicit call to
+ byte-code, not car and cdr.
+
+1991-10-25 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * lisp-mode.el (eval-print-last-sexp): Saying (terpri
+ (current-buffer)) after evaluating the expression does bad things
+ if the expression changes the current buffer, so bind
+ standard-input to the buffer that is current before evaluation.
+
+1991-10-21 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * compile.el (compilation-buffer-name-function,
+ compilation-finish-function): Add autoload cookie for these.
+
+1991-10-15 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * info.el (Info-follow-nearest-node): Adjusted for new return
+ value format from coordinates-in-window-p.
+
+1991-10-08 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * add-log.el (change-log-name): New fn.
+ (add-change-log-entry, add-change-log-entry-other-window): All
+ args optional. FILE-NAME defaults to new var
+ `change-log-default-name'. Give this var a local value in the
+ buffer we were run from, pointing to the file we found.
+
+1991-10-07 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * compile.el (compilation-buffer-p): New fn.
+ (compilation-find-buffer, compile-goto-error): Use it.
+
+1991-10-05 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * compile.el (compile-internal): Don't make state vars local.
+ (compilation-mode): Do it here.
+ (compilation-parse-errors-function, compilation-error-message):
+ Give initial values.
+ (compile-goto-error): Look for compilation-error-list rather than
+ compilation-parse-errors-function in the buffer-local variables
+ to see if this is a compilation buffer, because the latter might
+ not be local.
+
+1991-10-04 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * files.el (revert-buffer): Call verify-visited-file-modtime with
+ one arg (the current buffer), instead of none.
+
+1991-10-04 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * rmail.el: Changed two regexps not to look specifically for 19yy
+ for years; look for yyyy instead. Planning for the millenium.
+
+1991-10-03 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * version.el (emacs-version): (From Bob:) Take optional arg
+ (prefix arg) to insert version text at point.
+
+1991-09-26 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * info.el (Info-default-directory-list): defvar this instead of
+ defconsting it, so paths.el can set it.
+
+1991-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * map-ynp.el (map-y-or-n-p): Fixed for lists containing nil.
+
+1991-09-10 Roland McGrath (roland@wookumz.gnu.ai.mit.edu)
+
+ * autoload.el (batch-update-autoloads): Use catch and throw to
+ give up on a file altogether if it gets an error.
+
+ * autoload.el (update-file-autoloads): Always check the old section.
+ If the file has no cookies, it will be deleted and not replaced.
+
+1991-09-08 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * simple.el (line-move): After C-e, do consider eol of blank line.
+ Don't treat start of blank line as eol.
+
+1991-09-07 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * fill.el (fill-individual-paragraphs):
+ Find a fill-prefix that works for the whole paragraph.
+
+ * simple.el (line-move): Don't treat start of blank line as eol.
+
+1991-09-03 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * debug.el (debugger-step-through): Fix message typo.
+
+1991-09-02 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * server.el (server-start): Delete old socket in /tmp as well as in ~.
+
+1991-08-26 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * abbrev.el, chistory.el: Remove periods from error messages.
+
+1991-08-25 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * help.el (describe-function, describe-variable):
+ Return the same text as was displayed.
+
+ * files.el: Doc fix.
+
+ * files.el: Don't require map-ynp.
+ * map-ynp.el: No need for provide.
+ * loadup.el: Load map-ynp.
+
+1991-08-23 Edward M. Reingold (reingold at emr.cs.uiuc.edu)
+
+ * calendar.el (calendar-last-day-of-month, calendar-leap-year-p,
+ calendar-day-number, calendar-absolute-from-gregorian): Change
+ from functions to macros for speed.
+
+1991-08-22 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * files.el (find-backup-file-name):
+ (apply fun (cons first rest)) => (apply fun first rest).
+ Come on, guys.
+
+1991-08-20 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
+
+ * rmail.el (rmail-convert-to-babyl-format): Roland added the
+ missing paren in the wrong place; fixed.
+
+ * screen.el (screen-initialize): Added missing `function' around
+ lambda expression.
+
+1991-08-20 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * files.el (switch-to-buffer-other-screen,
+ find-file-read-only-other-screen): Remove extra parens.
+
+ * rmail.el (rmail-convert-to-babyl-format): Add missing paren.
+
+1991-08-19 Edward M. Reingold (reingold at emr.cs.uiuc.edu)
+
+ * calendar.el (redraw-calendar): Preserve cursor location in
+ redrawing.
+ (extract-calendar-month, extract-calendar-day,
+ extract-calendar-year):
+ Change from functions to macros to speed up computation.
+
+ * holiday.el:
+ calendar-holiday-function-rosh-hashanah-etc: Correct date of Selichot.
+
+1991-08-18 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * rmail.el (rmail-convert-to-babyl-format):
+ If can't find end of babyl header or babyl message,
+ try to resync with next ordinary message.
+
+1991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * doctor.el (doctor-strangelove): New fn.
+ (doctor-member): Removed.
+ (doctor-doc): Use member instead of doctor-member.
+ (doctor-rms): Restored.
+
+1991-08-16 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * term/x-win.el: Removed obsolete definitions for function keys.
+
+1991-08-15 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
+
+ * screen.el (screen-create-initial-screen): Renamed to
+ screen-initialize. Arrange to cause errors if people try to
+ create screens when no window system is running.
+
+ * loadup.el: load screen.el into the dumped emacs.
+
+ * subr.el (add-hook): Cons FUNCTION onto the value of the symbol
+ HOOK, not the symbol itself.
+
+ * loaddefs.el (ctl-x-4-map): Move definition from here...
+ * subr.el (ctl-x-4-map): To here.
+ (ctl-x-3-map): New prefix.
+ (mouse-map): Deleted.
+
+ * screen.el (new-screen-x-delta, new-screen-y-delta,
+ new-screen-position): Removed.
+ (new-screen): Simplified.
+ (split-to-other-screen): Removed.
+ (switch-to-buffer-other-screen, find-file-other-screen,
+ find-file-read-only-other-screen, mail-other-screen): Moved, along
+ with their keybindings, to...
+ * files.el (switch-to-buffer-other-screen, find-file-other-screen,
+ find-file-read-only-other-screen): Here...
+ * sendmail.el (mail-other-screen): And here.
+
+1991-08-14 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
+
+ * files.el (generate-new-buffer): Function moved here from
+ src/buffer.c.
+ (set-visited-file-name): Use the new argument to rename-buffer.
+
+ * macros.el (apply-macro-to-region-lines): Don't complain if there
+ is no defined keyboard macro if one was passed as an argument.
+ Don't test if macro is null inside the loop; set it to
+ last-kbd-macro outside the loop.
+
+1991-08-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * info.el: Removed bindings and help reference to nonexistent
+ mouse commands.
+ (Info-default-directory-list): New defconst, list to initialize
+ Info-directory-list with by default.
+ (info): Initialize Info-directory-list to
+ Info-default-directory-list if there is no INFODIR envariable.
+ * paths.el (Info-default-directory-list): Define instead of
+ Info-directory-list.
+
+1991-08-13 Ken Raeburn (raeburn@watch.com)
+
+ * time.el (display-time-24hr-format): New variable.
+ (display-time-filter): If display-time-24hr-format is non-nil,
+ display time in 24-hour format, rather than using AM/PM suffix.
+ Also, don't blow up in substring if load average is unavailable.
+
+1991-08-13 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * screen.el: Incorporated other-screen functions and key bindings.
+
+ * screen.el: iconification code reworked; this code will require
+ a mapping hook of some sort to work correctly.
+
+ * screen.el, term/x-win.el: Renamed screen-default-alist to
+ default-screen-alist.
+ (default-screen-alist): Moved declaration to screen.c; the
+ screen creation subrs should consult this transparently.
+
+ * term/x-win.el (x-get-resources, x-pop-initial-window): Functions
+ deleted. Don't call them at the bottom of the file anymore.
+
+1991-08-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * simple.el (undo-start): Doc fix: undo-pointer -> pending-undo-list.
+
+ * files.el (save-some-buffers): Add missing `(and' and matching
+ `)' so that buffer-offer-save is actually tested.
+
+1991-08-12 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * window.el (split-window-keep-point): New user option.
+ (split-window-vertically): Modified to support it.
+ * startup.el (command-line): Choose a default value for
+ split-window-keep-point according to the baud rate.
+ * term/x-win.el: Set split-window-keep-point.
+
+1991-08-10 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * term/x-win.el (x-daemon-mode, x-establish-daemon-mode): Removed
+ these functions; we do this differently now.
+
+1991-08-07 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * autoload.el (batch-update-autoloads): Do (save-some-buffers t)
+ before killing emacs, so loaddefs.el will be saved.
+
+1991-08-05 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * screen.el (screen-creation-func): Renamed to
+ screen-creation-function, as per the convention.
+
+ * screen.el (screen-creation-func): Do not initialize this
+ according to the window system name; let the window
+ system-specific file initialize it however it wants.
+ * term/x-win.el: Set screen-creation-function to x-create-screen.
+
+ * screen.el: All of the screen startup code reworked.
+
+1991-08-01 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * startup.el (pre-init-hook): New variable.
+ (window-setup-hook): Doc fix.
+ (command-line): Call pre-init-hook.
+ (command-line-1): Updated copyright date.
+
+1991-07-31 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * rmailedit.el: When initializing rmail-edit-map, take the cdr of
+ text-mode-map before nconcing it, to omit the keymap header.
+
+1991-07-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * screen.el (auto-new-screen-function): Renamed to
+ pop-up-screen-function.
+ (buffer-in-other-screen): Use pop-up-screens, not auto-new-screen.
+
+1991-07-30 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * apropos.el (apropos, super-apropos): Don't make window for no syms.
+
+1991-07-29 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * loaddefs.el: Don't make backup versions of this file.
+
+1991-07-28 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * autoload.el (generate-autoload-cookie): Doc fix.
+
+1991-07-28 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * etags.el: Renamed new-etags.el, copied Emacs 18's tags package
+ into its place - the new version seemed to have half-completed
+ major changes. Added autoload marks and changed it to (provide
+ 'etags) instead of tags.
+
+ * help.el: Autoload the (defvar help-map ...) so that info.el
+ can define keys in it.
+ * loaddefs.el: Updated.
+
+1991-07-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * info.el (Info-find-emacs-command-node): New fn.
+ (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
+ New fns, bound to C-h C-f and C-h C-k, to pop to the info node for
+ an Emacs command or keystroke.
+
+1991-07-26 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * terminal.el (te-stty-string): Delete `new' since loses on SYSV.
+
+1991-07-25 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * edebug.el: Version 2.5 from LaLiberte.
+
+1991-07-25 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * view.el: (define-key "C-xv" 'view-file).
+ (view-file-other-window, view-buffer-other-window): New functions.
+ (view-prev-buffer): Renamed to view-return-here.
+ (view-exit): If view-return-here is a buffer, switch to it;
+ if it is a window configuration, apply it.
+
+ * subr.el (search-forward-regexp, search-backward-regexp): Added
+ alternate names.
+
+1991-07-24 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
+
+ * diff.el (diff): Turn off read-only flag to insert "no
+ differences" message.
+
+1991-07-23 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
+
+ * isearch.el (isearch): If the user switches to a different
+ screen, exit the isearch.
+
+ * isearch.el (isearch): Changed reference to `cmds' to use
+ variable's new name `history'.
+
+1991-07-23 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * rmail.el (rmail-first-unseen-message): Make loop looking for
+ unseen msgs not skip the first one.
+
+ * rmail.el (rmail-widen-to-current-msgbeg): Added missing close paren.
+
+1991-07-21 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
+
+ * isearch.el (isearch): Don't assume that we're repeating a search
+ that found an empty string; check history to make sure we're
+ repeating a search and not starting one up with a pattern from the
+ ring.
+
+ * view.el: When initializing view-mode-map, use the new-style key
+ maps.
+
+ * screen.el (auto-new-screen-function): Set this to a lambda which
+ calls the screen-creation-func.
+
+1991-07-19 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * backquote.el (bq-make-maker):
+ Don't replace quoted shared structure by copies.
+
+1991-07-19 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * files.el (save-some-buffers): Added save-excursions around code
+ that does set-buffer.
+
+1991-07-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * etags.el (visit-tags-table): Don't make tags-completion-alist.
+ (tags-completion-alist): If tags-completion-alist is non-nil,
+ return it; else build it and then return it.
+ (find-tag-tag): Pass 'tags-completion-alist as TABLE to
+ completing-read, so the table is built on demand.
+
+ * sendmail.el (mail-do-fcc): Added missing close paren.
+
+1991-07-15 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * term/x-win.el: Enable interrupt-driven input after opening the X
+ connection, so that the fcntls on file descriptor 0 apply to the
+ socket, not the terminal.
+
+ * screen.el: Don't bind `C-x o' to next-multiscreen-window or
+ displace other-window to `M-o'.
+
+1991-07-15 Stephen A. Wood (saw at hallc1)
+
+ * fortran.el version 1.28.3
+ Now works in either mode when `tab-width' is not 8.
+
+ (fortran-electric-line-number, fortran-indent-to-column): Use
+ `fortran-minimum-statement-indent' instead of 8.
+
+ (fortran-current-line-indentation): Now skips over line number
+ and whitespace correctly when tab-width is not 8.
+
+ (fortran-setup-tab-format-style): Set `fortran-comment-line-column' and
+ `fortran-minimum-statement-indent' to (max tab-width 6) instead of 8.
+ The minimum 6 insures legal indenting for lines with line numbers.
+
+1991-07-13 Jim Blandy (jimb at churchy.gnu.ai.mit.edu)
+
+ * info.el (Info-find-node): Call buffer-flush-undo with one arg,
+ instead of none. Change call to get-buffer-c>reate to
+ get-buffer-create.
+
+ * startup.el (command-line): Remove the arguments from
+ command-line-args as we process them.
+ (command-line-1): Removed code to ignore the arguments processed
+ in command-line, because they're all deleted now.
+
+ * replace.el (occur): Set tem to the location of the match before
+ adding it to occur-pos-list, so we don't end up with an
+ occur-pos-list of nulls. And allocate the final-context-start
+ marker once, so we don't allocate jillions of markers in the
+
+1991-07-11 Jim Blandy (jimb at geech.gnu.ai.mit.edu)
+
+ * term/x-win.el (x-handle-args): Re-written to take the command
+ line switch as an argument, instead of just assuming it's in ARGS,
+ and return the modified list. Changed caller to pass and set
+ command-line-args.
+
+ * startup.el (command-line): Re-balance parens.
+ Pass command-line-args to command-line-1, not args.
+
+1991-07-09 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * map-ynp.el (map-y-or-n-p): Fixed lossage on ? or random char.
+
+1991-07-08 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * ftp.el (ftp-command): Skip multiline messages.
+
+1991-07-08 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * ispell.el (ispell-buffer): fset to 'ispell.
+
+ * map-ynp.el (map-y-or-n-p): Don't quote a form inside quasiquote.
+
+1991-07-04 Stephen A. Wood (saw at hallc1.cebaf.gov)
+
+ * fortran.el: Added ;;;###autoload definition for
+ fortran-tab-mode-default variable.
+
+ * fortran.el (fortran-numerical-continuation-char): Replace
+ (backward-line 1) with (forward-line -1) since backward-line is
+ defined only in edt.
+ (fortran-previous-statement): Fix error in parens.
+ (fortran-indent-to-column): Likewise.
+
+1991-07-04 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * files.el (save-some-buffers): Use map-y-or-n-p return value.
+
+ * map-ynp.el (map-y-or-n-p): Fixed bug that caused first elt on !
+ hit not get acted on.
+
+1991-07-04 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * cmacexp.el (c-macro-expand): Use new variables
+ c-macro-preprocessor and c-macro-options.
+
+ * teco.el: New file.
+
+1991-07-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * map-ynp.el (map-y-or-n-p): Fixed misplaced paren.
+ Fixed list-eating bug.
+
+1991-07-01 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * ws-mode.el: New file.
+
+ * forms.el: New version from Vromans.
+
+1991-06-29 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * map-ynp.el (map-y-or-n-p): LISTS may also be an iterator fn.
+ PROMPTER may also be a format string.
+
+1991-06-29 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * simple.el (shell-command-on-region):
+ Handle case where input is from *Shell Command Output*.
+
+1991-06-28 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * startup.el (command-line): Let init file change command-line-args.
+ Don't fail to advance args past -debug-init.
+ (command-line-1): Ignore here options processed at earlier stages.
+
+1991-06-26 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * term/x-win.el (x-read-resources): When a resource is not
+ available, use (nth 2 key-resname-default) to get the default, not
+ (nth 3 key-resname-default), which is nil.
+ Open the connection to the server *before* trying to read the
+ resources, silly.
+
+1991-06-20 Jim Blandy (jimb at wookumz.gnu.ai.mit.edu)
+
+ * subr.el (ignore): Added docstring for this; it appears as a key
+ binding, so it ought to be described.
+
+1991-06-19 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * find-dired.el (find-dired-sentinel): Don't twiddle a killed buffer.
+
+1991-06-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * simple.el (kill-region): Allow read-only buffers.
+
+ * find-dired.el (find-dired-filter): If the buffer has been
+ killed, delete the process.
+
+ * find-dired.el (find-ls-option): Made a defvar rather than defconst.
+
+1991-06-12 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * upd-copyr.el (update-copyright): Fixed typo in help text.
+
+1991-05-26 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * disass.el (disassemble-internal): Fixed typo string? -> stringp.
+
+1991-05-26 Edward M. Reingold (reingold at emr.cs.uiuc.edu)
+
+ * holiday.el (calendar-holiday-function-passover-etc): Correct
+ date and spelling of Yom HaAtzma'ut.
+
+1991-05-23 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * mail-utils.el: Require lisp-mode, because we use
+ lisp-mode-syntax-table. Lisp-mode is usually in the dumped emacs,
+ but dumping should always be a convenience, not an unstated
+ expectation.
+ * lisp-mode.el: Do a (provide 'lisp-mode).
+ Initialize lisp-mode-syntax-table outside of all functions, so
+ that we don't have to hope that lisp-mode-variables has been
+ called before using mail-strip-quoted-name. Odd dependencies.
+
+ * sendmail.el (mail-archive-file-name): Make this a defvar, not a
+ defconst. There seems to be no entry saying why this was made a
+ defconst.
+
+ * text-mode.el (indented-text-mode-map): When redefining TAB,
+ don't clobber the definition in text-mode-map, but DO share the
+ rest of text-mode-map.
+
+1991-05-23 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
+
+ * startup.el (command-line): don't do anything if $VERSION_CONTROL
+ is not set; move code to import environment var ahead of .emacs
+ load.
+
+1991-05-22 Brian Preble (rassilon at mole.gnu.ai.mit.edu)
+
+ * forms.el (scroll-up, scroll-down): Made argument &optional.
+
+1991-05-22 Michael I Bushnell (mib@churchy.gnu.ai.mit.edu)
+
+ * rmail.el (rmail-variables): Rmail should not be a
+ save-buffer-skip buffer. If the user wants this confusing
+ behavior, it can be personally customized.
+
+1991-05-22 Jim Blandy (jimb at wookumz.gnu.ai.mit.edu)
+
+ * term/x-win.el (x-switches-specified): Variable deleted; the
+ options given on the command line are placed in screen-default
+ alist, so that all the screens created get them.
+ (x-handle-switch, x-handle-numeric-switch): Put the values in
+ screen-default alist instead of in x-switches-specified.
+ (x-handle-geometry): Put the geometry in initial-screen-alist.
+ (x-pop-initial-window): Build the arguments to
+ pop-initial-screen from initial-screen-alist and
+ screen-default-alist alone; don't use x-switches-specified.
+ (x-read-resources): New function to read the X defaults and put
+ them in screen-default-alist. Call this function at the bottom.
+ * screen.el (death-function): Removed, because this is now handled
+ better in startup.el.
+ (pop-initial-screen): Don't do a condition-case to call
+ death-function.
+
+1991-05-18 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * macros.el (apply-macro-to-region-lines): Added a save-excursion
+ around the macro invocation, so that the macro doesn't need to
+ stay on the same line.
+
+ * gdb.el (gdb-call): Don't set gdb-delete-prompt-marker to an
+ empty region when the process-mark was at the beginning of the
+ line, because this will cause an infinite loop in
+ gdb-maybe-delete-prompt.
+
+ * startup.el (command-line): If an error occurs while initializing
+ the window system, catch it and write the error message to
+ external-debugging-output.
+
+1991-05-17 Edward M. Reingold (reingold at emr.cs.uiuc.edu)
+
+ * holiday.el: Add Erev Shavuot to the full list of Jewish
+ holidays.
+
+1991-05-16 Jim Blandy (jimb at geech.gnu.ai.mit.edu)
+
+ * macros.el (apply-macro-to-region-lines): New function.
+
+ * term/x-win.el (x-handle-switch): The newline at the end of the
+ comment line at the top of this function was missing.
+
+1991-05-16 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * autoload.el (batch-update-autoloads): New function to update
+ autoloads with emacs -batch.
+
+ * autoload.el (generate-file-autoloads): Don't put non-autoload
+ forms in the (autoloads ...) list in the header.
+
+1991-05-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * map-ynp.el (map-y-or-n-p): Put the cursor in the echo area while
+ prompting.
+
+1991-05-13 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-setq): Clean error if var not a symbol.
+
+1991-05-13 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * autoload.el (update-file-autoloads): If the file is in a buffer
+ and that buffer is modified, update the autoloads regardless of
+ the file times.
+ If the file was not in a buffer before, kill the buffer we create.
+ update-directory-autoloads on /gd/gnu/emacs/lisp had a tendency to
+ eat all available memory.
+
+1991-05-13 Brian Preble (rassilon at mole.gnu.ai.mit.edu)
+
+ * abbrev.el, add-log.el, apropos.el, asm-mode.el, autoload.el:
+ awk-mode.el, backquote.el, bibtex.el, bytecomp.el, c++-mode.el:
+ cal.el, calc-ext.el, calc.el, chistory.el, cl-indent.el, etags.el:
+ compare-w.el, compile.el, dabbrev.el, debug.el, diary.el, diff.el:
+ dired.el, disass.el, dissociate.el, doctor.el, ebuff-menu.el, edt.el:
+ echistory.el, edebug.el, edmacro.el, emerge.el, find-dired.el:
+ fortran.el, ftp.el, gdb.el, gnus.el, gnuspost.el, gosmacs.el:
+ hanoi.el, helper.el, holidays.el, indent.el, info.el, informat.el:
+ isearch.el, ispell.el, ledit.el, loaddefs.el, rect.el, macros.el:
+ mail-utils.el, mailalias.el, makesum.el, man.el, map-ynp.el, mh-e.el:
+ mlconvert.el, modula2.el, novice.el, nroff-mode.el, options.el:
+ outline.el, paragraphs.el, picture.el, prolog.el, lpr.el, replace.el:
+ reposition.el, rmail.el, spell.el, scribe.el, sendmail.el, server.el:
+ shell.el, sort.el, scheme.el, tabify.el, telnet.el, terminal.el:
+ tex-mode.el, texinfmt.el, texinfo.el, time.el, timer.el:
+ underline.el, userlock.el, vi.el, view.el, vip.el, xscheme.el, yow.e:
+ Fixed ;;;###autoload definitions.
+
+1991-05-13 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * autoload.el (generate-file-autoloads): Don't do special
+ doc-string hacking for defvar and defconst. We in fact don't want
+ loaddefs.el to have docstrings make-docfile can grok; it should be
+ able to grok the originals, but not the copies, so there will be
+ only one copy of each docstring in the DOC file.
+
+1991-05-13 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
+
+ * isearch.el (search-exit-char): As per the opinion poll results,
+ change this to RET.
+ (isearch): Change miscellanous internals so that newline is
+ automatically quoted, and change the docstring and comments to say
+ that RET exits the search.
+
+1991-05-13 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * find-dired.el (find-ls-option): New defconst, string for "-ls".
+ (find-dired): Use it.
+
+1991-05-13 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * loaddefs.el (auto-mode-alist): Recognize .emacs only at end.
+
+1991-05-13 Jim Blandy (jimb at wookumz.gnu.ai.mit.edu)
+
+ * simple.el (blink-matching-open): Make this function interactive.
+
+1991-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * find-dired.el (find-name-dired): Simple-minded find-dired
+ interface to do "find -name PATTERN".
+
+ * find-dired.el (find-dired-filter): Don't search; use
+ forward-line instead.
+ (find-dired-filter, find-dired-sentinel): Changed docstrings to
+ comments.
+
+1991-05-11 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * loaddefs.el: Moved some defvars and defconsts to other files
+ (with ;;;###autoload).
+
+ * reposition.el: Bind reposition-window to M-C-l.
+
+1991-05-09 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * autoload.el: New file, a package to maintain autoloads in
+ loaddefs.el.
+ * *.el: Make everything use it. Comments in loaddefs.el explain
+ what to do.
+
+ * etags.el: (provide 'etags) inside of (provide 'tags).
+ Why was the file renamed??
+
+ * lisp-mode.el (eval-print-last-sexp): Use terpri instead of newline.
+
+1991-05-09 Jim Blandy (jimb at geech.gnu.ai.mit.edu)
+
+ * disass.el (disassemble-internal): Rearranged to conveniently
+ handle compiled-function objects.
+ (disassemble-1): Extract bytes and constants correctly from both
+ compiled-function objects and calls to the byte-code function.
+
+ * simple.el (kill-region): Remove the second item from the
+ interactive spec; this is a vestige from when this function took a
+ "verbose" argument.
+
+ * lisp-mode.el (eval-print-last-sexp): Insert newlines before and
+ after evaluating the expression.
+
+1991-05-08 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * map-ynp.el: New file defines new fn map-y-or-n-p.
+ * files.el (save-some-buffers): Rewritten to use it.
+
+1991-05-08 Brian Preble (rassilon at mole.gnu.ai.mit.edu)
+
+ * rmail.el: Doc fix.
+ (rmail-first-message): New function; bound to "<".
+
+1991-05-08 Jim Blandy (jimb at churchy.gnu.ai.mit.edu)
+
+ * screen.el: Removed temporary hack to set up auto-new-screen and
+ auto-new-screen-function.
+
+1991-05-07 Roland McGrath (roland@albert.gnu.ai.mit.edu)
+
+ * find-dired.el: New fn M-x find-dired lets you run a `find'
+ command and do dired on the result.
+ * loaddefs.el (find-dired): Autoload it.
+
+1991-05-06 Stephen A. Wood (saw at hallc1.cebaf.gov)
+
+ * fortran.el version 1.28
+ Major upgrade of previous version 1.21. Cleaned up doc-strings, made
+ all lines 80 or less characters and made the following changes.
+
+ Added modify-syntax-entry's for ?\r and ?=.
+ Bound LFD to fortran-reindent-then-newline-and-indent.
+ Rebound \C-c\C-w to fortran-window-create-momentarily.
+ Added numerous default abbreviations for keywords.
+
+ (fortran-mode): Definition of `comment-line-start-skip' changed.
+ `abbrev-mode' is set to t by default. New local variables
+ `fortran-tab-mode', `fortran-comment-line-column',
+ `fortran-minimum-statement-indent', `fortran-column-ruler',
+ and `fortran-tab-mode-string'. Call fortran-analyze-file-format.
+
+ (fortran-window-create, fortran-window-create-momentarily): Cleaned
+ up first function, created second to create a window 72 characters
+ wide until a key is struck.
+
+ (fortran-electric-line-number): Distinguish digit as continuation
+ character from digit as line number.
+
+ (fortran-previous-statement, fortran-next-statement):
+ Recognize tab-digit continuation lines as well as fixed format.
+
+ (fortran-blink-matching-if): New command.
+ (fortran-indent-line): Change indentation of comments.
+ (fortran-reindent-then-newline-and-indent): New command.
+
+ (calculate-fortran-indent): Now handles tab format style.
+ If a previous END statement is found, the indentation is reset to the
+ minimum.
+
+ (fortran-current-line-indentation, fortran-indent-to-column):
+ (fortran-split-line, fortran-numerical-continuation-char):
+ (fortran-line-number-indented-correctly-p): Handle tab format style.
+
+ (fortran-analyze-file-format):
+ (fortran-tab-mode, fortran-setup-tab-mode-style):
+ (fortran-setup-fixed-format-style): New commands.
+
+1991-05-05 Jim Blandy (jimb at geech.gnu.ai.mit.edu)
+
+ * calc.el: When setting up calc-digit-map, don't try to apply aref
+ to the keymaps; extract the vectors from the keymaps before
+ working on them.
+ * calc-ext.el: When setting up calc-mode-map, use define-key and
+ lookup-key instead of aset and aref.
+
+1991-05-03 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * help.el (function-called-at-point): Try a symbol around point.
+ (describe-function): Describe datatype also.
+
+1991-05-01 Roland McGrath (roland at albert.gnu.ai.mit.edu)
+
+ * lisp-mode.el (eval-last-sexp, eval-defun): Bind standard-output
+ to where the value of the form will be printed while evalling it.
+
+1991-04-30 Roland McGrath (roland at albert.gnu.ai.mit.edu)
+
+ * lisp-mode.el (eval-last-sexp): Rewritten to read a form and then
+ eval it, rather than using eval-region. The old version could
+ lose if the form being eval'd moved point or twiddled the restriction.
+ (eval-defun): Similarly rewritten.
+ (eval-print-last-sexp): Rewritten to just call eval-last-sexp;
+ removed some duplicated code.
+
+1991-04-30 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * isearch.el (isearch): * and ? are not special after incomplete input.
+ When they are special, use old other-end for cs in both reverse
+ and forward.
+
+1991-04-30 Stephen A. Wood (saw at hallc1.cebaf.gov)
+
+ * fortran.el version 1.28.
+ Major upgrade of previous version 1.21.
+
+ Now supports tab or fixed format style of continuation control and
+ indentation. In tab style, lines start with a tab, or a line
+ number followed by a tab. If the first character after the tab is
+ a digit from 1 to 9, the line is a continuation line. When
+ entering fortran mode for a file, the first line that begins with
+ 6 spaces or a tab is found. The buffer is then set respectively
+ to either fixed format or tab format style. The mode may be
+ toggled with the command fortran-tab-mode.
+
+ Fixed a bug in which indenting a comment line that contained a `!'
+ caused a max-lisp-eval-depth exceeded error.
+
+ Bound LFD to fortran-reindent-then-newline-and-indent.
+
+ Added command fortran-blink-matching-if which is called when an
+ endif statement is indented. Enabled/disabled by setting variable
+ of same name to t/nil.
+
+ Added some abbreviations for modern fortrans.
+
+ C-c C-w bound to new function fortran-window-create-momentarily
+ which creates a 72 character wide window until the next key is struck.
+
+ Variable fortran-continuation-char changed to
+ fortran-continuation-string.
+
+ Modified fortran-electric-line-number to just insert the struck
+ digit when the point is located after 5 spaces, or when the point
+ is located after a tab character and the last command was not
+ fortran-indent-line or fortran-reindent-then-newline-and-indent.
+ This allows digits to be manually used as continuation line
+ indicators.
+ Also fixed a bug in fortran-electric-line-number which caused the
+ digit keys not to work at all if electric line numbering was
+ disabled.
+
+1991-04-29 Richard Stallman (rms at mole.gnu.ai.mit.edu)
+
+ * info.el (Info-read-subfile): Skip blank lines.
+
+1991-04-22 Brian Preble (rassilon@gnu.ai.mit.edu)
+
+ * resume.el, rfc822.el, rmail-kill.el: Doc fix.
+
+1991-04-18 Roland McGrath (roland@gnu.ai.mit.edu)
+
+ * add-log.el (prompt-for-change-log-name): Made a defun rather
+ than a defmacro (braino fix).
+
+1991-04-18 Jim Blandy (jimb@gnu.ai.mit.edu)
+
+ * simple.el (count-lines-region): Display the number of characters
+ in the region as well.
+
+1991-04-14 Edward M. Reingold (reingold at emr.cs.uiuc.edu)
+
+ * diary.el (diary-omer, diary-parasha): Fix punctuation in diary
+ entries.
+
+1991-04-12 Brian Preble (rassilon@gnu.ai.mit.edu)
+
+ * prolog.el, r2bibtex.el, rect.el, refbib.el, register.el: Doc fix.
+ * remote.el, replace.el: Doc fix.
+
+1991-04-11 Jim Blandy (jimb@gnu.ai.mit.edu)
+
+ * simple.el (kill-region): Don't print out a message saying how
+ many characters are being killed.
+
+1991-04-10 Brian Preble (rassilon@gnu.ai.mit.edu)
+
+ * modula2.el, mouse.el, mpuz.el, nntp.el, options.el: Doc fix.
+ * oshell.el, page-ext.el, page.el, paragraphs.el, picture.el: Doc fix.
+
+1991-04-05 Raul Acevedo (kitaro@gnu.ai.mit.edu)
+
+ * options.el: Edit-options-mode runs `Edit-options-mode-hook'.
+ Also fixed the regexp used by Edit-options-modify so you can
+ modify a variable if at the beginning of the buffer.
+
+1991-04-05 Brian Preble (rassilon@gnu.ai.mit.edu)
+
+ * man.el, medit.el, mh-e.el, mhspool.el, mim-mode.el: Doc fix.
+
+1991-04-04 Raul Acevedo (kitaro@gnu.ai.mit.edu)
+
+ * info.el (Info-mode): now runs `Info-mode-hook'
+
+1991-04-02 Brian Preble (rassilon@gnu.ai.mit.edu)
+
+ * mailpost.el, mail-utils.el, mailalias.el: Doc fix.
+
+1991-03-24 Richard Stallman (rms@gnu.ai.mit.edu)
+
+ * rmail.el (rmail-resend): New function.
+ * sendmail.el (mail-alias-file): New global variable.
+ (sendmail-send-it): Use that variable.
+ * mailalias.el (expand-mail-aliases): Handle resent-to.
+
+ * files.el (hack-local-variables): ignore-local-eval ignores `eval'.
+
+1991-03-19 Richard Stallman (rms@gnu.ai.mit.edu)
+
+ * fill.el (justify-current-line): Adjust for 18.57 behavior
+ of current-column.
+
+1991-03-17 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * add-log.el (add-change-log-entry): Recognize `@', not ` at '.
+
+ * fill.el (justify-current-line): Handle extra indent after prefix.
+
+1991-03-14 Robert J. Chassell (bob@gnu.ai.mit.edu)
+
+ * info.el (Info-forward-node): Go up several levels, if necessary.
+ Add two new arguments.
+ (Info-final-node): Go forward from last node in menu.
+ (Info-find-node): Turn off undo in Info's buffers.
+
+1991-03-14 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * add-log.el (add-change-log-entry): Use `@', not ` at '.
+
+1991-03-14 Brian Preble (rassilon@mole.ai.mit.edu)
+
+ * loaddefs.el, lpr.el: Doc fix.
+
+1991-03-12 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * compare-w.el (compare-windows-whitespace):
+ Now a set of chars, not a regexp.
+ (compare-windows): Use it properly.
+
+1991-03-12 Brian Preble (rassilon@gnu.ai.mit.edu)
+
+ * info.el, informat.el, ispell.el, kermit.el, keypad.el: Doc fix.
+ * ledit.el, lisp-mode.el, lisp.el: Doc fix.
+
+1991-03-11 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * simple.el (kill-region): Make undo buffer and kill ring share.
+
+1991-03-10 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * tar-mode.el: New file.
+
+1991-03-08 Brian Preble (rassilon@mole.ai.mit.edu)
+
+ * indent.el, inf-lisp.el: Doc fix.
+
+1991-03-08 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-file-form):
+ Print warning for " unescaped in doc string.
+
+1991-03-06 Brian Preble (rassilon@mole.ai.mit.edu)
+
+ * gosmacs.el, help.el, helper.el, hexl.el, hideif.el: Doc fix.
+ * holidays.el, icon.el: Doc fix.
+
+1991-03-05 Brian Preble (rassilon@mole.ai.mit.edu)
+
+ * gnusmail.el, gnusmisc.el, gnuspost.el, gomoku.el: Doc fix.
+
+1991-03-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * info.el (Info-extract-menu-item): Use regexp search.
+ (Info-extract-menu-node-name): Fix typo in arglist.
+
+ * info.el (Info-top-node, Info-final-node): New functions.
+ (Info-forward-node, Info-backward-node): New functions.
+
+1991-03-04 Brian Preble (rassilon@mole.ai.mit.edu)
+
+ * gnus.el: Doc fix.
+
+1991-03-01 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmailout.el (rmail-output-to-rmail-file, rmail-output):
+ Expand file name in dir used for completion.
+
+1991-03-01 Brian Preble (rassilon@mole.ai.mit.edu)
+
+ * emerge.el, etags.el, field.el, files.el, fill.el, float.el: Doc fix.
+ * fortran.el, ftp.el, gdb.el: Doc fix.
+
+1991-02-28 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-cond-1): Fix handling of unconditional
+ clauses.
+
+1991-02-28 Brian Preble (rassilon@mole.ai.mit.edu)
+
+ * edmacro.el, edt.el, edt-doc.el, ehelp.el, emacsbug.el: Doc fix.
+
+1991-02-27 Brian Preble (rassilon@mole.ai.mit.edu)
+
+ * ebuff-menu.el, echistory.el, edebug.el: Doc fix.
+
+1991-02-26 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * isearch.el (isearch): Copy point from small window
+ before deciding whether to set the mark.
+
+1991-02-26 Brian Preble (rassilon@mole.ai.mit.edu)
+
+ * dired.el: Doc fix.
+ (dired-flag-backup-and-auto-save-files): New arg UNFLAG-P.
+ * disp-table.el, doctex.el, doctor.el: Doc fix.
+ * doctex.el (LaTeXify-DOC): Use new permission wording.
+
+1991-02-25 Paul Hilfinger (hilfingr@hilfinger.cs.nyu.edu)
+
+ * fill.el (fill-individual-paragraphs): Changed response to mailp
+ to effect only leading lines in a region (was getting confused
+ about colons embedded in ordinary text). Changed method of
+ moving to next paragraph in the main loop to use forward-paragraph
+ rather than goto-char, since the final character position is
+ rendered obsolete by the intervening fill-region-as-paragraph.
+
+1991-02-24 Edward M. Reingold (reingold at emr.cs.uiuc.edu)
+
+ * diary.el (include-other-diary-files): Fix documentation string.
+
+1991-02-23 Roland McGrath (mcgrath@cygint.cygnus.com)
+
+ * compile.el (next-error): Fixed bug in rms's optimization.
+
+1991-02-23 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * reposition.el: New file.
+ * loaddefs.el (reposition-window): Autoload it.
+
+ * rmailkwd.el: Doc fix.
+
+ * rmail.el (rmail-first-unseen-message): New function.
+ (rmail): Call that.
+
+ * buff-menu.el (Buffer-menu-mode-map): Make `n' and `p' move by lines.
+
+1991-02-21 Roland McGrath (mcgrath@cygint.cygnus.com)
+
+ * compile.el (next-error): Do rms's optimization (Feb 8 change)
+ when moving backward, too.
+
+1991-02-20 Jim Blandy (jimb@geech.ai.mit.edu)
+
+ * startup.el (command-line): Re-arranged nested ifs that handle
+ the different command-line arguments into a cond, to make it
+ easier for me to read.
+
+1991-02-15 Jim Blandy (jimb@pogo.ai.mit.edu)
+
+ * loaddefs.el: Bind \M-C-r to isearch-backward-regexp, since
+ it really ought to be there. I want it often.
+
+1991-02-08 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * compile.el (next-error): Count lines from prev error, not file beg.
+
+1991-02-07 Brian Preble (rassilon@mole.ai.mit.edu)
+
+ * c++-mode.el, c-comment.el, c-fill.el, c-mode.el: Doc fix.
+ * cal.el, calc-alg2.el, calc.el, calendar.el, case-table.el: Doc fix.
+ * chistory.el, cl-indent.el, cl.el, compare-w.el: Doc fix.
+ * compile.el, completion.el, dabbrev.el, dbx.el, debug.el: Doc fix.
+ * diary-add.el, diary.el, diff.el: Doc fix.
+
+1991-02-06 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * c-mode.el (indent-c-exp, electric-c-terminator, c-indent-line):
+ Treat `default:' like `case...:'.
+
+1991-02-06 Brian Preble (rassilon@mole.ai.mit.edu)
+
+ * blackbox.el, buff-menu.el, bug-screen.el, bytecomp.el: Doc fix.
+
+1991-02-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * info.el (Info-extract-menu-node-name): New arg MULTI-LINE.
+ (Info-follow-reference): Pass t for that.
+
+1991-02-04 Brian Preble (rassilon@mole.ai.mit.edu)
+
+ * bg-mouse.el, bib-mode.el: Doc fix.
+
+1991-02-04 Jim Blandy (jimb@gnu.ai.mit.edu)
+
+ * simple.el (eval-current-buffer): Removed, since it has been
+ reintroduced to the C code.
+
+1991-02-02 Jim Blandy (jimb@gnu.ai.mit.edu)
+
+ * comint.el (comint-mode): Move the creation of input-ring down
+ with the other variables, and (golly!) initialize it to a ring.
+ (make-comint): Pass a parameter to comint-check-proc - buffer.
+ * shell.el (shell): rebalance parens.
+
+1991-01-31 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * replace.el (perform-replace): Prevent spurious match
+ of ^foo in second part of foofoo after first part is deleted.
+
+1991-01-31 Jim Blandy (jimb@pogo.ai.mit.edu)
+
+ * files.el (find-file-noselect): Strip auto-mount prefix only if safe.
+
+1991-01-31 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * time.el (display-time-filter): Use display-time-file-nonempty-p.
+ (display-time-file-nonempty-p): New function; trace symlinks.
+
+1991-01-30 Brian Preble (rassilon@mole.ai.mit.edu)
+
+ * ada.el (ada-tabsize): Use prefix arg, not minibuffer.
+ Doc fix.
+
+ * abbrev.el: Doc fix.
+ * abbrevlist.el: Doc fix.
+ * apropos.el: Doc fix.
+ * appt.el: Doc fix.
+ * array.el: Doc fix.
+ * asm-mode.el: Doc fix.
+ * awk-mode.el: Doc fix.
+
+1991-01-30 Roland McGrath (roland@cygint.cygnus.com)
+
+ * compile.el (compilation-parse-errors): Don't remove duplicate errors.
+ (next-error): Skip over duplicates here instead.
+
+1991-01-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * appt.el: Doc fix.
+
+1991-01-30 Jim Blandy (jimb@pogo.ai.mit.edu)
+
+ * paths.el (Info-directory-list): Look for info files in
+ /usr/local/lib/info first, since this is the standard place for
+ info files.
+
+1991-01-29 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * info.el (info): With prefix arg, read file name and visit it.
+
+1991-01-26 Jim Blandy (jimb@gnu.ai.mit.edu)
+
+ * term/x-win.el: Do not define the f1 function key to run rmail.
+
+1991-01-25 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * help.el (help-for-help): Call delete-other-windows.
+
+1991-01-21 Mike Newton (newton@fig)
+
+ * bibtex.el -- updated to conform better with bibtex 0.99c by:
+ bibtex-mode : updated comments to indicate new use of
+ address, add minor explanations and fix small omissions.
+ bibtex-entry : fixed spelling of variable
+
+ * bibtex.el - Expanded the various bibtex-field-* patterns to
+ allow fields like 'title = poft # "Fifth Triquaterly" # random-conf,'.
+ Needs to have more work done to accept all cases. Added code for
+ the bibtex 'crossref' command, which subsumes other options. Made
+ field ordering different when this option on. Also allow user to
+ have a list of field to be added to all entries
+ (bibtex-mode-user-optional-fields). Merged in Bengt Martensson's
+ changes.
+
+1991-01-18 Roland McGrath (roland@cygint.cygnus.com)
+
+ * compile.el (compilation-find-buffer): New function to find a
+ compilation buffer to use (or barf if there aren't any).
+ (kill-compilation, compile-goto-error, next-error): Use it.
+
+1991-01-17 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * info.el (Info): Init Info-directory-list from INFOPATH.
+
+1991-01-12 Jim Blandy (jimb@gnu.ai.mit.edu)
+
+ * etags.el (visit-tags-file-buffer): use progn instead of
+ save-excursion, so the buffer actually gets visited.
+
+1991-01-11 Richard Mlynarik (mly@august-east.ai.mit.edu)
+
+ * terminal.el (terminal-cease-edit): If this dubious code
+ is really necessary it might as well be more bug-free.
+
+ * ehelp.el (with-electric-help): Use window-configs.
+
+1991-01-10 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * loaddefs.el (minor-mode-alist): Doc fix.
+
+1991-01-08 Roland McGrath (roland@albert.ai.mit.edu)
+
+ * compile.el (compilation-parse-errors): Fixed maintenance of
+ last-linenum, so dups are really found.
+
+1991-01-08 Jim Blandy (jimb@pogo.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-byte-code-maker): Since
+ byte-compile-lambda is free to return the original lambda
+ expression, we'd better be prepared to handle things that aren't
+ bytecode objects.
+
+1991-01-07 Jim Blandy (jimb@gnu.ai.mit.edu)
+
+ * loaddefs.el: Don't forget to specify the filenames when
+ autoload-ing byte-compile-buffer and byte-compile-defun.
+
+1991-01-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (find-file-noselect): Get rid of automounter prefixes.
+
+1991-01-02 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * lpr.el (print-region-function): New hook variable.
+ (print-region-1): Use it if non-nil.
+ * vms-patch.el (print-region-function): Specify a function.
+
+1990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (revert-buffer): Clear buffer-backed-up if file has changed.
+
+1990-12-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-buffer, byte-compile-defun): New functions.
+ * loaddefs.el: Autoload them, and byte-compile also.
+
+ * isearch.el (isearch-message): Always mention if case-sensitive.
+ (isearch): Don't turn off uppercase-flag when char is not upper case.
+
+1990-12-29 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * terminal.el (te-edit): New command.
+ (terminal-edit-mode, te-terminal-cease-edit): New functions.
+
+ * isearch.el (isearch): An upper-case letter sets uppercase-flag
+ which turns off case-folding. Save flag in search rings.
+ (isearch-push-state, isearch-pop): Push and pop uppercase-flag.
+ (isearch-search, isearch-message): Handle uppercase-flag.
+ (search-ring, regexp-search-ring): Record uppercase-flag.
+ (isearch-get-string-from-ring): New function.
+
+1990-12-27 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmailsort.el (rmail-sort-messages): Print more progress messages.
+ (rmail-sort-by-size-lines): New command.
+ (rmail-sortable-date-string): Handle non-abbreviated month names.
+ (rmail-sort-messages): Always show message 1.
+
+1990-12-26 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * startup.el (command-line): Handle -debug-init: use debugger.
+
+ * isearch.el (isearch): Use only barrier, not opoint,
+ in starting point for reverse search.
+
+1990-12-24 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * mouse.el (mouse-set-mark): Use sit-for, not sleep-for.
+ (mouse-fill-paragraph): New command.
+ (mouse-fill-paragraph-with-prefix): New command.
+
+ * rmailout.el (rmail-output-to-rmail-file):
+ Suggest file based on rmail-output-file-alist.
+
+1990-12-23 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header):
+ Accept `remote from ...'@end of UNIX From line.
+
+1990-12-22 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * subr.el (defun-inline): New function.
+
+ * bytecomp.el (byte-compile-form): Delete unreachable cond-clause.
+
+ * time.el (display-time): Specify precise directory for wakeup.
+ (display-time-filter): Don't display 0 as load.
+ Catch error in load-average.
+
+1990-12-21 Chris Hanson (cph@kleph)
+
+ * info.el (Info-extract-menu-node-name): Permit \n between colon
+ and start of node name.
+
+1990-12-20 Chris Hanson (cph@kleph)
+
+ * texnfo-upd.el (texinfo-update-menu-region-beginning): Change
+ code that searches for "top" node so it returns the position of
+ the beginning of the node line. Always search from the buffer's
+ start when looking for that node.
+ (texinfo-make-one-menu): Bump forward over the outer node line.
+
+1990-12-20 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * fortran.el: New version from gildea.
+
+1990-12-20 Chris Hanson (cph@kleph)
+
+ * texinfmt.el (texinfo-format-footnote): Number each footnote in a
+ node so that multiple footnotes can be distinguished.
+
+ * texnfo-upd.el: Change regular expression used to identify the
+ "Top" node so that names that begin with "Top" do not confuse it.
+
+1990-12-19 Stephen Gildea (gildea@expo)
+
+ * fortran.el: Changes for version 1.21.1:
+ Provide the 'fortran feature.
+ Change syntax of '=' to punctuation.
+ Add some more abbrevs.
+ Change fortran-mode-map keymap to non-sparse.
+ (fortran-electric-line-number): Fix bug occurring when
+ fortran-electric-line-number is nil.
+ (fortran-mode, fortran-next-statement):
+ (fortran-line-number-indented-correctly-p): Fix up doc strings.
+ (fortran-indent-to-column): Protect against nil comment-start-skip.
+
+1990-12-19 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * mpuz.el: New file.
+
+1990-12-18 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (hack-local-variables): Match suffix only@eol.
+
+1990-12-16 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * startup.el (normal-top-level): Execute emacs-startup-hook.
+
+ * rmail.el (rmail-parse-file-inboxes): Look for BABYL OPTIONS in u.c.
+ (rmail-convert-to-babyl-format): Likewise.
+ And don't skip white space after ^_ that ends a babyl format message.
+
+ * saveconf.el: No need to rename kill-emacs.
+ (save-context-predicate): Now uses save-buffer-context-predicate.
+ (save-buffer-context-predicate): New function.
+ (kill-emacs-hook): Supply a hook.
+ (just-kill-emacs): New function.
+ (emacs-startup-hook): Set this instead of top-level.
+ (save-context-buffer-name): Test dired-directory for non-nil.
+ (save-context-buffer-file-name): New function.
+ (save-context): Record read-only status of buffers.
+ (recover-context): Handle that.
+
+ * register.el (point-to-register): If arg, save screen config.
+ (jump-to-register): Restore screen config.
+
+1990-12-15 Roland McGrath (roland@albert.ai.mit.edu)
+
+ * compile.el (compilation-last-error): Remove this variable.
+ (next-error): Don't set it.
+
+1990-12-12 Ed Reingold (reingold at emr.cs.uiuc.edu)
+
+ * calendar.el (calendar-end-of-year): Delete extraneous statement
+ in let.
+ (calendar-mode): Update old description of use of hooks to get the
+ fancy diary display.
+
+1990-12-12 Roland McGrath (roland@albert.ai.mit.edu)
+
+ * compile.el (compilation-error-buffer): Removed.
+ (compilation-last-buffer): Now last buffer in which any of: started
+ compilation; C-x `; C-c C-c; was done.
+ (compile-internal): Don't set compilation-error-buffer.
+ Start the process after setting up the mode, etc. in the compilation
+ buffer. Name the process (downcase mode-name) instead of "compilation"
+ (so it will be "grep" for M-x grep).
+ Make compilation-error-list, compilation-parsing-end local vars.
+ (next-error): Slightly reorganized (changed (let* (while (save-ex))) to
+ (let (save-ex (while)))). Be sure to be in the compilation buffer
+ before doing anything, so we will get local values for vars.
+ Before doing anything, if current buffer is a compilation buffer, set
+ compilation-last-buffer to that. Always do things in
+ compilation-last-buffer.
+
+ * compile.el (compilation-error-regexp-alist,
+ compilation-{enter,leave}-directory-regexp): Get rid of .*@the
+ beginning of regexps.
+
+ * compile.el (compilation-mode): Don't make local vars for parser,
+ error-message, and regexp-alist.
+ (compile-internal): Do it here, after calling compilation-mode.
+
+ * compile.el (compilation-error-list): Changed elt format.
+ (compilation-parse-errors): Don't find files when parsing.
+ Instead record ((DIR . FILE) . LINENO) structures to describe each
+ error.
+ (next-error): Take the error descriptors, and find the file given in
+ the descriptor, using compilation-find-file. Then goto the line number
+ given in the descriptor and replace the error descriptor cons with a
+ marker into the source file buffer. Then search through the
+ compilation-error-list for errors in the same file, and turn their
+ descriptors into markers as well.
+ (compilation-find-file): Take new arg DIR, the directory to use as
+ default in expanding the filename, and MARKER. If we can't find the
+ file@all, pop up MARKER's buffer and scroll to MARKER (to display
+ the error message for which we want this file), and ask the user where
+ to find the file.
+
+1990-12-12 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (hack-local-variables): Display local vars@screen top.
+
+ * server.el (server-process-filter): Don't be confused
+ if input from process is split into multiple chunks.
+
+1990-12-10 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * c-mode.el (indent-c-find-real-comment): New function.
+
+ * sort.el (sort-subr): Eliminate special case for floats.
+
+ * sort.el (sort-reorder-buffer, sort-build-lists):
+ Use (key start . end) to record a record.
+
+1990-12-09 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * lisp.el (insert-parentheses): Small cleanups.
+
+1990-12-05 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * replace.el (occur): Show all lines that contain part of a match.
+
+1990-12-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * time.el (display-time-filter): Let user specify mail file name.
+
+1990-12-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail-mode-map): Make < same as j.
+
+1990-12-03 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmailsort.el (rmail-select-correspondent): New function.
+ (rmail-sort-by-correspondent): New function.
+ (rmail-sortable-date-string): Handle two-digit and four-digit years.
+ (rmail-date-full-year): New subroutine.
+ [Done by Szolovitz.]
+
+ * fill.el (fill-region-as-paragraph): New feature: Adaptive Fill mode.
+ (adaptive-fill-mode, adaptive-fill-regexp): New user options.
+
+1990-11-30 Mike Newton (newton@gumby.cs.caltech.edu)
+
+ * bibtex.el (start comments) : added earlier comments of Bengt
+ Martensson. Some of the changes listed below are originally his
+ (including clean-entry, OPTkey and OPTannote, the function
+ renaming and the preamble code).
+
+ * bibtex.el (bibtex-field-* patterns) : expanded to allow fields
+ like 'title = poft # "Fifth Triquaterly" # random-conf,'.
+ Needs to have more work done to accept all cases.
+
+ * bibtex.el (bibtex-clean-entry-zap-empty-opts) : added.
+
+ * bibtex.el (bibtex-include-OPTcrossref) : added. If set, changes
+ order of the the lists presented to luser.
+
+ * bibtex.el (bibtex-include-OPTkey & bibtex-include-OPTannote) : added
+
+ * bibtex.el (bibtex-mode-user-optional-fields) : can be set to a list
+ of field the user wants to add to entries.
+
+ * bibtex.el (bibtex-mode documentation string) updated for new changes,
+ DEAthesis added back in, bibtex-preamble call added.
+
+ * bibtex.el (bibtex-entry) : add OPTkey/annote. If OPTcrossref set
+ then put it in.
+
+ * bibtex.el (bibtex-make-entry) : renamed bibtex-make-field
+
+ * bibtex.el (bibtex-make-optional-entry) : renamed
+ bibtex-make-optional-field.
+
+ * bibtex.el (bibtex-Article) : change order of presentation
+ if OPTcrossref is set.
+
+ * bibtex.el (bibtex-InBook) : change order of presentation
+ if OPTcrossref is set.
+
+ * bibtex.el (bibtex-InCollection) : change order of presentation
+ if OPTcrossref is set.
+
+ * bibtex.el (bibtex-InProceedings) : change order of presentation
+ if OPTcrossref is set.
+
+ * bibtex.el (bibtex-MastersThesis) : added "note".
+
+ * bibtex.el (bibtex-preamble) : added.
+
+ * bibtex.el (bibtex-inside-field) : only go backwards if quote is there.
+
+ * bibtex.el (bibtex-clean-entry) : added call to
+ bibtex-clean-entry-zap-empty-opts, OPT field testing for errors.
+
+ * bibtex.el (bibtex-x-help) : added options Conference and preamble,
+ restored DEAthesis.
+
+1990-11-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmailsum.el (rmail-summary-mode-map): Don't rebind C-n and C-p.
+ Put rmail-summary-next-all, etc., on M-n and M-p.
+
+1990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail-insert-inbox-text): Don't give up if movemail fails.
+
+1990-11-28 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-form): Don't let handlers change depth.
+ (byte-compile-normal-call): Don't alter byte-compile-depth.
+ (byte-compile-funcall): New function.
+
+1990-11-27 Ed Reingold (reingold at emr.cs.uiuc.edu)
+
+ * diary.el (diary-float): Allow month to be a list of months, a
+ single month, or t (for all months).
+
+1990-11-26 Jim Blandy (jimb@geech.ai.mit.edu)
+
+ * simple.el (copy-region-as-kill): No longer prints "Region
+ copied" error message.
+
+1990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * bg-mouse.el (bg-insert-moused-sexp): If before ')', just skip that.
+
+1990-11-26 Neil Mager (neilm@juliet.ll.mit.edu)
+
+ * appt.el: Fixed if construct for midnight update.
+
+1990-11-25 Ed Reingold (reingold at emr.cs.uiuc.edu)
+
+ * diary.el (insert-block-diary-entry): Change reference to
+ mark-ring to calendar-mark-ring.
+
+1990-11-21 Neil Mager (neilm@juliet.ll.mit.edu)
+
+ * appt.el: Updated header of file to reflect changes.
+
+ * appt.el: Added variable appt-display-diary to display the diary
+ automatically when the appointments list is updated at midnight.
+
+ * appt.el: Fixed bug to allow update of daily appointments list
+ at midnight if today's diary had no entry. Required moving 'if'
+ statement down several lines.
+
+ * appt.el: Changed list-diary-entries-hook to diary-display-hook
+ to be compatible with new version of the calendar/diary packgage.
+
+1990-11-20 Ed Reingold (reingold at emr.cs.uiuc.edu)
+
+ * calendar.el (calendar-version): New constant, with date
+ (calendar-count-days-region, calendar-not-available): New functions.
+ (calendar-mode-map): Put them on keys.
+ (calendar-mode): Describe them.
+
+1990-11-11 Ed Reingold (reingold at emr.cs.uiuc.edu)
+
+ * diary.el (make-diary-entry): New function.
+ (insert-diary-entry, insert-weekly-diary-entry,
+ insert-monthly-diary-entry, insert-yearly-diary-entry,
+ insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry,
+ insert-yearly-hebrew-diary-entry, insert-islamic-diary-entry,
+ insert-monthly-islamic-diary-entry,
+ insert-yearly-islamic-diary-entry): Modified so that if a prefix arg
+ is supplied these make nonmarking diary entries; otherwise the entries
+ made are marking.
+ (insert-block-diary-entry, insert-anniversary-diary-entry,
+ insert-cyclic-diary-entry): New functions.
+ * calendar.el: Autoload them.
+ (calendar-mode-map): Put them on keys.
+ (calendar-mode): Describe them.
+
+1990-11-08 Ed Reingold (reingold at emr.cs.uiuc.edu)
+
+ * calendar.el (calendar-set-mark,
+ calendar-exchange-point-and-mark): New functions.
+ (calendar-mode-map): Put them on keys.
+ (calendar-mode): Describe them.
+
+1990-11-06 Ed Reingold (reingold at emr.cs.uiuc.edu)
+
+ * calendar.el (sexp-diary-entry-symbol): New variable.
+ (cursor-to-iso-calendar-date): Simplified, slightly.
+ (cursor-to-calendar-day-of-year): Fixed punctuation.
+ (cursor-to-french-calendar-date): Moved French names to arrays.
+
+ * diary.el (list-sexp-diary-entries, diary-sexp-entry, diary-cyclic,
+ diary-hebrew-date, diary-iso-date, diary-day-of-year,
+ diary-float, diary-islamic-date, diary-anniversary, diary-block,
+ diary-french-date, diary-omer, diary-yahrzeit, diary-parasha,
+ diary-rosh-hodesh, hebrew-calendar-parasha-name): New functions.
+ (list-diary-entries): Added call to (list-sexp-diary-entries) and
+ fixed an obscure error that caused a diary entry to be missed if it
+ was preceded by an empty entry of the same style.
+ (list-hebrew-diary-entries, list-islamic-diary-entries): Fixed an
+ obscure error that caused a diary entry to be missed if it was
+ preceded by an empty entry of the same style.
+ (mark-islamic-calendar-date-pattern): Renamed some local variables
+ more appropriately.
+
+
+1990-10-23 Ed Reingold (reingold at emr.cs.uiuc.edu)
+
+ * diary.el (list-diary-entries): Added a separate hook to do the
+ display, so that the diary entries can be obtained without
+ displaying them.
+ (simple-diary-display): New function (renaming of
+ ordinary-list-diary-hook).
+ (fancy-diary-display): New function (renaming of
+ prepare-fancy-diary-buffer).
+
+ calendar.el: Add default definition of diary-display-hook.
+
+1990-10-20 Ed Reingold (reingold at emr.cs.uiuc.edu)
+
+ * calendar.el (describe-calendar-mode): Rewrote to give just a
+ brief description of the mode instead of calling describe-mode.
+
+1990-10-19 Neil Mager (neilm@juliet.ll.mit.edu)
+
+ * appt.el: Changed issue-appointments-message to
+ appt.issue.message in header.
+
+ * appt.el: Using copy modified by rms.
+
+1990-10-08 Ed Reingold (reingold at emr.cs.uiuc.edu)
+
+ * holiday.el (calendar-holiday-function-hebrew): Fixed minor
+ problem with the code to short-circuit the calculations to save
+ time.
+
+ *diary.el (mark-hebrew-calendar-date-pattern): Fixed minor problem
+ with the code to short-circuit the calculations to save time.
+
+1990-11-22 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (basic-save-buffer): Run after-save-hooks.
+
+1990-11-21 Robert J. Chassell (bob@gnu.ai.mit.edu)
+
+ * texinfmt.el (texinfo-parse-line-arg): Ignore spaces@end of
+ line.
+ (texinfo-format-make-node): Handle Info file names with periods in
+ them.
+
+ * history.el: Specify `(provide 'history)'.
+
+1990-11-20 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el:
+ Added constant calendar-version with date
+ (calendar-count-days-region),
+ (calendar-not-available): New functions.
+ (calendar-mode-map): Put them on keys.
+ (calendar-mode): Describe them.
+
+1990-11-11 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * diary.el:
+ (make-diary-entry): New function.
+ (insert-diary-entry), (insert-weekly-diary-entry),
+ (insert-monthly-diary-entry), (insert-yearly-diary-entry),
+ (insert-hebrew-diary-entry), (insert-monthly-hebrew-diary-entry),
+ (insert-yearly-hebrew-diary-entry), (insert-islamic-diary-entry),
+ (insert-monthly-islamic-diary-entry),
+ (insert-yearly-islamic-diary-entry): Modified so that if a prefix arg
+ is supplied these make nonmarking diary entries; otherwise the entries
+ made are marking.
+ (insert-block-diary-entry), (insert-anniversary-diary-entry),
+ (insert-cyclic-diary-entry): New functions.
+
+ * calendar.el:
+ Autoload them.
+ (calendar-mode-map): Put them on keys.
+ (calendar-mode): Describe them.
+
+1990-11-08 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el:
+ (calendar-set-mark), (calendar-exchange-point-and-mark): New functions.
+ (calendar-mode-map): Put them on keys.
+ (calendar-mode): Describe them.
+
+1990-11-06 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el: Added new variable sexp-diary-entry-symbol.
+ (cursor-to-iso-calendar-date): Simplified, slightly.
+ (cursor-to-calendar-day-of-year): Fixed punctuation.
+ (cursor-to-french-calendar-date): Moved French names to arrays.
+
+ * diary.el:
+ (list-sexp-diary-entries), (diary-sexp-entry), (diary-cyclic),
+ (diary-hebrew-date), (diary-iso-date), (diary-day-of-year),
+ (diary-float), (diary-islamic-date), (diary-anniversary),(diary-block),
+ (diary-french-date), (diary-omer), (diary-yahrzeit), (diary-parasha),
+ (diary-rosh-hodesh), (hebrew-calendar-parasha-name): New functions.
+ (list-diary-entries): Added call to (list-sexp-diary-entries) and
+ fixed an obscure error that caused a diary entry to be missed if it
+ was preceded by an empty entry of the same style.
+ (list-hebrew-diary-entries), (list-islamic-diary-entries): Fixed an
+ obscure error that caused a diary entry to be missed if it was
+ preceded by an empty entry of the same style.
+ (mark-islamic-calendar-date-pattern): Renamed some local variables
+ more appropriately.
+
+
+1990-10-23 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * diary.el
+ (list-diary-entries): Added a separate hook to do the display, so
+ that the diary entries can be obtained without displaying them.
+ (simple-diary-display): New function (renaming of
+ ordinary-list-diary-hook).
+ (fancy-diary-display): New function (renaming of
+ prepare-fancy-diary-buffer).
+
+ calendar.el: Add default definition of diary-display-hook.
+
+1990-10-20 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el
+ (describe-calendar-mode): Rewrote to give just a brief description
+ of the mode instead of calling describe-mode.
+
+1990-10-08 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * holiday.el:
+ (calendar-holiday-function-hebrew): Fixed minor problem with the
+ code to short-circuit the calculations to save time.
+
+ *diary.el:
+ (mark-hebrew-calendar-date-pattern): Fixed minor problem with the
+ code to short-circuit the calculations to save time.
+
+1990-09-10 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * diary.el:
+ (list-diary-entries), (list-hebrew-diary-entries),
+ (list-islamic-diary-entries): Fixed to use add-to-diary-list.
+
+1990-09-07 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * holiday.el
+ (filter-visible-calendar-holidays): New function.
+ (calendar-holiday-function-rosh-hashanah-etc): Rewrote.
+ (calendar-holiday-function-tisha-b-av-etc): New function.
+ (calendar-holiday-function-passover-etc): New function.
+ (calendar-holiday-function-hanukkah): New function.
+ (calendar-holiday-function-easter-etc): Rewrote.
+
+ * calendar.el:
+ (calendar-other-month): Rewrote.
+ (calendar-read), (calendar-make-alist): New functions.
+ Eliminated constants calendar-day-abbrev-list and
+ calendar-month-abbrev-list.
+ (calendar-current-date): Eliminated use of calendar-month-abbrev-list.
+ Modified the default value of `calendar-holidays'.
+ Added variable `all-christian-calendar-holidays'.
+ Added variable `all-islamic-calendar-holidays'.
+ Added variable `all-hebrew-calendar-holidays'.
+ (redraw-calendar), (calendar-goto-date), (calendar-goto-julian-date),
+ (calendar-goto-hebrew-date), (calendar-goto-islamic-date),
+ (calendar-goto-iso-date): New functions.
+ (calendar-mode-map): Put them on keys.
+ (calendar-mode): Describe them.
+ (calendar-mode-map): Put scroll-other-window on a key.
+ list-diary-entries-hook: Changed the default value to
+ ordinary-list-diary-hook.
+
+ * diary.el:
+ (mark-diary-entries), (mark-islamic-diary-entries),
+ (mark-hebrew-diary-entries): Eliminated use of constant alists for
+ month and day names.
+ (prepare-fancy-diary-buffer): Fixed the way holidays are displayed
+ when there are no diary entries but lots of holidays.
+ (ordinary-list-diary-hook), (add-to-diary-list): New functions.
+
+
+1990-09-06 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el:
+ Changed reference at beginning of file from the report to the
+ published version of the paper.
+ Changed all calls to `mod' to call `%' to avoid problem with cl.
+ (calendar-date-string): Added optional parameter `nodayname'.
+ (cursor-to-islamic-calendar-date): Fixed so that
+ calendar-date-string doesn't try find the day name.
+ (cursor-to-hebrew-calendar-date): Fixed so that
+ calendar-date-string doesn't try find the day name.
+ nongregorian-diary-marking-hook: Fixed typo in doc string.
+ (calendar-mode): Fixed a typo in doc string.
+ (cursor-to-iso-calendar-date): Made message consistent with
+ similar functions for Julian, Islamic, Hebrew, and French calendars.
+ (calendar-absolute-from-gregorian): Simplified calculation.
+ (calendar-mark-today): Changed today mark to `=' to avoid
+ confusion with the default holiday mark.
+ (calendar-julian-from-absolute): Rewrote parallel to other functions.
+ (calendar-islamic-from-absolute): Rewrote parallel to other functions.
+ (calendar-forward-day): Fixed movement when cursor is not on a date
+ and arg is negative.
+ Added description of new `if' form to doc string for calendar-holidays.
+
+
+ * diary.el:
+ Changed all calls to `mod' to call `%' to avoid problem with cl.
+ (diary-entry-time): New function.
+ (diary-entry-compare): Rewritten to take time of day into account.
+
+ * holiday.el:
+ Changed all calls to `mod' to call `%' to avoid problem with cl.
+ (calendar-holiday-function-rosh-hashanah-etc): Fixed grammatical
+ error in a comment.
+ (calendar-holiday-function-hebrew): Fixed typo in doc string.
+ (calendar-holiday-function-islamic): Fixed typo in doc string.
+ (calendar-holiday-function-if): New function.
+
+1990-11-19 Richard Mlynarik (mly@august-east)
+
+ * rfc822.el (rfc822-addresses): Blow out, don't loop, on ")
+ (rfc822-addresses-1) Error if address "phrase" not followed by
+ route-spec
+
+ * ebuff-menu.el (Electric-buffer-menu-mode): Remove questionable
+ code which attempted to fake out mode-name in mode-line-list.
+ Also, use slow \\<...> technology.
+
+1990-11-13 David J. MacKenzie (djm@apple-gunkies)
+
+ * fortran.el: Use domain format instead of uucp format for bug
+ list address.
+
+1990-11-12 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * lisp.el (lisp-complete-symbol): Use emacs-lisp-mode-syntax-table.
+
+1990-11-05 Roland McGrath (roland@geech.ai.mit.edu)
+
+ * compile.el (compilation-window-height): Added defconst for this,
+ since it somehow disappeared.
+
+ * compile.el: Unoverhauled. Restored from old 19 compile.el, plus
+ these changes: (compilation-{enter,leave}-directory-regexp): New
+ variables, specifying regexps that match lines saying the compilation
+ process is entering/leaving a directory. The default values match the
+ messages produced by the `-w' option to GNU make.
+ (compilation-error-regexp-alist): [Idea from tale.] Replaces
+ compilation-error-regexp. Alist (REGEXP FILE-IDX LINE-IDX) of regular
+ expressions to match errors in compilation. If REGEXP matches, the
+ FILE-IDX'th subexpression gives the file name, and the LINE-IDX'th
+ subexpression gives the line number.
+ (compilation-parse-errors): Rewritten. Combine the error and
+ enter/leave directory regexps into a single regexp to search for, and
+ dispatch on which subexpressions match. When the enter-directory
+ regexp matches, set default-directory to that directory, and push it
+ on compilation-directory-stack. When the leave-directory regexp
+ matches, pop the stack to find the matching directory, and set
+ default-directory to that. This change requries RE_NREGS to be (at
+ least 26) (it's been upped from 10 to 30 in v19 ../src/regex.h).
+ (compilation-finish-hook): New variable, a hook to run when a
+ compilation finishes. Called with two args: the compilation buffer
+ that finished, and the string passed to the process-sentinel
+ describing how it finished ("exited", "signaled", etc.).
+ (compilation-sentinel): Call it. (compilation-buffer-name-hook): Hook
+ called to generate a name for a compilation buffer. Passed one arg,
+ the name of the major mode of the buffer. (compile-internal): Use it.
+ [From tale's changes:]
+ (compile): Moved window enlarging to compile-internal.
+ (compile-internal): Don't use with-output-to-temp-buffer. Use
+ display-buffer instead.
+
+1990-11-05 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * c++-mode.el (c++-mode): Made several global variables related to
+ comment handling buffer-local.
+
+ * emerge.el: Moved the kill-buffers out of emerge-extract-* and
+ into the emerge-make-*-list functions which are responsible for
+ creating and using them. unwind-protect it to make sure the
+ buffer is always killed.
+
+ * subr.el: fset buffer-flush-undo to buffer-disable-undo, not
+ buffer-enable-undo.
+
+ * comint.el, inf-lisp.el, shell.el: Updated to meet Olin's
+ version 2.0 comint offerings.
+ * ring.el: The underlying history mechanism for comint.
+ Generalised handling of a ring data type based on vectors.
+ * history.el: For now, a symlink to ring.el.
+ * loaddefs.el: Updated shell-prompt-pattern doc string.
+
+1990-11-02 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (set-visited-file-name): Reject empty string as name.
+
+ * saveconf.el (save-context): Record dired buffers.
+ (save-context-buffer-name): Compute the "name" of a buffer.
+ (restore-context): Handle expressions as buffer names.
+
+1990-11-01 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * info.el (Info-find-node): Simplify file search.
+ Try appending `.info' to specified name.
+
+1990-10-31 Jim Blandy (jimb@gnu.ai.mit.edu)
+
+ * bytecomp.el: Put properties on * so that the byte-compiler knows
+ how to inline multiplication.
+
+1990-10-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (delete-auto-save-file-if-necessary):
+ Don't delete if auto-saveing in visited file.
+
+1990-10-29 Jim Blandy (jimb@pogo.ai.mit.edu)
+
+ * subr.el: `buffer-flush-undo' is now officially named
+ `buffer-enable-undo'; added an alias for backward compatibility.
+
+1990-10-28 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * dabbrev.el (dabbrev-expand): Use original abbrev for case pattern.
+ Do preserve case if expansion has a single uppercase initial.
+
+1990-10-26 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * subr.el (keyboard-translate): New function.
+
+1990-10-25 Robert J. Chassell (bob@gnu.ai.mit.edu)
+
+ * texinfmt.el (texinfo-format-defun-1): Replace with new version
+ that handles @deftypefn and related typed definition commands.
+ (texinfo-format-deftypefn-type, texinfo-format-deftypefn-index):
+ Formatting commands for @deftypefn and related typed definition
+ commands. Inserted related `put' expressions.
+
+1990-10-23 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * emerge.el (emerge-setup, emerge-setup-with-ancestor): Moved
+ insert-buffer calls back before call to emerge-extract-diffs where
+ the merge-buffer really needs to have something in it.
+ (emerge-extract-diffs,emerge-extract-diffs3): Moved errant
+ kill-buffer which interfered with return value of functions.
+
+1990-10-22 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * loaddefs.el, bibtex.el: Changed bogus "" sequences attempting
+ to generate a single quote to \" pairs.
+
+ * calc-aent.el, calc-alg-2.el, calc-alg.el, calc-arith.el,
+ calc-bin.el, calc-comb.el, calc-comp.el, calc-cplx.el,
+ calc-ext.el, calc-forms.el, calc-frac.el, calc-funcs.el,
+ calc-graph.el, calc-incom.el, calc-lang.el, calc-macs.el,
+ calc-map.el, calc-mat.el, calc-math.el, calc-misc.el,
+ calc-mode.el, calc-prog.el, calc-rewr.el, calc-rules.el,
+ calc-sel-2.el, calc-sel.el, calc-store.el, calc-stuff.el,
+ calc-trail.el, calc-undo.el, calc-units.el, calc-vec.el,
+ calc-yank.el, calc.el: New files for a very complete RPN
+ calculator which supports integer, rational, floating-point,
+ comples, matrix and symbolic arithmetic to arbitrary precision.
+
+ edmacro.el: New file, a keyboard macro editor. On its own
+ probably not very useful, but in the context of calc
+ programmability it fits the model well.
+
+ emerge.el: New file, for merging files or buffers based on their
+ differences.
+
+ loaddefs.el: Autoloads for calc, quick-calc, full-calc,
+ calc-eval, defmath, calc-grab-region and calc-extensions for the
+ calculator. Bind calc to M-#.
+ Autoloads for edit-kbd-macro, edit-last-kbd-macro and
+ read-kbd-macro for edmacro.
+ Autoloads for emerge-files, emerge-files-with-ancestor,
+ emerge-buffers and emerge-buffers-with-ancestor for emerge.
+
+1990-10-21 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * window.el (split-window-vertically):
+ Select the bottom window if that lets point stay on screen.
+
+ * etags.el (visit-tags-table-buffer):
+ Handle local bindings of tags-file-name.
+
+1990-10-19 Robert J. Chassell (bob@gnu.ai.mit.edu)
+
+ * texinfmt.el (texinfo-format-include,
+ texinfo-format-setfilename): Redefined to handle new include
+ files. (texinfo-format-buffer-1, texinfo-format-region): Add
+ `last-input-buffer' so handles new include files.
+ (texinfo-format-bullet, texinfo-format-minus,
+ texinfo-format-paragraph-break): Require braces if used within
+ line; do no require braces if used@end of line.
+ (texinfo-optional-braces-discard): Discard optional braces.
+
+ * texnfo-upd.el (texinfo-incorporate-descriptions): Require exact
+ match for item names.
+ (texinfo-update-menu-region-beginning): Do not accidentally copy
+ an info-only title for the top node into the main menu.
+ (texinfo-section-types-regexp): Add `@chapheading'.
+ (texinfo-find-lower-level-node, texinfo-find-higher-level-node,
+ texinfo-menu-locate-entry-p, texinfo-copy-menu-title,
+ texinfo-update-menu-region-beginning, texinfo-update-menu-region-end):
+ Handle `@ifinfo' as well as comment line following node line.
+ (texinfo-multiple-files-update and aux. files): Added to handle
+ multi-file Texinfo sources.
+
+1990-10-18 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * info.el (Info-help): Go to one window.
+
+1990-10-17 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * lisp-mode.el: Indent autoload like defun.
+
+ * cl.el, mh-e.el, gnus.el: Change uses of lisp-indent-hook to
+ lisp-indent-function.
+
+1990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (revert-buffer): Discard all undo records.
+ * rmail.el (rmail-expunge, rmail-get-new-mail): Likewise.
+
+1990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * bytecomp.el (symbol-function, fset, read-char): Don't open code them.
+
+1990-10-11 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * Kill commands on read-only buffers, just copy to kill-ring.
+ * simple.el (kill-region): If read-only, just copy to kill-ring.
+ (zap-to-char, kill-line, kill-comment, kill-word):
+ (backward-kill-word, kill-paragraph, backward-kill-paragraph):
+ Allow read-only buffers.
+
+ * csharp.el: New file.
+
+1990-10-10 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmailsum.el (rmail-summary-scroll-msg-up): Make msg visible.
+ (rmail-summary-scroll-msg-down): Likewise.
+
+ * bytecomp.el (byte-compile-associative): New function.
+ (+, max, min, -): Use that.
+ (byte-compile-make-binary, byte-compile-butlast): New functions.
+
+1990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * dired.el (dired-compress, dired-uncompress): Put output from
+ subprocess in a buffer to display it.
+
+ * appt.el (fix-time): Deleted.
+ (appt-select-lowest-window): Renamed from select-lowest-window.
+ (appt-visible): Renamed from appt-visable.
+
+ * time.el (display-time-filter): Run display-time-hook.
+
+ * lisp.el (lisp-complete-symbol): Last change clobbered beg.
+
+ * lisp-mode.el (indent-sexp): Make sure outer loop ends@eob.
+
+1990-10-08 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * man.el (nuke-nroff-bs): Handle o\b+.
+
+ * files.el (save-buffers-kill-emacs): Do querying here.
+ Don't die if process-list is not defined.
+
+ * simple.el (next-complex-command): Fix typo.
+
+1990-10-07 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-file): Run set-auto-mode.
+
+1990-10-01 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * compile.el: Major overhauls. Remove references to mode, since
+ it never really was a mode.
+ (compile-regexp-list): Don't use a single regexp, but try
+ multiple ones from a list.
+ (next-error): Don't read in every single file when doing
+ next-error, just go to the line of the next file, reading it in if
+ need be. The old method was slow and could end up creating a lot
+ of buffers you never wanted around.
+ Use buffer named in compilation-buffer. Get buffer to use
+ interactively via compilation-use-buffer if called with arg.
+ (compile-internal): Move window resizing here, since a grep
+ window is still a compile window as far as this package is
+ concerned. Don't use with-output-to-temp-buffer since it is very
+ anti-social with show-temp-buffer-hooks which resize based on the
+ how much data is output by its forms; it never worked with
+ compile-window-height that way anyway.
+ (compilation-parse-line): Figures out file and line for
+ next-error from compile-regexp-list.
+ (compilation-use-buffer): Function which sets buffer for
+ next-error to use.
+
+1990-10-01 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * c-mode.el (c-indent-line): Special clause for `} else'.
+
+1990-09-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * compile.el (compilation-mode): Don't set compilation-error-regexp.
+ (compile-internal): Set it here.
+ (compilation-error-regexp): Put on permanent-local property.
+
+ * startup.el (command-line-functions): New variable.
+ (command-line-1): Do something with it.
+
+ * diff.el (diff): Fix bug in searching for first change run.
+
+ * bytecomp.el (byte-compile-lambda): Handle string constant as value.
+
+1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * mh-e.el: New version from Larus.
+
+ * c-mode.el (calculate-c-indent): When looking@previous column-0
+ line, allow whitespace between the close-paren and the semicolon.
+
+1990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * startup.el (command-line): Make init-file-user permanent.
+
+1990-09-25 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * edebug.el: New file for elisp source debugging.
+
+ * loaddefs.el: Autoload edebug with edebug-defun.
+
+ * lisp-mode.el (eval-defun): If arg, edebug-defun.
+
+ * simple.el (comment-region): New function.
+
+ * c-mode.el (c-beginning-of-statement, c-end-of-statement):
+ New functions bound to M-a and M-e respectively.
+ (c-beginning-of-statement-1, c-end-of-statement-1): Engines for
+ above.
+ (set-c-style): New function to easily select a preferred
+ indentation style.
+ (c-style-alist): Styles and variables values for set-c-style.
+
+ * asm-mode.el: New file. Mode for editing assembler code.
+
+ * loaddefs.el (auto-mode-alist): Use asm-mode for .s files.
+ Autoload it.
+
+1990-09-24 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * loaddefs.el (auto-mode-alist): Use \\' for end of string.
+
+1990-09-22 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * simple.el (shell-command): Document in code comment why -f is
+ not used for C shells. Perhaps this will get people to stop
+ asking about it.
+
+1990-09-21 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * isearch.el (nonincremental-search): Bind cursor-in-echo-area
+ only as long as necessary.
+
+1990-09-21 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * loaddefs.el (auto-mode-alist): Use bibtex-mode for .bib files
+ and autoload it.
+
+1990-09-18 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * doctor.el (doctor-caddr, doctor-cadr, doctor-cddr): Renamed.
+
+1990-09-13 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * c-mode.el (calculate-c-indent): Skip back across preprocessor
+ lines before testing for a continuation statement.
+
+ * mouse.el (mouse-set-point): Compensate properly for hscroll.
+
+1990-09-13 Robert J. Chassell (bob@gnu.ai.mit.edu)
+
+ * texinfmt.el (texinfo-format-inforef): Item name now optional.
+
+1990-09-13 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail-nuke-pinhead-header): Save From line in Mail-from:.
+
+ * help.el (print-help-return-message): Mention C-M-v.
+
+1990-09-10 Chris Hanson (cph@kleph)
+
+ * xscheme.el (xscheme-eval): Add hook that allows Scheme to
+ evaluate arbitrary expression in Emacs.
+ (scheme-interaction-mode): Run scheme-mode-hook before
+ scheme-interaction-mode-hook.
+ Guarantee that the process-filter's state is correctly updated
+ before calling any code that can possibly allow more input to be
+ read from the process.
+
+1990-09-10 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmailsort.el (rmail-sortable-date-string): Handle excess space.
+ Discard century from year.
+
+ * files.el (after-find-file): Improve a message.
+
+1990-09-09 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * sendmail.el (mail-signature): t means use signature file.
+ (mail-setup): Implement that.
+ (mail-mode-map): Put mail-signature command back on C-c C-w.
+ (mail-signature-inserted): Variable deleted.
+
+1990-09-08 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * ftp.el (ftp-command): Ignore output lines without status codes.
+
+1990-09-06 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * sendmail.el (mail-signature): New variable holds signature.
+ (mail-setup): Default mail-signature from .signature file.
+ Insert the value.
+
+1990-09-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * ftp.el (ftp-write-file): Accept status 125 as normal.
+
+1990-09-03 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * rnews.el: Reinstated.
+
+1990-09-01 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (backup-buffer): Test backup-inhibited.
+ (find-file-noselect, set-visited-file-name): Set that var
+ based on backup-enable-predicate.
+
+1990-08-31 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * sendmail.el (mail-send-and-exit): Remove dependency on other
+ window being in rmail-mode in order to delete selected window.
+
+1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * paths.el: Add gnus-default-nntp-server, gnus-nntp-service,
+ gnus-your-domain, gnus-your-organization, and gnus-newsrc-file to
+ be visible for admins during installation configuration.
+
+ * loaddefs.el:
+ (gnus, gnus-post-news): Autoload gnus.
+ (sendnews, postnews): fset to gnus-post-news instead of news-post-news.
+ (rnews, news-post-news): Removed autoloads.
+
+ * gnus.el: New file.
+ (gnus-make-newsrc-file): Removed.
+ (gnus-read-newsrc-file): Work without above.
+ (gnus-Info-directory): Removed.
+ (gnus-Info-find-node): Work without above.
+ (lots of variables): Made non-interactive. Some doc fixes.
+
+ * gnuspost.el, gnusmail.el, gnusmisc.el, nntp.el, nnspool.el,
+ * mhspool.el: New files.
+
+ * rnews.el: Removed. (Renamed to rnews.el.~backout~.)
+
+1990-08-29 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * loaddefs.el: Put paragraph commands on M-{ and M-}.
+
+ * files.el (basic-save-buffer): Make error messages more natural.
+
+ * rmail.el (rmail-search): Call rmail-maybe-set-message-counters.
+
+1990-08-29 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * files.el (basic-save-buffer): Signal an error when the directory
+ doesn't exist or is write-protected.
+ (set-visited-file-name): When renaming buffer, don't switch from
+ current name if that is the name causing the conflict for the new name.
+ Eg, C-x b foo C-x C-w /tmp/foo would name the buffer foo<2> and
+ leave no foo around. Now it stays foo.
+
+ * fortran.el (fortran-mode): Define comment-line-start-skip based
+ partially on value of fortran-comment-region; statements starting
+ with c (eg: call, common) were being indented as comments.
+ (fortran-current-line-indentation): Only skip over continuation
+ char or line number for statements. It was giving back wrong
+ values for statements which started in columns 1-6.
+ (fortran-mode-version): Removed.
+
+1990-08-28 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * loaddefs.el: Autoload reverse-region from sort.el.
+
+ * cl.el:
+ (defstruct): The copier function invoked the non-existent
+ copy-vector. Calling copy-sequence does the job.
+ (defsetf for point): Point's inverse is goto-char. Of course,
+ what do we do with the other basic types of Emacs Lisp?
+ (member): Another, perhaps counterproductive, speed hack. When
+ test or testnot are symbols (hopefully, non-null), they are
+ replaced by their symbol-function slots. This presumably reduces
+ one indirection per each funcall in the inner loop.
+ (byte-compile-named-list-accessors): Another byte-compile
+ handler, this one eliminates the extra call incurred when using
+ first, ..., tenth, or rest. This makes those list accessors
+ essentially as primitive as car, cdr, or nth.
+ (with-keyword-args): Macro that simplifies most of the handling of
+ klists. The only neglected functionality is that no supplied-p
+ forms exist (although that is true also of lambda lists in Emacs Lisp).
+ (cl-eval-print-last-sexp): Added half-hearted support for -, +,
+ ++, +++, *, **, ***, /, //, ///; and cleared the mvalues mechanism
+ at every call.
+ (declare, proclaim, the): Make some more CL codes easy to load.
+ These are dummies, and have no effect whatsoever. (Perhaps `the'
+ could be made to check in interpreter, and to ignore in the
+ compiler. Then again, writing `typecase' would be also useful and
+ I haven't done it yet.)
+ (byte-compile-ca*d*r): New function, used as a handler from
+ byte-compile-form to eliminate the extra call to the c*r functions
+ in compiled code.
+ (adjoin, map): Changed to use `memq' instead of `member', too.
+ (case, ecase): Via a change in case-clausify, these macros now
+ generate tests using the primitive `memq', instead of the heavier
+ `member'.
+ (member): Rewrote it to exploit the keyword argument machinery.
+ It also tries to call memq whenever possible.
+ (many funcs): Two-branch conds changed into simple ifs here and
+ there, minor layout changes all over.
+ (defsetf): `Puts' occur in the generated code, not in the macro
+ expander. (Didn't we fix this long ago?)
+ (setf): Comment disagreed with the code. Code was right.
+ (defkeyword): Was dropping the DOCSTRING.
+ (reduce): New function. Presented as an example of how to use
+ KLISTs to parse calls in functions that take keyword arguments.
+ (concatenate, map): New functions.
+ (extract-from-klist): Swapped arguments for convenience.
+ (keyword-argument-supplied-p, cl$subseq-as-list): New auxiliary
+ functions.
+ (build-klist): Better error messages.
+ (psetf): Rewrote, patterned after the new psetq.
+ (psetq): Added early check for even number of arguments. This
+ causes a better error message than previously.
+ (defstruct, parse$defstruct$options): asp@CS.CMU.EDU (James
+ Aspnes) reported that defstruct wasn't handling properly the use
+ of accessors of an :included definition applied to instances of
+ the :including structure. Indeed, the old version was
+ implementing a (rather useless) sense of multiple-inheritance that
+ was inimical to the Common Lisp sense. Fixed here by adding
+ properties :structure-includes and :structure-included-in to the
+ struct name. They keep track of the graph of inclusions.
+ (mapc, maplist, mapl, mapcan, mapcon,
+ copy-list, copy-tree, revappend, nreconc, nbutlast,
+ subst, subst-if, subst-if-not, sublis,
+ member-if, member-if-not, tailp): New functions, developed apart
+ and now merged with the main file. They still don't take :keyword
+ arguments.
+
+ * sort.el (sort-subr): Support floating point numbers.
+ (sort-float-fields, reverse-region): New functions.
+ (sort-numeric-fields, sort-fields, sort-float-fields): Use -ARG
+ to mean count fields from right, not reverse. (Doc fixes.)
+ (sort-fields-1): Let negative arg pass unmolested. Always do
+ ascending sort.
+ (sort-skip-fields): Handle negative field.
+
+ * tex-mode.el (tex-mode-map): Move bindings of M-{ and M-} to
+ C-c { and C-c }.
+
+1990-08-28 Roland McGrath (roland@gnu.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-file): If interactive, ask user if he
+ wants to save a buffer visiting file to be compiled.
+
+1990-08-27 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * compile.el (compilation-error-regexp): Padded up a little to
+ work with new function:
+ (compilation-get-file-and-line): Grabs file and line using
+ matched sub-expressions in compilation-error-regexp.
+ (compilation-parse-errors): Use new function.
+ (compilation-sentinel): Make buffer writable before trying to
+ insert things.
+
+ * info.el (Info-extract-menu-item): Search for an exact match for
+ menu item before looking for a partial match. Regexp-quote the
+ search string.
+
+ * lisp.el (lisp-complete-symbol): Display possibilities in
+ *Completions* not *Help*.
+
+ * help.el (describe-mode): Use Dale Worley's version to also show
+ minor mode documentation if argument is given. Fset
+ defining-keyboard-macro to start-keyboard-macro so its
+ documentation can be found. Currently does not work with
+ auto-fill-mode because of the hook nature of its minor mode
+ indicator variable.
+
+1990-08-26 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * terminal.el: Move possibly offensive comments to term-nasty.el.
+ (te-quote-arg-for-sh): Give some variables more useful names.
+
+1990-08-25 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * resume.el: New version from Joe Wells.
+
+1990-08-22 Joseph Arceneaux (jla@geech)
+
+ * lisp.el (lisp-complete-symbol): Use lisp-mode-syntax table
+ rather than current buffer's.
+
+1990-08-16 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * isearch.el (isearch): For C-y and C-w in regexp search,
+ use regexp-quote.
+
+ * time.el (display-time-filter): Check that file is non-empty.
+
+1990-08-16 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * term/x-win.el: Don't define C-z here; it's now in screen.el.
+
+1990-08-14 David J. MacKenzie (djm@apple-gunkies)
+
+ * time.el: New version that uses wakeup instead of loadst.
+
+1990-08-14 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * simple.el (eval-current-buffer): New function.
+
+ * screen.el: Moved screen convenience functions here, formerly in
+ term/x-win.el.
+ other-window now bound to esc-o, ctl-x-o now next-multiscreen-window.
+
+1990-08-13 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el: Doc fix.
+
+1990-08-11 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * screen.el (get-screen): Don't loop on screen-visible-p.
+ Set auto-new-screen-function to new-screen.
+
+ * gdb.el (gdb-break): Also handle temporary breaks.
+
+1990-08-01 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-file): Fix format string in call to
+ float-output-format.
+
+1990-07-31 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * files.el (find-alternate-file): Don't depend on buffer being
+ read-only for modifications to invoke yes-or-no-p.
+
+1990-07-28 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * paths.el (rmail-spool-directory):
+ Change silicon-graphics-unix to irix.
+
+1990-07-27 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * tex-mode.el (tex-region): Set tex-last-temp-file in shell buffer.
+ Give it tex-filter as a filter.
+ (tex-filter): New function. Deletes the temp file and junk files.
+ (tex-directory): Now set to `.'.
+
+1990-07-27 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * fill.el (fill-region-as-paragraph): Remove tabs that aren't in
+ fill-prefix or part of paragraph indentation.
+
+1990-07-26 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-file-forms): New function.
+ (byte-compile-file): Use that for the runs of ordinary forms.
+ Don't crash when make-byte-code has only 3 elements.
+
+ * help.el (view-lossage): Use insert, not `newline'.
+
+ * info.el (Info-find-node): Set case-fold-search for tag tbl buffer.
+
+1990-07-26 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-verbose): Baud rate is a variable, not
+ a function in 19.
+
+1990-07-26 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * chistory.el (command-history-repeat): New function.
+ (command-history-map): Put command-history-repeat on x.
+ (command-history-mode): Document that.
+
+1990-07-26 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * c-mode.el (c-auto-newline): Doc addition.
+ (electric-c-terminator): Removed bogus set-marker.
+ (electric-c-sharp-sign): Make sure c-auto-newline is nil for call
+ to electric-c-terminator.
+
+ * texinfo.el: Bind tex-insert-quote to " in texinfo-mode-map.
+
+ * simple.el (goal-column): Make buffer-local.
+
+ * man.el (manual-entry): Enter view-mode.
+
+1990-07-25 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * replace.el (occur-last-string): New variable to hold last
+ interactive regexp to occur.
+ (occur): Use occur-last-string.
+
+ * lisp.el (down-list): Doc fix.
+
+1990-07-24 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (find-file-noselect): Nice msg if can write but not read.
+
+ * lisp.el: Doc fix.
+
+1990-07-19 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-lambda): Fix test for nontrivial function.
+
+1990-07-17 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (find-file-read-only-other-window): New function.
+ Put on C-x 4 r.
+
+1990-07-15 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * register.el (view-register): Don't ignore first line of rect.
+
+1990-07-14 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * outline.el (show-children): Make default arg smarter.
+
+1990-07-12 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * compile.el (compile-internal): Make *compilation* read-only
+ except during this function.
+
+1990-07-11 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * c-mode.el (c-comment-indent): Special case comment after }.
+
+1990-07-05 Robert J. Chassell (bob@gnu.ai.mit.edu)
+
+ * texinfmt.el: Renamed Lisp definitions section to `Description
+ formatting' and revised `texinfo-format-defun-1' and format
+ defuns to handle object oriented descriptions properly.
+
+1990-06-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * dbx.el: Use C-x SPC for setting break point.
+
+1990-06-29 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * sort.el: Doc fix.
+
+1990-06-28 Robert J. Chassell (bob@gnu.ai.mit.edu)
+
+ * texinfmt.el (texinfo-format-paragraph-break): @br{} no longer a
+ noop.
+
+ * texinfmt.el (texinfo-format-scan): @* now breaks lines; no
+ longer does nothing.
+
+ * texinfmt.el: `Bottom node' changed to `End node' and `BN'
+ changed to `EN'; also, `footnote-style' changed to
+ `texinfo-footnote-style'.
+
+ * texnfo-upd.el (texinfo-all-menus-update): With a non-nil
+ argument, now updates all the nodes in the buffer before
+ updating the menus.
+
+ * texnfo-upd.el (texinfo-master-menu): With non-nil argument
+ (prefix, if interactive) means first update all existing nodes
+ and menus, not just menus.
+
+ * texinfo.el (texinfo-show-structure): With optional arg, list
+ lines with @-sign commands for @chapter, @section and the like,
+ but not @node lines.
+
+1990-06-27 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * paragraphs.el (start-of-paragraph-text): Avoid infinite loop.
+
+1990-06-26 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * disass.el (disassemble-1): Check ptr in range for aref.
+
+ * bytecomp.el (byte-compile-defvar, byte-compile-defconst): New.
+ (byte-compile-find-vars-1): Do nothing for defun or defmacro.
+ Do nothing for defvar or defconst with only one argument.
+ (byte-compile-lambda): New function for error checking.
+ (byte-compile-verbose): New variable.
+ (byte-compile-file, byte-compile-file-form): Check that for messages.
+
+1990-06-26 David Lawrence (tale@geech)
+
+ * compile.el (grep): Use `grep-command' to also hold args for
+ grep, like compile-command.
+
+ * simple.el (kill-ring-save): Fixed to not reference free
+ variable `verbose' but to just unconditionally echo message.
+ (shell-command): Use new `last-shell-command' interactively.
+ (shell-command-on-region): Use new `last-shell-command-on-region'
+ interactively. Delete *Shell Command Output* if no output.
+ (kill-comment): Error if no comment syntax defined.
+
+1990-06-25 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * simple.el (kill-region): New arg VERBOSE says print a message.
+ (kill-ring-save): Print a message, instead of moving point.
+
+1990-06-23 Randall Smith (randy@substantia-nigra)
+
+ * dired.el (dired-flag-regexp-files): Added function to flag all
+ files matching a REGEXP for deletion.
+ (): Bound this function to key "F" in dired-mode ("D" was already
+ taken).
+
+1990-06-22 Richard Stallman (rms@albert.ai.mit.edu)
+
+ * fill.el (fill-region-as-paragraph): Don't consider colon as sentence
+ end. Use syntax table to decide what is whitespace.
+ (justify-current-line): Don't consider colon as sentence end.
+
+ * c-mode.el (calculate-c-indent): Back up over comma before
+ calling c-backward-to-start-of-continued-exp.
+ (c-backward-to-start-of-continued-exp): Back up over strings.
+
+1990-06-21 Robert J. Chassell (bob@pogo.ai.mit.edu)
+
+ * texinfmt.el (texinfo-format-include): Include files ending with
+ ".texi" as well as ".texinfo" and ".tex".
+
+ * texinfmt.el: Define @shortcontents, like @summaryconents, as
+ 'texinfo-discard-line-with-args.
+
+1990-06-20 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * isearch.el (isearch): Do exit on meta keys.
+ Also exit on function keys and mouse clicks.
+ * loaddefs.el (search-exit-char): Change back to escape.
+ (search-ring-advance-char): Moved from isearch.el.
+ (search-ring-retreat-char): Renamed from ...-recline-char and moved.
+
+ * float.el: Provide 'float.
+
+1990-06-19 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * mouse.el (mouse-set-point): Compensate for horizontal scrolling.
+
+1990-06-19 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * isearch.el (isearch): Don't quit on meta-chars.
+
+1990-06-15 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * loaddefs.el: search-exit-char is now Return.
+ * simple.el: Search-ring advance and recline characters are now
+ M-n and M-p.
+
+1990-06-15 Robert J. Chassell (bob@pogo.ai.mit.edu)
+
+ * tex-mode.el (tex-start-shell): Don't put `require' in defun, put
+ it@top level.
+
+ * texnfo-upd.el (texinfo-incorporate-descriptions): Don't
+ accidently find a string in the description that is confused for
+ a menu item.
+
+1990-06-01 Robert J. Chassell (bob@wheat-chex)
+
+ * texinfo.el: Added `texinfo-tex-region' (C-c C-r) to run TeX on
+ the current region, `texinfo-tex-buffer' (C-c C-t) to run TeX on
+ the current buffer, and `texinfo-tex-print' (C-c C-p) to print
+ the .dvi file made by TeX.
+
+ Also, bound functions from TeX mode in Texinfo mode:
+ `tex-kill-job' (C-c C-k), `tex-recenter-output-buffer' (C-c
+ C-l), and `tex-show-print-queue' (C-c C-q).
+
+1990-05-31 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * startup.el (command-line): Check environment variable
+ VERSION_CONTROL and set version-control appropriately.
+
+1990-05-31 Robert J. Chassell (bob@wheat-chex)
+
+ * texnfo-upd.el (texinfo-top-pointer-case): rewrote to handle
+ @chapter (or other sectioning) command following Top node.
+
+ (texinfo-master-menu): rewrote to remove pre-existing master
+ menu, if there is one. Non-nil argument (prefix, if interactive)
+ now means first update all existing menus---previously it always
+ updated all existing menus (very time consuming).
+
+ (texinfo-all-menus-update, texinfo-every-node-update):
+ added a save-excursion to each so that point does not move when
+ you update the menus or nodes.
+
+ * texinfmt.el (texinfo-format-parse-args): expand arguments so
+ they can include commands such as @code, etc.
+
+1990-05-31 David Lawrence (tale@geech)
+
+ * backquote.el (bq-splicequote): Correctly splice in elements
+ when followed by constant elements; don't list the constant elements.
+
+ * add-log.el (add-change-log-entry): Fixed match test for full name.
+
+ * lpr.el (print-buffer): Removed an extra trailing parenthesis.
+
+1990-05-30 David Lawrence (tale@geech)
+
+ * comint.el (comint-load-hook): Superseded by eval-after-load.
+
+ * inf-lisp.el (lisp-eval-region, lisp-compile-region): Use
+ temporary files instead of send-string to avoid problems with pty
+ buffering.
+
+ * tex-mode.el (tex-close-latex-block): Allow whitespace after
+ \begin and \end before their opening brace.
+ (tex-last-unended-begin): Ditto.
+
+1990-05-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * subr.el (add-hook): New function.
+
+1990-05-30 David Lawrence (tale@geech)
+
+ * dired.el (dired-revert): Preserve deletions across reversion
+ and report files flagged for deletion which were already removed.
+ When reading the root directory, name the buffer "/".
+
+1990-05-29 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * scheme.el (run-scheme): Autoload deleted. Already done in loaddefs.
+
+1990-05-24 Robert J. Chassell (bob@rice-chex)
+
+ * page-ext.el (pages-directory-goto): Go to end of file if called
+ from the last line (which is empty) of the pages-directory
+
+1990-05-24 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * shell.el (shell-load-hook): Superseded by eval-after-load.
+
+ * files.el (cd): Make sure that directory can be changed to.
+ * shell.el (shell-process-cd-or-pushd): ditto.
+
+ * c++-mode.el: Installed latest version from David Detlefs with
+ all additions made since Sep 1989.
+
+1990-05-24 Robert J. Chassell (bob@apple-gunkies)
+
+ * texinfmt.el: Added texinfo-format-defindex which provides
+ @defindex and @defcodeindex.
+
+ Rewrote texinfo-format-synindex to be more modular; removed
+ references to it in texinfo-format-scan and
+ texinfo-format-printindex.
+
+1990-05-22 David Lawrence (tale@geech)
+
+ * informat.el: (Info-tagify): Give status messages before and
+ after tagifying.
+ (batch-info-validate): Removed status messages around Info-tagify.
+
+ * rmailout.el (rmail-output): Check for From:, Really-From: and
+ Sender: fields, in that order, and run mail-strip-quoted-names on
+ a non-nil value for the initial Unix mail "From user date" line.
+
+1990-05-21 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * buff-menu.el (Buffer-menu-buffer): Simplified.
+ Set Buffer-menu-buffer-column initially.
+
+1990-05-18 Robert J. Chassell (bob@apple-gunkies)
+
+ * page-ext.el: (pages-addresses-file-name):
+ Renamed from addresses-file-name.
+
+1990-05-17 Robert J. Chassell (bob@apple-gunkies)
+
+ * texinfo.el (texinfo-mode-map): Replace `C-c LETTER ...' key
+ bindings for functions updating nodes and menus with `C-c C-...'
+ keybindings, so as to leave `C-c LETTER' bindings free.
+
+ * texnfo-upd.el (texinfo-menu-copy-old-description): Copy
+ descriptions that begin with an `@' as well as with word syntax char.
+ (texinfo-insert-master-menu-list): Print message telling which
+ menu entry it is inserting.
+
+1990-05-12 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * isearch.el (isearch): Check non-nil of unread command char
+ before checking >= 0.
+
+1990-05-12 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * info.el (Info-read-subfile): Ignore blank lines in split file list.
+
+1990-05-11 Richard Stallman (rms@albert.ai.mit.edu)
+
+ * isearch.el (isearch): Advance@least one character if empty string
+ was found the previous time.
+ * replace.el (keep-lines): Likewise.
+
+1990-05-10 Robert J. Chassell (bob@wheat-chex)
+
+ * texinfmt.el: updated to correspond, more or less, to version 2.8
+ of texinfo.tex. Does not do refilling.
+
+ texinfo-format-chapter-1 now displays message telling which
+ section is being formatted, so formatting is no longer silent.
+
+ Added notations: @quiv, @error, @expansion, @point, @print, @result
+
+ Added @synindex and @syncodeindex, including
+ texinfo-format-synindex, texinfo-format-syncodeindex,
+ and defined syncode-arg as local variable in texinfo-format-scan.
+ Modified texinfo-format-printindex to handle these.
+
+ Added @ref, which the same as @xref in Info.
+ Added @titlespec, which is ignored in Info.
+ Added @br @need as noops.
+ Added @today texinfo-format-today in `1 Jan 1900' style.
+ Added @defconst, @defcmd to the texinfo-format-defun series
+
+ Added @flushright @end flushright, including
+ texinfo-format-flushright, texinfo-end-flushright,
+ texinfo-do-flushright.
+
+ Added @ftable, which is like the `@table' command but also
+ inserts each item in the first column into the function index.
+ Includes texinfo-ftable, texinfo-ftable-item, texinfo-end-ftable.
+
+ Added @footnote, including texinfo-format-footnote, footnote-style,
+ texinfo-format-make-node, texinfo-format-bottom-node.
+
+1990-05-10 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-cond-1): Handle (t).
+
+1990-05-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * simple.el (indent-new-comment-line): Delete the temporary newline
+ even if point is not there after indent-for-comment.
+
+1990-05-04 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * simple.el (open-line): Insert fill-prefix if defined.
+
+1990-05-01 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * c-mode.el (c-comment-indent): If@beginning of line and
+ comment-column is 0, insert no space.
+
+ * replace.el (occur): Avoid infinite loop@end of buffer.
+
+1990-04-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * float.el (float-to-string):
+ Adjust POWER when rounding makes new digit.
+
+1990-04-26 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * man.el (manual-entry): Don't allow null topics.
+
+ * dired.el (dired-create-directory): Use new primitive
+ make-directory.
+ (dired-do-deletions): Use new primitive remove-directory.
+
+1990-04-24 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * dired.el (dired-readin): Mark buffer unmodified@end.
+
+1990-04-18 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * loaddefs.el: Removed Meta-g def of fill-region.
+
+1990-04-13 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * c-mode.el (c-comment-indent): Don't need \n in #endif/#else
+ regexps.
+
+1990-04-12 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * isearch.el (isearch): In reverse search,
+ don't move point for C-w, C-y.
+
+ * startup.el (normal-top-level): Don't check envvar PWD on vms.
+
+1990-04-10 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * add-log.el (add-change-log-entry): Require match in full-name
+ as well as login-name.
+ Don't switch windows if desired buffer already current.
+ (add-change-log-entry-other-window): Take two args and pass on.
+ Change interactive spec so default behavior doesn't change.
+
+1990-04-09 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * dired.el (dired-mode): Set list-buffers-directory
+ like dired-directory. So name appears in list-buffers.
+
+ * sendmail.el (mail-do-fcc): Append properly to rmail buffers.
+
+ * bytecomp.el (byte-compile-find-vars-1): Treat interactive
+ and save-window-excursion like condition-case.
+
+1990-04-08 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-file-form): Most forms pushed on `pending'.
+ Those that are special print their output and first compile
+ and print the contents of `pending'.
+ (byte-compile-file):@end of file, compile and print `pending'.
+ (byte-compile-pending): New function.
+
+ * bytecomp.el (byte-compile-find-vars-1):
+ Special case unwind-protect and save-window-excursion.
+
+1990-04-06 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * mouse.el: Check consp of coordinates-in-window-p result.
+
+1990-04-06 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-file): Accumulate consecutive ordinary
+ forms, put them together into lambdas, and call them.
+ (byte-compile-file-form): With nil, do nothing fast.
+ (byte-compile-lambda): Do nothing with trivial lambdas
+
+1990-04-05 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmailout.el (rmail-output-to-rmail-file): Set message counters
+ before inserting in a file being visited.
+
+1990-04-05 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * screen.el: Don't redefine ctl-x {p,n}, just ctl-x o.
+
+1990-04-05 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * startup.el (command-line-1): Always erase *scratch*, not current buf.
+
+1990-04-04 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * screen.el: Define keys ctl-x {o, n, p}. Make C-Z iconify
+ emacs.
+ (next-multiscreen-window):
+ (previous-multiscreen-window): Include the minibuffer screen if
+ the minbuffer is active.
+
+1990-04-03 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * fill.el (fill-individual-paragraphs): Check for mail header name
+ only@beginning of line.
+
+1990-03-29 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * keypad.el: Define the `do' key.
+
+ * dired.el (dired-diff): New command.
+ (dired-mode-map): Put on `='.
+
+1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
+
+ * rmail.el (rmail-insert-rmail-file-header, rmail-convert-file):
+ Put in "-*- rmail -*-".
+ Rename rmail-mode to rmail-mode-2.
+ (rmail-mode): New function.
+ Move docstring and (interactive) from rmail-mode to rmail-mode-2.
+ (rmail): Call rmail-mode-2 not rmail-mode.
+
+1990-03-27 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * etags.el (tags-loop-continue): Print message when find a match,
+ if tags-loop-operate is nil.
+
+ * c-mode.el (calculate-c-indent): Don't consider a line as a
+ function definition line if it contains `='.
+
+ * compile.el (compile-find-file): New function, to search a path.
+ (compilation-parse-errors): Use it.
+ (compilation-search-path): New user variable.
+
+1990-03-25 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * loaddefs.el: Add autoloads for ispell.el.
+ * ispell.el: Doc fixes.
+ Problem: key for ispell-next was already used by set-selective-display.
+ Should we move that?
+
+1990-03-25 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * x-mouse.el (x-select): Only pass one arg to x-own-selection.
+
+1990-03-23 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * fortran.el (fortran-electric-line-number):
+ Make sure arg to self-insert-command is a number.
+
+1990-03-21 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * fortran.el (fortran-electric-line-number):
+ Use self-insert-command for all insertion.
+
+1990-03-21 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * startup.el (command-line): Load the window-system file if
+ DISPLAY is set or -d was specified on the command line.
+
+1990-03-20 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * lpr.el (print-region-1): New arg PAGE-HEADERS.
+ On system V, handle it by running pr.
+ Use print-region-new-buffer to copy text to temp buffer.
+ (all commands): Pass new arg; pass lpr-switches unchanged.
+ (print-region-new-buffer): New function.
+
+1990-03-20 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * term/x-win.el (x-pop-initial-window): Set mouse-motion-handler.
+
+1990-03-19 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * sendmail.el (mail-send): Force deletion of auto-save files.
+ (mail-do-fcc): Add closing paren.
+
+1990-03-17 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-file): Turn off print-length.
+
+1990-03-16 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * simple.el (auto-fill-mode): Doc fix.
+
+1990-03-14 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * term/x-win.el: Set suspend hook here, as well as put
+ 'iconify-emacs on C-Z.
+
+ * screen.el: Check screenp of last-selected-screen in
+ iconification functions.
+
+1990-03-14 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * c++-mode.el (c++-comment-region): New function.
+ (c++-uncomment-region): New function.
+
+1990-03-11 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * mouse.el (track-mouse): x-mouse-grabbed now mouse-grabbed.
+ * x-mouse.el (dynamic-rect-selection): Ditto.
+
+1990-03-10 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * x-mouse.el: Conditionalization of certain functions dependent
+ on X version. Added mouse-key descriptions for X11.
+
+1990-03-09 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * man.el (nuke-nroff-bs): Allow period in middle of topic name.
+
+ * simple.el (do-auto-fill): Handle auto-fill-inhibit-regexp.
+ * outline.el (outline-mode): Set that from outline-regexp.
+
+1990-03-08 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * screen.el (deiconify-function, multi-minibuffer-startup,
+ attached-minibuffer-startup, detached-minibuffer-startup): Pass
+ second parameter t to select-screen.
+
+1990-03-07 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * sendmail.el (mail-do-fcc): Temporarily unwiden
+
+1990-03-06 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * screen.el (deiconify-function): Setq last-selected-screen nil.
+
+ * array.el, blackbox.el, compile.el, diff.el, files.el, ftp.el:
+ * gomoku.el, hanoi.el, informat.el, ispell.el, life.el, mailalias.el:
+ * man.el, rmail.el, sendmail.el, terminal.el:
+ * texinfmt.el: Renamed buffer-flush-undo to buffer-disable-undo.
+
+1990-03-04 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * screen.el (get-screen): If the screen is not visible, make it
+ so.
+
+1990-03-02 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * term/x-win.el: Don't set suspend-hook any more.
+
+ * screen.el: No more x-specific things, this is now entirely
+ window system independent.
+ (new-screen): Use new function:
+ (new-screen-position): Determine position of new screen based on
+ that of selected-screen.
+ (pop-initial-screen): Set first-screen-user-positioned if user did
+ so. Also decide on which screen style depending on either new
+ variable `separate-minibuffer-screen' or minibuffer elt in
+ window-system-switches.
+ (detached-minibuffer-startup): Add screen colors to minibuffer
+ alist if possible. Also make sure screen-default-alist has
+ minibuffer element none, and correct name.
+
+1990-03-01 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * term/x-win.el: Require 'screen as well in initial setup code.
+ Don't set suspend hook; this will be something else.
+ Removed redundant cursor-shape delcarations. The all begin with
+ x-pointer- now.
+ Added some more definitions to the function keys.
+ Generally cleaned up this file.
+
+1990-03-01 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * subr.el (force-mode-line-update): New function.
+ time.el (display-time-filter): Update modeline with above.
+
+ * rmail.el (rmail-get-new-mail): Remove " Mail" from
+ display-time-string if necessary.
+
+1990-02-28 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * screen.el (iconify-function, iconify-emacs, deiconify-function):
+ New functions.
+
+ * files.el (save-some-buffers): Removed last parameter skip-list.
+ Now this checks for buffer-local variable save-buffers-skip to
+ determine whether or not to avoid asking to save the buffer.
+ * rmail.el (rmail-mode): Removed skip-list stuff.
+ (rmail-variables): make-local-variable save-buffers-skip.
+ * compile.el (compile): Removed additional parameter to
+ save-buffers.
+
+1990-02-26 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * time.el (display-time-hook): New hook run by display-time-filter.
+ (display-time-filter): Run display-time-hook after setting
+ display-time-string.
+ (rmail-pop-up): Default display-time-hook to automatically retrieve
+ new mail if the variable rmail-pop-up is non-nil.
+ (add-clock-handler): Removed; superceded by timer.el.
+
+ * loaddefs.el: Removed add-clock-handler.
+
+1990-02-25 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * c++-mode.el: New file.
+ (point-bol): Removed this function.
+
+ * loaddefs.el: Autoload C++-mode.
+ (auto-mode-alist): c++-mode for .C and .cc files.
+
+1990-02-25 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * lisp-mode.el (indent-sexp): Changed opoint to last-point. Very
+ strange, I thought I'd already fixed this.
+
+ * screen.el: New file.
+
+1990-02-24 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * loaddefs.el: Autoload for diff.
+
+ * files.el (diff): Superceded by diff.el.
+ (diff-switches-function): Still needs to be merged into diff.el.
+
+ * diff.el: New file.
+ Changes from the original include recognition of context diffs,
+ rewrites of motion functions for more efficiency, and general
+ tidying of code.
+
+1990-02-22 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * isearch.el (isearch): After doing read-event, check numberp of
+ char first.
+
+ * replace.el (perform-replace): Use read-event rather than
+ read-char. Check that returned object is char before comparisons.
+
+1990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * files.el (file-newest-backup): Return either the name of an
+ existing backup file or nil if none exists.
+
+ * server.el (server-program): Renamed from "server" to "emacsserver".
+
+1990-02-20 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * fill.el (fill-region-as-paragraph): Fixed regexp typo in call to
+ re-search-forward.
+
+1990-02-19 David Lawrence (tale@pogo.ai.mit.edu)
+
+ * simple.el (kill-comment): Take better advantage of comment-end.
+
+1990-02-18 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * ispell.el: new file.
+
+1990-02-14 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * calendar.el: Require cl.
+
+1990-02-13 David Lawrence (tale@wheat-chex)
+
+ * files.el: Set default-directory of *Directory* to one displayed
+ by list-directory.
+
+ * compile.el: Added to compilation-error-regexp pattern for errors
+ from IBM High C.
+
+1990-02-13 Joseph Arceneaux (jla@gnu.ai.mit.edu)
+
+ * files.el (save-some-buffers): New parameter skip-list of buffers
+ to not save.
+ New variable save-buffers-skip-list.
+ * rmail.el (rmail-mode): Add the RMAIL buffer to the skip list.
+ * compile.el (compile): Pass save-buffers-skip-list to
+ save-some-buffers.
+
+1990-02-12 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmailsum.el (rmail-summary-by-regexp, rmail-message-regexp-p):
+ New functions.
+
+1990-02-12 David Lawrence (tale@galapas)
+
+ * tex-mode.el: require oshell until converted to comint.
+
+ * loaddefs.el: point run-lisp autoload to new file inf-lisp.
+
+ * shell.el: converted to comint. Relegated original to oshell.el.
+
+ * inf-lisp.el: converted to comint.
+
+ * comint.el: removed last vestiges of original history stuff.
+
+1990-02-07 David Lawrence (tale@galapas)
+
+ * inf-lisp.el: inferior-lisp-program can be a list of the programme
+ name and its arguments.
+
+1990-02-06 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el:
+ (french-calendar-leap-year-p): Rewritten with corrected rule.
+ (calendar-absolute-from-french): Fixed comments.
+ (calendar-french-from-absolute): Rewrote using calendar-sum.
+ (cursor-to-french-calendar-date): Simplified and corrected spelling.
+
+1990-02-06 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * register.el (insert-register): Return nil.
+ (jump-to-register): Likewise.
+
+ * sort.el (sort-subr): Return nil.
+
+ * simple.el (copy-region-as-kill): Return nil.
+
+ * register.el (set-register): Return VALUE.
+
+1990-02-06 Joseph Arceneaux (jla@albert.ai.mit.edu)
+
+ * term/x-win.el (x-pop-up-window): Die and leave disgusted message
+ when we can't get our X-window up.
+
+1990-02-05 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * c-mode.el (calculate-c-indent): When distinguishing top level,
+ check for doublequotes when checking for parens.
+
+1990-02-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * tex-mode.el (tex-show-print-queue): Restart shell like tex-file.
+
+1990-02-02 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * tex-mode.el (tex-bibtex-file, tex-file, tex-region):
+ Restart the tex shell if process is gone or stopped.
+ (tex-shell-running): New function.
+
+1990-02-01 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * texinfmt.el (batch-texinfo-format): Paren error on (setq error 1).
+
+1990-01-27 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el:
+ (scroll-calendar-left): Fixed so it works when the cursor is not
+ positioned on a day.
+ (cursor-to-calendar-day-of-year): Fixed so that "day" is properly
+ pluralized, depending how many days remain in the year.
+ (french-calendar-leap-year-p): New function.
+ (french-calendar-last-day-of-month): New function.
+ (calendar-absolute-from-french): New function.
+ (calendar-french-from-absolute): New function.
+ (cursor-to-french-calendar-date): New function.
+ (calendar-mode-map): Put cursor-to-french-calendar-date on a key.
+ (calendar-mode): Describe cursor-to-french-calendar-date.
+
+1990-01-31 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * yow.el: Provide 'yow.
+
+1990-01-25 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * lisp-mode.el: Indent prog2 specially.
+
+1990-01-24 Richard Stallman (rms@albert.ai.mit.edu)
+
+ * compare-w.el (compare-windows): Handle compare-ignore-case.
+
+1990-01-19 David Lawrence (tale@cocoa-puffs)
+
+ * dired.el: Removed restriction for -s, -i and -F switches to ls.
+
+ * loaddefs.el: Removed above from dired-listing-switches doc string.
+
+ * mh-e.el (c/o James Larus <larus@cs.wisc.edu>):
+ Accepts message range specifications.
+ Defaults sequence name to previous sequence name when reading.
+ Made mode-line id user-setable.
+ Changes from Gildea: documentation and a few typos.
+ Added command to pipe message through shell command.
+ Fixed refile twice failed after second one moved.
+ Added changes from Gildea to speed-up mh-e.
+ Won't reverse sequence lists.
+ Allows arbitrary fields for pick.
+ Packing folder now properly updates sequence list.
+ Added previously missing %s in mh-redistribute.
+
+ * timer.el: (new file) Adds run-at-time function with absolute
+ or relative time spec to run a function with args.
+
+ * loaddefs.el: autoload for run-at-time.
+
+1990-01-16 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rfc822.el (rfc822-addresses): Barf, don't loop, on > in host name.
+
+1990-01-16 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * diary.el:
+ (insert-diary-entry): New function.
+ (insert-weekly-diary-entry): New function.
+ (insert-monthly-diary-entry): New function.
+ (insert-yearly-diary-entry): New function.
+ (insert-hebrew-diary-entry): New function.
+ (insert-monthly-hebrew-diary-entry): New function.
+ (insert-yearly-hebrew-diary-entry): New function.
+ (insert-islamic-diary-entry): New function.
+ (insert-monthly-islamic-diary-entry): New function.
+ (insert-yearly-islamic-diary-entry): New function.
+
+ * calendar.el: Autoload these functions.
+ (calendar-mode-map): Put them on keys.
+ (calendar-mode): Describe them.
+
+1990-01-11 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * diary.el
+ (list-diary-entries): Deleted several lines of extraneous code
+ and added `nongregorian-diary-listing-hook' to the list of hooks
+ called@the end; this is for use in including Hebrew, Islamic,
+ Julian, or ISO diary entries. A similar
+ `nongregorian-diary-marking-hook' was added to the list of hooks
+ called at the end of mark-diary-entries for the same reason.
+
+ (diary-name-pattern): Fixed the documentation and added an optional
+ parameter FULLNAME which insists on the full spelling of the name;
+ this is also for use in marking Hebrew or Islamic diary entries
+ (those month names are not unique in the first three characters).
+
+ (mark-hebrew-diary-entries): New function.
+ (list-hebrew-diary-entries): New function.
+ (mark-hebrew-calendar-date-pattern): New function.
+ (mark-islamic-diary-entries): New function.
+ (list-islamic-diary-entries): New function.
+ (mark-islamic-calendar-date-pattern): New function.
+
+ (list-diary-entries): Added nongregorian-diary-listing-hook.
+ (mark-diary-entries): Added nongregorian-diary-marking-hook.
+
+ * calendar.el: Added documentation for the hooks described above.
+
+1990-01-10 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * isearch.el (isearch): Check adding * or | to regexp even if failing.
+
+ * yow.el (yow): Don't be confused by percent in message.
+ Use raw prefix arg as first argument; process it later.
+
+1990-01-08 Robert J. Chassell (bob@apple-gunkies.ai.mit.edu)
+
+ * texnfo-upd.el (texinfo-update-node,
+ texinfo-sequential-node-update): fixed auto-fill-hook bug.
+
+1990-01-08 Joseph Arceneaux (jla@spiff)
+
+ * term/x-win.el (x-pop-up-window): Set global-minibuffer-screen.
+
+1990-01-08 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el (calendar-date-is-visible-p):
+ Fixed so it does not switch to the calendar buffer.
+
+ * diary.el (prepare-fancy-diary-buffer): Compute the list of
+ holidays only once for each three-month period, not once for each date
+ displayed in the calendar. This saves an enormous amount of time in
+ the fancy diary display for multiple days.
+
+1990-01-07 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el: Fixed the value of list-diary-entries-hook.
+ (regenerate-calendar-window): Changed (update-display) to (sit-for 0).
+ Corrected several instances of "dairy" to "diary".
+ (describe-calendar-mode): Added this function to issue the message
+ "Preparing..." to `?' key in calendar-mode because it's so incredibly
+ slow for describe-mode to prepare the help buffer.
+ (calendar-holidays): Fixed the examples in the doc-string.
+
+ * diary.el: Corrected several instances of "dairy" to "diary".
+
+1990-01-05 Joseph Arceneaux (jla@spiff)
+
+ * term/x-win.el: Function key stuff redone.
+
+1990-01-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * tex-mode.el (tex-kill-job): Avoid error if no process.
+
+ * bibtex.el (sun menus): Avoid error if defmenu not defined.
+
+ * doctor.el: Delete spurious symbol@top level.
+
+1990-01-03 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * view.el (View-scroll-lines-forward):
+ Exit@end only if view-scroll-forward-exits is non-nil.
+
+1989-12-29 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el (mark-diary-entries): Made "sticky" so effect continues
+ whenever the calendar is redisplayed.
+ (mark-calendar-holidays, calendar-unmark): Likewise.
+
+1989-12-26 Ed Reingold (reingold@emr.cs.uiuc.edu)
+
+ * calendar.el: Fixed many minor bugs throughout the code. The major
+ changes are as follows.
+ Completely rewrote the Hebrew calendar functions to make them
+ much faster and hence make holiday determination much faster
+
+ Split the code into three files: the calendar stuff is in the
+ main file, calendar.el; the diary stuff is in diary.el; the
+ holiday stuff is in holiday.el.
+
+ Added a diary hook example that shows how to get sorted diary
+ entries in the fancy diary buffer.
+
+ (calendar-iso-from-absolute): New function.
+ (calendar-absolute-from-iso): New function.
+ (cursor-to-iso-calendar-date): Added `D' calendar command to give
+ the day number in the Gregorian year and number of days remaining.
+ (mark-diary-entries): Made two-digit abbreviated years acceptable
+ in diary entries. Changed possible diary entry styles: DAY
+ entries are no longer available; European style is now an option.
+ Diary entry styles are now controlled by a list of pseudo-patterns.
+ (list-diary-entries): Made two-digit abbreviated years acceptable
+ in diary entries. Changed possible diary entry styles: DAY
+ entries are no longer available; European style is now an option.
+ Diary entry styles are now controlled by a list of pseudo-patterns.
+ (calendar-date-string): Display style of dates is now controlled by
+ a pseudo-pattern so the European style is available.
+ (all functions conatining the word `hebrew').
+ (list-diary-entries, mark-diary-entries):
+ (include-other-diary-files, mark-included-diary-files):
+ Added the possibity of `shared diary files' with a recursive
+ include mechanism like the C preprocessor
+ (list-calendar-holidays): Eliminated the 'special class of holidays,
+ rewriting the entire mechanism to make it more general.
+ (calendar-holiday-function-float): Changed the 'float class of
+ holidays so that negative values count backward from end of month: 5
+ is no longer used for the last occurrence of a day in a month; -1 is
+ used instead
+
+1989-12-27 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail): Handle MAIL environment var.
+
+1989-12-25 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * loaddefs.el (sentence-end): Allow single space@EOL.
+
+ * etags.el: New name for tags.el.
+ * loaddefs.el: Autoloads changed.
+
+ * paths.el (manual-formatted-dirlist): New alternative for UMAX.
+
+ * simple.el (next-complex-command): Fix err msg.
+
+1989-12-21 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * lisp-mode.el (indent-sexp): Exit outer loop if make no progress.
+
+1989-12-20 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * telnet.el (telnet-initial-filter): Make `password' local.
+
+1989-12-18 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * simple.el (edit-and-eval-command): Add new command to history.
+ * chistory.el (repeat-matching-complex-command):
+ Delete the useless history entry for this command.
+
+1989-12-17 David Lawrence (tale@cocoa-puffs)
+
+ * (comint-)shell.el: Use comint. NOT ready yet.
+ * (comint-)inf-lisp.el: Broke the inferior lisp code out to its
+ own file and converted for comint use. NOT ready yet.
+
+1989-12-16 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * c-mode.el (indent-c-exp): Verify that comment start isn't in string.
+ Reindent comment on starting line like other comments.
+
+ * tex-mode.el (validate-tex-buffer): Use tex-validate-region,
+ not obsolete name.
+
+1989-12-15 Joseph Arceneaux (jla@spiff)
+
+ * isearch.el: Replaced all occurences of read-char with
+ read-event; and check return type.
+
+1989-12-15 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * appt.el: New file.
+
+ * files.el (backup-buffer): Ask question (if nec) before writing file.
+
+1989-12-12 David Lawrence (tale@cocoa-puffs)
+
+ * medit.el and simple.el: initial definition of keymaps uses
+ copy-keymap, not copy-alist.
+
+1989-12-11 David Lawrence (tale@cocoa-puffs)
+
+ * telnet.el: Converted to use comint. Removed
+ delete-char-or-send-eof and telnet-copy-last-input. Added
+ telnet-mode-hook. Modified telnet-filter to insert-before-markers
+ at the process-mark.
+
+1989-12-10 David Lawrence (tale@cocoa-puffs)
+
+ * prolog.el: Converted to use comint. Replaced copy-keymap for
+ copy-alist of comint-mode-map.
+
+ * kermit.el: Converted to use comint. Replaced
+ kermit-clean-filter with a more efficient version.
+
+ * comint.el: Added optional arguments ``terminator'' and
+ ``delete'' to comint-send-input, for processes that want to see
+ a CR or CR-LFD pair instead of LFD and for processes that do echoing.
+
+1989-12-08 David Lawrence (tale@cocoa-puffs)
+
+ * history.el (new file): general history mechanism, primarily
+ intended for interactive processes.
+
+ * comint.el: converted to use history.el. Took out all the ring
+ code. comint-send-input will replace entire input region rather
+ than append to it (user option?). comint-kill-output will only
+ nuke through the last newline, to retain prompt.
+ comint-show-output will start window@line before output start,
+ to show command.
+
+ * dbx.el: Converted to use comint-mode.
+
+1989-12-06 David Lawrence (tale@wheat-chex)
+
+ * comint.el: make-variable-buffer-local declarations moved from
+ comint-mode to defvars.
+
+ * gdb.el: Converted to use comint-mode.
+
+1989-12-05 David Lawrence (tale@wheat-chex)
+
+ * comint.el (new file):
+ Added FSF copyright.
+ Moved bindings off of C-c LETTER.
+ Cleaned up references to cmu* files.
+ Made comint-send-input do unconditional end-of-line before processing.
+ cominit-exec will signal an error if no programme name.
+ Removed full-copy-sparse-keymap and comint-log-user.
+
+1989-12-04 Joseph Arceneaux (jla@spiff)
+
+ * isearch.el: fset synonyms for re-search-*.
+
+1989-11-30 Joseph Arceneaux (jla@spiff)
+
+ * c-mode.el (c-comment-indent): Place comments 2 spaces after
+ #endif and #else.
+
+1989-11-27 Joseph Arceneaux (jla@spiff)
+
+ * shell.el (shell-complete-file-name): Don't count tildes as
+ filename separators if they are in the filename to be expanded.
+
+1989-11-22 Joseph Arceneaux (jla@spiff)
+
+ * mouse.el, x-mouse.el: Moved button definitions from mouse.el to
+ x-mouse.el. They are defined differently depending upon the X
+ version.
+
+1989-11-17 Joseph Arceneaux (jla@spiff)
+
+ * paths.el: Changed rmail-file-name from const to a var.
+
+1989-11-16 Ed Reingold (reingold@cs.uiuc.edu)
+
+ * tex-mode.el (slitex-mode):
+ New alternative to plain-tex-mode and latex-mode.
+ (tex-mode): Know when to choose slitex mode.
+ (tex-run-command, latex-run-command, slitex-run-command): New vars.
+ (tex-mode, latex-mode, slitex-mode): Init tex-command from them.
+ (tex-latex-block): Insert matching begin-end pair for latex.
+ (tex-close-block): Be smart about nested begin-end pairs.
+ (tex-last-unended-begin): New subroutine.
+ (tex-region): Handle buffers with no files.
+ (tex-file): Cleaner error for buffer with no file.
+ (tex-generate-zap-file-name): New name for tex-generate-junk-file-name.
+
+1989-11-16 Joseph Arceneaux (jla@spiff)
+
+ * simple.el: New variable x-select-kill.
+ (copy-region-as-kill): If non-nil, make the killed text an X
+ selection.
+
+ * fill.el (justify-current-line, fill-region-as-paragraph):
+ Consider : as sentence terminator.
+
+1989-11-14 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-file): Copy .el permissions to .elc.
+ Delete .elc if possible before writing.
+
+1989-11-09 Joseph Arceneaux (jla@spiff)
+
+ * x-mouse.el (x-select-wipe): New function.
+ Bind the selection functions to the default keys.
+
+1989-11-08 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * tex-mode.el (tex-bibtex-file): New command.
+ (tex-mode-map): Put on a key.
+
+ * debug.el (debug): No need to check match-data for invalid markers.
+
+1989-11-08 Joseph Arceneaux (jla@spiff)
+
+ * paths.el (mh-progs, mh-lib): Use file-directory-p, and check
+ /usr/local/bin as well.
+
+1989-11-06 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * tex-mode.el (tex-print, tex-view): Run the command asynchronously.
+ Eliminate tex-after-print-hook.
+
+1989-11-05 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * tex-mode.el (tex-region): Delete tex output files directly, not
+ with rm. Use tex-generate-junk-file-name to make tex-out-file.
+ (tex-generate-junk-file-name): New function.
+ (tex-strip-dots): New name for TeX-strip-dots.
+ (tex-append): New name for tex-append-dvi. Suffix is now argument.
+ (tex-view): New function.
+ (tex-dvi-view-command): New variable.
+
+ * files.el (make-auto-save-file-name): For non-file buffer,
+ use Emacs pid and buffer name.
+
+1989-10-31 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (hack-local-variables): save-excursion around the eval.
+
+1989-10-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * tex-mode.el (tex-region): Replace `.' in host name with `-'.
+ Eliminate extra / in arg when running TeX.
+ (TeX-strip-dots): New subroutine.
+
+1989-10-29 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * tex-mode.el (tex-region): Run TeX in dir the source file is in.
+
+1989-10-27 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * tex-mode.el (tex-region): Use shell pid and host name in zap file.
+ (TeX-expand-files): New fn, not yet used.
+
+ * startup.el (command-line): Error if foo-win library not found.
+
+1989-10-26 Joseph Arceneaux (jla@spiff)
+
+ * dired.el (dired-first-filename): New function, move to first
+ file found.
+ (dired-noselect): Use it to position point@first file when
+ entering dired.
+
+1989-10-25 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * simple.el (count-lines, goto-lines): ^M is line sep for outline md.
+
+1989-10-24 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail-make-in-reply-to-field): Avoid bare singlequote.
+
+1989-10-21 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * replace.el (perform-replace): Always find null string@eob.
+
+1989-10-14 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * startup.el (command-line-1): If > 2 files visited, do buffer-menu.
+
+ * texinfo.el (texinfo-mode): Set words-include-escapes to t.
+
+ * tex-mode.el (tex-start-shell): Run tex-shell-hook.
+
+1989-10-12 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
+
+ * x-mouse.el (x-paste-text): push-mark before inserting text.
+ (x-insert-selection):
+ (x-select): Moved these functions over from the file:
+ * mouse.el
+
+1989-10-12 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * simple.el (kill-ring-save): New command for M-w.
+ Shows other end of region momentarily.
+
+ * register.el (jump-to-register): New name for register-to-point.
+ Old name remains as alias.
+
+ * simple.el (end-of-buffer): Scroll to put point near screen bottom.
+
+1989-10-11 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
+
+ * compile.el (grep): Don't save buffers for grep.
+
+1989-10-10 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
+
+ * files.el (recover-file): Prompt with current buffer's filename.
+
+1989-10-09 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
+
+ * term/x-win.el (x-pop-up-window): If color screen, start out
+ with some default colors.
+
+1989-10-08 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rnewspost.el (news-mail-reply, news-reply, news-post-news):
+ Include newline before the blank line, when narrowing.
+
+1989-10-04 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
+
+ * mouse.el (mouse-double-down, mouse-double-up):
+ New functions for double-clicking.
+
+1989-10-03 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
+
+ * x-mouse.el (x-insert-selecton, x-select): New functions:
+
+ * mouse.el: New [experimental] functions:
+ (mouse-motion, track-mouse, mouse-select-buffer-line)
+ (mouse-boxing, mouse-erase-box, incr-scroll-down)
+ (incr-scroll-up, incremental-scroll, incr-scroll-stop)
+ (mouse-kill-rectangle, mouse-open-rectangle, mouse-multiple-insert)
+ (mouse-move-text)
+
+1989-10-01 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmailout.el (rmail-output): Check for an RMAIL file, and get error.
+
+1989-09-30 Robert J. Chassell (bob@rice-chex)
+
+ * texnfo-upd.el (texinfo-copy-menu): Don't enter infinite loop
+ when copying a multi-line description@the end of a menu.
+
+1989-09-28 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
+
+ * mouse.el: New function mouse-line-length. New constants for
+ mouse-motion keys.
+
+1989-09-27 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * c-mode.el (calculate-c-indent): Don't treat function-name line
+ as continuation, because its previous line's indent is zero.
+
+ * sendmail.el (mail-do-fcc): No blank line before iff file is new.
+
+1989-09-25 Robert J. Chassell (bob@apple-gunkies.ai.mit.edu)
+
+ * renamed texinfo-update.el to texnfo-upd.el and updated `provide'
+
+ * texinfo.el: updated `require' to reflect new name for texnfo-upd
+
+1989-09-23 Robert J. Chassell (bob@rice-chex)
+
+ * texinfo.el: Moved functions to update nodes and menus to
+ texinfo-update.el.
+
+ * texinfo.el, texinfo-update.el: Added `require' and `provide'.
+
+ * texinfo.el: Added keybindings to insert frquently used @-commands.
+
+ Added keybindings for `texinfo-format-buffer',
+ `texinfo-update-node', `texinfo-every-node-update',
+ `texinfo-make-menu', and `texinfo-all-menus-update'.
+
+ * texinfo-update.el (texinfo-sequential-node-update): now updates
+ node in which point is located so pointer are to next and
+ previous node regardless of hierarchy. Non-nil argument
+ (prefix, if interactive) means update nodes in region.
+
+ (texinfo-every-node-update): updates every node in a Texinfo
+ file.
+
+ (texinfo-all-menus-update): updates all the regular menus in a
+ Texinfo file.
+
+ (texinfo-indent-menu-description,
+ texinfo-menu-indent-description): Indent every description in
+ menu following point to specified column. Non-nil argument
+ (prefix, if interactive) means indent every description in every
+ menu in the region. Does not indent second and subsequent lines
+ of a multi-line description.
+
+ (texinfo-insert-menu, texinfo-column-for-description): starts a
+ menu description@column specified by variable
+ `texinfo-column-for-description'.
+
+ (texinfo-find-pointer, texinfo-insert-pointer): find and inserts
+ higher level pointer as `Previous' pointer if there is no
+ previous node@the same level.
+
+ (texinfo-menu-copy-old-description): now copies `@' commands in
+ old descriptions.
+
+
+1989-09-22 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * simple.el (previous-complex-command): If not already inside
+ repeat-complex-command, enter it.
+ (repeat-complex-command): Bind repeat-complex-command-flat to t.
+
+ * prolog.el (prolog-comment-indent): Don't insist on 1 space
+ if@left margin.
+
+1989-09-21 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * gdb.el (gdb-break): Go to line beg before counting lines.
+
+1989-09-21 Joseph Arceneaux (jla@susie)
+
+ * term/x-win.el: Added cursor-shape list, removed x-defined-colors
+ stuff.
+
+1989-09-21 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * simple.el (shell-command-on-region): If output is 1 line,
+ display it in echo area.
+
+1989-09-19 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (not-modified): With arg, mark buffer as modified.
+
+ * c-mode.el (indent-c-exp): Support do-while.
+
+1989-09-18 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * info.el (Info-mode, Info-edit-mode): Put on 'mode-class 'special.
+
+ * c-mode.el (c-indent-line): Special for line starting in `while'
+ to detect a do-while statement.
+ (c-backward-to-start-of-do): New subroutine.
+
+1989-09-17 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * cl.el (safe-idiv): Avoid overflow calculating sign of quotient.
+
+1989-09-16 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * c-mode.el (calculate-c-indent): A line starting in `}'
+ is not considered a continuation.
+
+ * sendmail.el (sendmail-send-it): Don't let user specify `Sender'.
+ Insert a `Sender' if From is specified and doesn't match login name.
+
+1989-09-15 Joseph Arceneaux (jla@spiff)
+
+ * term/x-win.el: Removed function x-color-screen-p
+ (now in xfns.c). New variables x-colors, x-display-defined colors.
+ Initialize them.
+
+1989-09-14 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * startup.el (command-line): Rename local var for name of user
+ to `init-file-user'. Advertise that for use in the init file.
+
+1989-09-11 Robert J. Chassell (bob@apple-gunkies.ai.mit.edu)
+
+ * texinfo.el (texinfo-update-node, texinfo-make-menu,
+ texinfo-master-menu, texinfo-sequential-node-update): Added
+ functions to insert or update the next, previous, and up node
+ pointers in a Texinfo file, or alternatively to insert node
+ pointers as a depth-first traversal---sequentially through the
+ file, each pointing to the next node regardless of its
+ hierarchical level, and to create or update a menu or menus
+ (preserving pre-existing descriptions, if any), to create a master
+ menu for a Texinfo file accordng to the Manual recommendation.
+
+1989-09-11 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * sun-fns.c, term/sun.el:
+ Rename prev-complex-command to select-previous...
+
+1989-09-10 Joseph Arceneaux (jla@spiff)
+
+ * files.el (find-file-noselect): Indicate if file is a soft link
+ to some file already present.
+
+1989-09-07 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmailmsc.el (set-rmail-inbox-list): Doc fix.
+
+1989-09-01 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (basic-save-buffer): On VMS, remove version number from
+ visited file name before saving, and rename buffer.
+
+1989-08-31 Joseph Arceneaux (jla@spiff)
+
+ * term/Old/wyse.el: New terminal configuration file.
+
+1989-08-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el: `e' is now edit; only `x' for expunge.
+
+ * term/x-win.el: Fix error message.
+
+ * dired.el (dired-repeat-over-lines): FUNCTION returns t if it
+ deleted the line. All callers changed to make it return nil.
+ (dired-move-file, dired-create-directory): New functions.
+
+1989-08-29 Joseph Arceneaux (jla@spiff)
+
+ * files.el:
+ * bytecomp.el: Call read-file-name instead of new-read-file-name,
+ since the latter subr has been renamed the former.
+
+1989-08-23 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
+
+ * startup.el (command-line-1): Update year in startup message.
+
+1989-08-23 Joseph Arceneaux (jla@spiff)
+
+ * term/x-win.el: Open the X connection when this file is loaded;
+ don't wait for pop-up-window.
+
+1989-08-22 Joseph Arceneaux (jla@spiff)
+
+ * term/x-win.el: Changed the documentation of `x-switches'.
+
+1989-08-21 Joseph Arceneaux (jla@spiff)
+
+ * term/x-win.el: Rewrote the code for handling command line args,
+ including x-handle-switch.
+
+1989-08-19 Joseph Arceneaux (jla@spiff)
+
+ * term/x-win.el: Changed iconic type option string from "-i" to
+ "-ib". Also normalized the options to the X toolkit standard.
+
+1989-08-15 Richard Stallman (rms@hobbes.ai.mit.edu)
+
+ * files.el (basic-save-buffer): For precious file, don't delete
+ renamed old version if rename failed.
+
+ * files.el (backup-buffer): Don't delete old backup,
+ since rename-file should do it.
+
+ * c-mode.el (electric-c-terminator): Recognize labels with _ or $.
+
+1989-08-15 Joseph Arceneaux (jla@spiff)
+
+ * replace.el (occur): Optionally search whole buffer, controlled
+ by new variable occur-whole-buffer.
+
+1989-08-15 Roland McGrath (roland@apple-gunkies.ai.mit.edu)
+
+ * add-log.el (prompt-for-change-log-name): New macro to prompt for
+ a change log file name.
+ (add-change-log-entry): Use it.
+ (add-change-log-entry-other-window): Take an arg, the file name of
+ the change log. If interactive: if given a prefix arg, prompt for
+ the file name; if use default-directory.
+
+1989-08-14 Richard Stallman (rms@hobbes.ai.mit.edu)
+
+ * man.el (nuke-nroff-bs): Assume footers are what precede headers.
+ Delete fixed number of lines around each header, so that significant
+ blank lines next to these are preserved.
+
+1989-08-13 Richard Stallman (rms@hobbes.ai.mit.edu)
+
+ * c-mode.el (indent-c-exp): Remove indentation from blank lines.
+ When trying to move up to init contain-stack, don't go past
+ start of function. If no containing open is found thus,
+ set opoint to prev. function-start, so calculate-c-indent wins.
+
+1989-08-12 Richard Stallman (rms@hobbes.ai.mit.edu)
+
+ * rmailsum.el (rmail-new-summary): Use other-window-scroll-buffer
+ to make scroll commands do the right thing. Make it local.
+
+1989-08-11 Richard Stallman (rms@hobbes.ai.mit.edu)
+
+ * telnet.el (telnet-filter): Don't move point if was not@end.
+ Eliminate ^M entirely.
+
+ * tex-mode.el (tex-mode-syntax-table): Give \ the syntax code /.
+
+1989-08-06 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * sendmail.el (mail-text): New command, on C-c C-t.
+
+1989-08-05 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rnewspost.el (news-setup): ACTIONS arg to mail-setup was missing.
+
+1989-08-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * hideif.el (hif-factor): Typo in error message.
+
+1989-08-03 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * sort.el, loaddefs.el: Doc fixed.
+
+1989-08-02 Richard Stallman (rms@mole)
+
+ * cl.el (floor): Fix bug in last cond clause, (floor -10 2).
+
+ * backquote.el (`): Upgrade doc string.
+
+1989-07-31 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail): If existing buffer is empty, treat it as new.
+
+ * abbrev.el (expand-region-abbrevs): Mention abbrev when querying.
+ Test for abbrev definition without modifying buffer.
+ No need to compare start with end, since (interactive "r") does it.
+ Arrange for prefix arg as NOQUERY arg.
+ (add-abbrev): Prompt differently if undefining an abbrev.
+ (write-abbrev-file): Better default file name.
+ (read-abbrev-file, quietly-read-abbrev-file): Make FILE arg optional.
+
+1989-07-25 Joseph Arceneaux (jla@spiff)
+
+ * files.el (write-file): If no file is associated with the current
+ buffer, prompt with the buffer name.
+
+1989-07-20 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * info.el (Info-follow-reference): Handle newline and indentation
+ immediately after *note.
+
+1989-07-19 Joseph Arceneaux (jla@spiff)
+
+ * keypad.el: Removed unused symbols, changed commentary.
+ * term/x-win.el: Added mapping from emacs key symbols to strings
+ used by X.
+ (x-keypad-setup): Provide use of the function and keypad keys,
+ using the standard keyboard files of /term/*
+ * term/news.el: New file for the Sony keyboard. This now works
+ with both keypad.el and x-win.el. The other terminal files are
+ obsolete.
+
+1989-07-14 Joseph Arceneaux (jla@spiff)
+
+ * gdb.el (gdb): Use "interactive f" instead of "F".
+
+1989-07-13 Joseph Arceneaux (jla@spiff)
+
+ * outline.el (outline-flag-region): Don't pass optional last arg
+ `t' to subst-char-in-region.
+
+1989-07-12 Joseph Arceneaux (jla@spiff)
+
+ * lisp.el (insert-parentheses) Changed conditions for pre- and
+ post- insertion of blanks.
+
+ * bytecomp.el (byte-compile-file): If current buffer is in
+ emacs-lisp mode, prompt with buffer's file name as default.
+
+1989-07-07 Joseph Arceneaux (jla@spiff)
+
+ * files.el (basic-save-buffer) When querying for a final newline,
+ use y-or-n-p instead of yes-or-no-p.
+
+1989-07-06 Joseph Arceneaux (jla@galapas.ai.mit.edu)
+
+ * files.el: (find-alternate-file): Use new function
+ new-read-file-name. This name is temporary. Also don't
+ substitute `~' for homedir; new-read-file-name does this.
+
+1989-07-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * mailalias.el (build-mail-aliases): Accept `group' as synonym.
+
+ * nroff-mode.el (electric-nroff-mode): Arg now optional.
+
+ * man.el (insert-man-file): Handle HP's directories with .Z in
+ their names.
+
+1989-06-27 Joseph Arceneaux (jla@mole.ai.mit.edu)
+
+ * term/x-win.el (x-new-window) New function.
+
+1989-06-25 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * ledit.el (ledit-zap-file, etc.): Use user-login-name.
+ * medit.el (medit-zap-file): Likewise.
+
+ * subr.el (user-original-login-name): New function.
+ * rmail.el (rmail, rmail-insert-inbox-text): Use that.
+ * mail-utils.el (rmail-dont-reply-to): Use that.
+
+1989-06-24 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * compile.el: Doc fix.
+
+1989-06-23 Joseph Arceneaux (jla@all-bran.ai.mit.edu)
+
+ * term/x-win.el (x-pop-up-window) Run hook x-pop-up-window-hook.
+ (x-color-screen-p) New macro; used to be C function.
+
+1989-06-22 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * time.el (add-clock-handler): Call specified function each minute.
+ * loaddefs.el: Autoload it.
+
+ * subr.el: Doc fix.
+
+1989-06-22 Joseph Arceneaux (jla@gracilis.ai.mit.edu)
+
+ * rmail.el: Fixed missing declares of rmail-inbox-list and
+ rmail-keywords.
+ * sendmail.el: Fixed missing declares of mail-reply-buffer and
+ mail-send-actions.
+
+1989-06-21 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * sendmail.el (mail-recover): New command.
+
+1989-06-20 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * sendmail.el (mail-signature): Delete excess blank lines;
+ put one blank line and one line of `--' before signature.
+
+ * sort.el (sort-subr): Make sure markers@end of text
+ stay at the end.
+ (calls to sort-subr): Put save-excursion around save-restriction.
+ Now all these commands preserve region around sorted text.
+
+1989-06-19 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rnewspost.el (news-reply-yank-original): Break out insertion
+ of header line into a hook, news-reply-header-hook.
+ Recommended by Barry Warsaw.
+
+1989-06-19 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
+
+ * files.el (find-alternate-file): Check that file <buffer name> is
+ non nil.
+
+1989-06-18 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * sendmail.el (mail-mode): Make mail-signature-inserted local.
+ (mail-setup): Set it to nil.
+ (mail-signature): Set it to t.
+ (mail-mode-map): Don't put that on a key.
+ (mail-send): Call mail-signature if .signature exists and not
+ already done.
+
+ * texinfmt.el (texinfo-format-node):
+ Add properly to texinfo-node-names.
+
+1989-06-16 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * texinfmt.el: Doc fix.
+
+1989-06-15 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * c-mode.el (electric-c-terminator, c-indent-line):
+ (calculate-c-indent, indent-c-exp): Recognize `case' more generally.
+
+ * c-mode.el (c-indent-command): With arg, find a sexp split over lines.
+
+ * c-mode.el (indent-c-exp): Typo in local name innerloop-done.
+ Declare last-depth.
+ Use OPOINT by default as arg to calculate-c-indent.
+ * lisp-mode.el (indent-sexp): Likewise.
+
+ * dired.el (dired-readin): Detect non-existent directories.
+
+1989-06-08 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
+
+ * term/x-win.el
+ (new-screen): Added this function, which is the default
+ auto-screen function. It uses new variables new-screen-x-delta
+ and new-screen-y-delta.
+ (next-multiscreen-window, previous-multiscreen-window):
+ These new functions step through all windows, jumping screens when
+ they need to.x
+
+1989-06-08 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * spell.el (spell-region): Downcase misspelled word.
+
+1989-06-06 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * chistory.el (list-command-history): Go to history buffer
+ before examining its text.
+
+ * subr.el (suppress-keymap): Store using define-key
+ so that sparse keymaps work.
+
+1989-06-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * time.el (display-time-filter): Preserve the match data.
+
+1989-06-02 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail-convert-to-babyl-format): Generalize time zone fmt.
+ (rmail-nuke-pinhead-header): Likewise.
+
+ * cmacexp.el (c-macro-expand): Terminate string or comment after
+ last macro in the file.
+
+ * bib-mode.el: New file.
+
+ * sendmail.el (mail-mode-syntax-table): Seperate syntax table
+ for mail mode. Makes % a separator.
+
+1989-05-31 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * cmacexp.el (c-macro-expand): Handle \-continuation of macros.
+
+ * fill.el (fill-region-as-paragraph): Don't leave space@end of line.
+
+1989-05-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * replace.el (perform-replace): Fix typo.
+
+ * shell.el (make-shell): Don't call shell-mode if already in that mode.
+
+ * compile.el (next-error): Widen if necessary.
+
+1989-05-27 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * hexl.el: New file.
+
+1989-05-25 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * c-mode.el (c-indent-region): Make marker before indenting first line.
+ (indent-c-exp): Find preceding open paren or open brace to initialize
+ contain-stack, if have endpos.
+ Don't treat next-depth = 0 as special if have endpos.
+ Don't use next-depth as exit criterion if have endpos.
+
+1989-05-24 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * simple.el (do-auto-fill): Keep splitting until short line or give up.
+
+1989-05-23 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
+
+ * rmailsum.el: Added C-d (rmail-summarey-delete-backward) to
+ rmail-summary-mode-map.
+
+1989-05-22 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * dired.el (dired-chown): Put file name in a variable.
+
+1989-05-21 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * compile.el (compile-command): Add SPC@end of value.
+
+ * simple.el (shell-command): If COMMAND ends in &, do it asynch.
+
+ * apropos.el (apropos-match-keys): Ignore atoms in an alist.
+ Ignore menu prompts in key bindings.
+
+ * cl.el (defsetf): Put quotes into expansion where needed.
+
+ * apropos.el (apropos): Call apropos-internal to get list of syms.
+
+ * cl.el (isqrt): More accurate termination condition.
+ Fewer special cases needed.
+
+ * sendmail.el (mail-send): Ignore errors in mail-send-actions.
+
+1989-05-20 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * simple.el (insert-buffer): Default to (other-buffer).
+
+1989-05-18 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * isearch.el (isearch): Bug in previous change: was assuming regexp.
+
+1989-05-17 Kyle Jones (kjones@talos.uucp)
+
+ * saveconf.el: Changed copying permissions and warranty
+ disclaimer to those of the GNU General Public License
+
+ * saveconf.el: Added usage instructions at the top of file.
+
+ * saveconf.el (recover-context): Returns t if recover succeeds.
+
+1989-05-17 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail-nuke-pinhead-header): Accept space before
+ numeric time zone in From line.
+
+ * sendmail.el (mail): Use multiple mail buffers. Reuse an
+ unmodified one or make a new one. With arg, find a modified one.
+ If have auto-save file, suggest M-x recover.
+
+ * rmailout.el (rmail-output-to-rmail-file): Adjust narrowing@call to
+ rmail-count-new-messages, for changes therein.
+
+1989-05-16 Chris Hanson (cph@kleph)
+
+ * scheme.el: change syntax table entries to use new "p" bit.
+
+1989-05-15 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
+
+ * tags.el (next-file): fixed typo: " *next-file*" --> "*next-file*"
+
+1989-05-14 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (set-visited-file-name): Don't rename autosave file.
+ This avoids losing it when you do C-x C-w.
+
+1989-05-13 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * chistory.el (command-history-map): Share with shared-lisp-mode-map.
+
+1989-05-12 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * debug.el (debug): Use search to find extraneous part of backtrace.
+ Works even interpreted.
+ (debug-convert-byte-code): New function:
+ convert byte-code object to a lambda-exp.
+ (debug-on-entry, debugger-reenable): Call that function.
+
+ * rmail.el (rmail-set-message-counters-counter): Change in search
+ caused pointers to wrong place in message.
+
+ * c-mode.el (c-indent-region): Pass marker to indent-c-exp.
+ * lisp-mode.el (lisp-indent-region): Likewise.
+
+1989-05-12 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
+
+ * term/x-win.el (x-set-display-name): Now works; correctly gets
+ display name and removes those options from `command-line-args-left'.
+ Renamed some of the options to be consistent with standard X
+ applications.
+ Added "-iconic" option for iconic startup; created variable
+ `x-iconic-startup' and function `x-set-iconic-startup'
+ (x-pop-up-window): initialize x-display-name first, then call
+ x-open-connection.
+
+1989-05-11 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * loaddefs.el (completion-ignored-extensions): Add .sbin.
+
+ * c-mode.el (c-fill-paragraph): Recognize first line of comment.
+ Move to second line to get fill prefix.
+ On one-line comment, pick reasonable prefix.
+ Don't strand comment ender on separate line.
+
+1989-05-10 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
+
+ * term/x-win.el (x-handle-numeric-switch) Just like
+ x-handle-switch, but converts argument to int (e.g., "-b 4").
+
+1989-05-10 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * man.el (manual-entry): Make buffer read only.
+
+1989-05-08 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * startup.el (command-line-1): Split paragraph in startup message.
+
+ * simple.el (append-next-kill): Print a message.
+
+ * startup.el (command-line-1): Except for first file, find in
+ other window.
+
+ * isearch.el (isearch): Don't move cursor for c-w, c-y in reverse.
+ Allow longer match@point in non-regexp reverse search as in regexp.
+
+ * startup.el (command-line): Give details on error in init file.
+
+ * fill.el (fill-region-as-paragraph): Insert NL before delete space.
+
+1989-05-08 Joseph Arceneaux (jla@rice-chex.ai.mit.edu)
+
+ * x-mouse.el (x-cut-text): sit-for 1 when warping mouse to mark.
+ Also removed code dupicated by mouse.el
+ (x-trace-mouse): debugging function which prints out mouse events
+ as they arrive.
+ (x-paste-text): Don't set point before inserting cut text; too
+ confusing and incompatible with xterm.
+
+ * mouse.el (mouse-scroll, mouse-del-char, mouse-kill-line,
+ narrow-window-to-region, mouse-window-to-region): Added these
+ new functions.
+
+1989-05-08 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * info.el (Info-find-node): Fix confusion testing file existence.
+
+ * files.el (basic-save-buffer): Mention file name in "save anyway".
+
+1989-05-08 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * lisp-mode.el (lisp-indent-line, lisp-comment-indent): Use \\s<
+ to recognize comment-start characters.
+ (indent-sexp): likewise.
+ * lisp.el (end-of-defun): likewise.
+
+1989-05-07 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * underline.el (ununderline-region): Handle pre- or -post underline.
+
+ * rmail.el (rmail-search): Fix failure message.
+
+ * paths.el (Info-directory-list): Replaces Info-directory.
+ * info.el (Info-find-node): Search that directory list.
+
+ * c-mode.el (electric-c-sharp-sign): Auto-align #@column 0.
+
+ * rmail.el (rmail-parse-file-inboxes, rmail-get-new-mail):
+ Require newline before ^_ when searching. More reliable.
+ (rmail-count-new-messages, rmail-set-message-counters): Likewise.
+ (rmail-set-message-counters-counter): Likewise.
+ * rmailout.el (rmail-output-to-rmail-file): Likewise.
+
+ * info.el (info-follow-reference): Provide default: ref point is in.
+
+ * page.el (what-page): Reckon from beginning of line.
+
+ * blackbox.el: Doc fix.
+ (bb-done): Improve messages.
+
+ * replace.el (perform-replace): Keep stack of previous pos for ^.
+
+ * info.el: Doc fix.
+
+ * simple.el: Doc fix.
+
+1989-05-05 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * view.el (view-mode): Save and set major-mode like mode-name.
+ (view-exit): Restore it.
+ (view-helpful-message): Update for new exit command.
+
+ * tags.el (tags-loop-continue): Just set-buffer if not permanent.
+
+ * tags.el (visit-tags-table-buffer): Clean up if file invalid.
+
+ * apropos.el: New file. Apropos now defined here.
+ * loaddefs.el: Autoload it.
+
+ * help.el: Doc fix.
+
+ * sort.el: Doc fix.
+
+ * bytecomp.el (byte-compile-lambda): Return a byte-code object.
+ (byte-compile-file-form): Return an fset form which constructs
+ such a byte-code object and installs it.
+ (byte-compile-defun, byte-compile-macro): Likewise.
+ (byte-compile-function-form): Translate to a make-byte-code form.
+ (byte-compile-file): Find and fix doc strings in fset forms.
+
+ * loaddefs.el (completion-ignored-extensions): Add .fmt.
+
+1989-05-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * blackbox.el (bb-init-board): Use (random 8) to get # in [0,7].
+ * dissociate.el: Likewise.
+ * fill.el (justify-current-line): Likewise.
+ * flame.el (define-element, psychoanalize-flamer): Likewise.
+ * yow.el (yow): Likewise.
+ * doctor.el: Use (random N), not (random-range N).
+ (random-range): Function deleted.
+
+ * simple.el (auto-fill-mode): Arg now optional.
+
+1989-05-01 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * cl.el (cl-member): New name for Common Lisp `member'.
+
+1989-04-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * cmacexp.el (c-macro-expand): Use a second temp file for the region.
+
+ * tags.el (tags-loop-continue): Widen the buffers.
+
+1989-04-29 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * cl.el (defsetf): Take effect@run time, not expansion time.
+
+ * bytecomp.el (byte-compile-file-form): Expand top level macros.
+ Look inside of progn.
+
+1989-04-27 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * replace.el (map-query-replace-regexp): New function.
+
+ * replace.el (perform-replace): Allow list of strings to replace
+ with; they are used in rotation. Optional arg repeat-count is
+ number of times to use each string before rotating.
+
+1989-04-26 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * sendmail.el (mail-yank-original): Handle new var mail-yank-prefix.
+
+1989-04-25 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail-output-to-rmail-file): If output buffer is not in
+ rmail mode, insert@end of it.
+
+ * rmail.el (rmail-set-attribute): search-forward's value is no longer
+ t or nil; now may be a number.
+
+1989-04-24 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail): Put existing buffer into rmail-mode if necessary.
+
+1989-04-20 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * x-mouse.el: Delete mouse-event-hook; now in keyboard.c.
+
+ * term/x-win.el (x-switch-definitions, command-switch-alist): Add -bd.
+ (x-set-*): New commands.
+
+ * startup.el (command-line-1, normal-top-level): Call hooks with
+ run-hooks.
+ * sun-mouse.el: likewise.
+
+ * mim-mode.el: rename indent-mim-hook to indent-mim-function.
+ * scheme.el: likewise scheme-indent-hook.
+
+ * lisp-mode.el, cl.el, cl-indent.el, loaddefs.el, sun-mouse.el:
+ *lisp-indent-hook renamed to *lisp-indent-function.
+
+ * kermit.el (shell-send-input-cr): use run-hooks.
+ * shell.el (shell-send-input): run-hooks wants quoted arg.
+
+ * simple.el, mlsupport.el, loaddefs.el, c-fill.el, doctor.el:
+ blink-paren-hook and auto-fill-hook renamed to -function.
+
+ * files.el (diff-switches-function): diff-switches-hook renamed.
+
+ * compile.el (compile-reinitialize-errors): use run-hooks.
+
+ * rmail.el (rmail-convert-to-babyl-format): error if unrecognized text.
+
+1989-04-19 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * replace.el (occur-mode-goto-occurrence): Insure arg to
+ count-lines is@start of line.
+
+ * replace.el (occur): Removed an extraneous save-excursion.
+
+ * replace.el (perform-replace): make ! undo as a unit.
+
+1989-04-17 Chris Smith (csmith@mozart)
+
+ * icon-mode.el (icon-comment-indent): When auto-fill breaks a
+ line in a bol comment, start the continued line in column 1
+ not column 2.
+
+ * icon-mode.el (icon-backward-to-noncomment): use parse-partial-sexp
+ so as not to be fooled by # in strings.
+
+ * icon-mode.el (icon-is-continuation-line): distinguish between
+ tokens that end a statement but cause the following statement to
+ be indented and tokens that cause the following line to be a
+ continuation of the same statement.
+
+1989-04-12 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail-message-labels-p): put save-excursion outside.
+
+ * picture.el (picture-tab): Dumb errors in prefix-arg case.
+
+ * tags.el (tags-loop-continue): No message if slow terminal.
+
+ * c-mode.el (c-fill-paragraph): Don't fill a comment together with
+ anything following it.
+
+1989-04-11 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * lpr.el (print-region-1): For tab-conversion case, insert specd range.
+
+1989-04-07 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * compile.el (compilation-mode): Doc fix.
+
+ * loaddefs.el: Autoload ftp-list-directory.
+
+1989-04-06 Edward M. Reingold (reingold@cs.uiuc.edu)
+
+ * Hook added to list-diary-entries, along with a possible
+ value for that hook which prepares a fancy diary buffer
+ for display.
+
+ * Holidays integrated into the diary: in the ordinary diary
+ buffer the holidays are given in the mode line. In the
+ fancy diary buffer the holidays are given in the heading
+ for each date.
+
+ * Added a new command to tell the holidays on a specific date,
+ parallel to the way diary entries are given for a specific
+ date. This new command became `h' and the old `h' became
+ `a' to show all the holidays in a three-month period.
+
+1989-04-06 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * dired.el (dired-flag-backup-files, dired-flag-auto-save-files):
+ With prefix arg, unflag the appropriate class of files.
+
+ * info.el (Info-tag-table-marker): `read' now stops@end of line,
+ so advance to next line.
+
+ * info.el (Info-follow-nearest-node):@last line of text,
+ move to next node.
+
+ * rmail.el (rmail-message-labels-p): Widen.
+
+ * term/iris-ansi.el: New file.
+ * r2bibtex.el: New file.
+
+ * files.el (rename-uniquely): New command.
+
+ * bytecomp.el (byte-recompile-directory): Update mode lines
+ after save-some-buffers.
+
+ * buff-menu.el (Buffer-menu-visit-tags-table): New fn.
+ (Buffer-menu-mode-map): `t' runs that.
+
+ * rmail.el (rmail-delete-forward): If no nondeleted msg fwd, go bkwd.
+
+ * rmail.el (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header):
+ Accept spaces@end of Unix-style From line.
+
+ * view.el (view-mode): Don't use a recursive edit; instead,
+ save old mode info in local variables.
+ Now two args: buffer to go back to, and fn to apply to viewed
+ buffer when exiting.
+ (view-exit): Restore old mode from those local variables.
+ Apply specified fn to buffer that was viewed.
+ This is on C-c and q.
+ (view-command-loop): Deleted.
+ (view-window-size): Now applies to selected window.
+
+ * startup.el (normal-top-level): Use PWD envvar to set default dir.
+
+ * rmail.el (rmail-convert-to-babyl-format):
+ Bind case-fold-search to t for mmdf case.
+
+1989-04-03 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * modula2.el: Turn m2-newline back on.
+ (various templates): Put relevant variable name in final comment.
+
+1989-04-02 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * paths.el (rmail-spool-directory): Treat silicon-graphics-unix
+ like usg.
+
+1989-03-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el: doc fix.
+
+ * autoinsert.el (insert-auto-insert-files): Mark bfr unmodified
+ if has just the autoinsert file.
+
+ * sendmail.el: doc fix.
+
+1989-03-29 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail-insert-inbox-text): Don't insert newline if
+ inserted an empty file.
+
+ * startup.el: doc fix.
+
+1989-03-29 Edward M. Reingold (reingold@cs.uiuc.edu)
+
+ * calendar.el: Change shift-three-month functions so the name
+ includes the word ``calendar''.
+
+ * calendar.el (list-diary-entries): Delete extraneous command
+ to indicate buffer is not modified.
+
+1989-03-15 Jeff Peck (rms@mole.ai.mit.edu)
+
+ * term/sun.el (sunview-terminal): New default keybindings
+ Check for (getenv "IN_EMACSTOOL") to automatically do emacstool-init.
+
+1989-02-24 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
+
+ * terminal.el (terminal-emulator): Move help message after call-hooks
+ so that correct escape character is mentioned.
+
+1989-02-23 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * Version 18.53 released(?)
+
+ * telnet.el: New vars telnet-initial-count and telnet-maximum-count.
+ These replace constants in the code.
+ (telnet, telnet-initial-filter): Use those vars.
+ (telnet-filter): Use subst-char-in-region to change CR to Space.
+ Advance point if insert@end of bfr.
+
+1989-02-21 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * flame.el: Fix spelling errors.
+
+ * compile.el (compile-reinitialize-errors): New subroutine
+ broken out from next-error.
+ (compile-goto-error): New command, uses that and next-error.
+ (compilation-mode): New command; sets major mode.
+ (compile-internal): Use that function.
+ (compilation-mode-map): New variable; define C-c C-c.
+
+1989-02-20 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * lisp-mode.el (indent-sexp): Optional arg says where to stop
+ indenting; if spec', don't stop@end of first sexp.
+ (lisp-indent-region): New fn: use that to do Lisp-style indent-region.
+ (lisp-mode-variables): Set up indent-region-function as that.
+
+ * c-mode.el (indent-c-exp, c-indent-region, c-mode): Similar changes.
+
+1989-02-19 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
+
+ * files.el (set-visited-file-name): Always rename the buffer;
+ make name unique with <NNN> as find-file does.
+
+ * compile.el (next-error): Prefix arg now says how many errors to move.
+ When parsing more errors incrementally, append to previous list.
+ (compile): Handle new option `compile-window-height'.
+
+1989-02-18 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * dbx.el (dbx-mode-map): Change C-c w to C-c C-w.
+
+ * misc.el: New file.
+
+1989-02-17 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmailout.el (rmail-output*): Handle prefix arg and output
+ consecutive nondeleted messages.
+
+ * rmail.el (rmail-next-undeleted-message): Error if hit eob.
+
+ * dbx.el (run-dbx): Do expand-file-name.
+
+ * paths.el (manual-formatted-dirlist): More alternatives in sysV case.
+
+1989-02-15 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * dbx.el (run-dbx): Set dbx-process.
+ (dbx-stop-at): Use that to decide where to send the string.
+
+1989-02-13 Marc Shapiro (shapiro@sor.inria.fr)
+
+ * bibtex.el (bibtex-clean-entry, bibtex-empty-field, bibtex-find-text,
+ bibtex-kill-optional-field, bibtex-next-field, bibtex-pop-next,
+ bibtex-pop-previous, bibtex-cfield, bibtex-enclosing-field,
+ bibtex-enclosing-reference, bibtex-enclosing-regexp, bibtex-flash-entry
+ bibtex-flash-head, bibtex-inside-field, bibtex-make-optional-entry,
+ bibtex-remove-OPT): New functions.
+ (bibtex-find-it, bibtex-make-OPT-entry, bibtex-next-position): Deleted
+ (kill-current-line): Deleted.
+ (bibtex-mode-map): C-c keys to make entries moved to C-c C-e.
+ (general): Use regexps instead of simple-minded cursor motion.
+ New keys include C-c C-p, C-c C-n, C-c C-k, C-c C-d, C-c C-c, TAB, LF.
+
+1989-02-13 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * subr.el (suppress-keymap): Undefine chars iff self-inserting,
+ not based on numeric range.
+
+ * rmail.el (rmail-reply): Don't call rmail-retry-failure.
+ (rmail-mode-map): Put that cmd on C-M-m.
+
+1989-02-11 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * debug.el (debug-on-entry): Special err msg for functions we
+ can't handle.
+
+1989-02-10 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (list-directory-brief-switches): Value was garbled
+ when VMS changes were installed.
+
+1989-02-09 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * loaddefs.el (calendar, diary, holidays): Autoload from calendar.el.
+
+1989-02-08 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * loaddefs.el (ctl-x-4-map): Fully define it here, as sparse keymap.
+ * files.el: not here.
+
+ * lisp-mode.el (lisp-interaction-mode):
+ Use emacs-lisp-mode-syntax-table
+
+1989-02-07 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * c-style.el (set-c-style): Delete extra closeparen@end.
+
+ * tex-mode.el: Doc fixes.
+
+1989-02-05 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * uncompress.el (uncompress-backup-file): Uncompress original file
+ when it's time to make it unto a backup.
+
+1989-02-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el: Make certain variables permenant if they are local.
+ * ftp.el: Likewise.
+
+ * dired.el (dired-rename-file): If file is visited, offer
+ to change visited file name.
+
+ * tags.el (find-tag, find-tag-other-window, find-tag-regexp):
+ Bugs in interactive arg reading.
+
+ * dired.el (dired-do-deletion): If list is small enough,
+ display in half the screen.
+
+ * files.el (basic-save-buffer): Check writability and make backup file
+ only after trying the hooks.
+
+ * ftp.el (ftp-write-file): do save-excursion.
+ (ftp-write-file-hook): Clear modified-flag here.
+ (ftp-setup-write-file-hooks): Clear read-only flag here.
+ (ftp-sentinal): If input, clear modified flag.
+ Don't bind buffer-read-only across (kill-buffer (current-buffer)).
+
+ * texinfmt.el (texinfo-format-sp): New fn; handle @sp.
+ (texinfo-format-noop): Handle @titlefont with this.
+
+1989-02-03 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (revert-buffer): New hook that replaces just the
+ erase-buffer and the insert-file-contents.
+
+1989-01-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * term/x-win.el (initialization): Go through x-switches list.
+ Don't set window-system-version; C code now does this.
+
+1989-01-29 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * undigest.el (undigestify-message): Allow submessage to have no
+ `to', just a `from'.
+
+1989-01-28 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail-reply): Search from msg-beg for rejection indicator
+
+1989-01-26 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * replace.el (occur-mode-goto-occurrence): error msg fix.
+
+ * tex-mode.el (tex-mode-syntax-table): Initialize all elts afresh.
+ (tex-common-initialization): Make local var compare-windows-whitespace.
+ Make %-lines separate paragraphs.
+ (latex-mode): No more need to override paragraphs.
+ (tex-categorize-whitespace): New fn helps compare-windows.
+ (tex-insert-quote): Use \\s when categorizing prev. char.
+
+ * compare-w.el: provide 'compare-w.
+ (compare-windows): Don't set success for just whitespace.
+ Remember start-point in both buffers, and pass as arg to
+ the whitespace-function.
+ If whitespace regexp, back over all whitespace;
+ but don't back up if@end of buffer.
+ Set point for real after each bunch of matches, in case C-g.
+
+1989-01-25 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * paragraph.el (forward-paragraph): Check for end-of-buffer
+ in forward-loop within backward-loop.
+
+ * window.el (split-window-vertically): Set window-start and maybe
+ window-point, to avoid scrolling.
+
+1989-01-24 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * window.el (balance-windows): New command.
+
+ * subr.el (walk-windows): New function.
+
+1989-01-20 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * sort.el: doc fix.
+
+ * server.el (server-buffer-clients): Now a permanent local.
+
+ * dabbrev.el (dabbrev-expand): case-adapt only if expansion is l.c.
+ (dabbrev-search): downcase the result if found@beg of sentence
+ and only initial is upper case.
+
+1989-01-19 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (after-find-file): change calling sequence to sit-for.
+
+ * bytecomp.el (byte-compile-defun,-defmacro):
+ Compile `defun' and `defmacro' within functions.
+
+1989-01-18 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * tex-mode.el: Many changes. TeX changed to tex in all symbols.
+ (tex-open-quote, tex-close-quote): New vars for tex-insert-quote.
+ (tex-insert-quote): Those vars say what to insert.
+ Inserting `"' is done by simply calling self-insert-command.
+ (tex-last-buffer-texed, tex-print-file): New vars.
+ (tex-region): Don't output line before start of header.
+ Set those two variables.
+ (tex-mode-map): C-c C-e and C-c C-f changed.
+ (tex-common-initialization): comment-start-skip changed.
+ (tex-validate-region): Fn renamed, and now leaves point@the error.
+ (tex-terminate-paragraph): must save-excursion.
+ (tex-start-shell):@end, sleep a little if I/O buffer is empty.
+ (tex-file): New fn; save buffers and run TeX on visit file.
+ (tex-print): Print buffer's most recent output, whether from tex-file
+ or tex-region. Use shell-command to do the printing.
+ (tex-append-dvi): New subroutine.
+
+ * compare-w.el (compare-windows): Prefix arg means ignore
+ whitespace changes.
+
+ * bytecomp.el (byte-compile-form, byte-compile-find-vars-1):
+ Handle forms containing explicit lambda-functions.
+
+1989-01-17 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * texinfmt.el: Define @s (small caps) like @var.
+
+1989-01-15 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * shell.el (inferior-lisp-mode-map): Copy shared-lisp-mode-map,
+ inherit from shell-mode-map.
+
+ * files.el (find-alternate-file): Don't drop a necessary `/'.
+
+1989-01-14 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * startup.el (normal-top-level): Abbrev default directory
+ as in find-file-noselect.
+
+ * lisp-mode.el (lisp-mode-variables): set parse-sexp-ignore-comments.
+
+1989-01-13 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (find-alternate-file): Don't change prefix to `~'
+ unless a slash follows.
+
+ * lisp.el (insert-parentheses): skip leading spaces if arg,
+ maybe insert one if no arg.
+
+ * lisp-mode.el (shared-lisp-mode-map): New map contains shared keys.
+ (*-mode-map): All inherit from that map.
+
+ * text-mode.el (indented-text-mode-map): Inherit text-mode-map.
+ * rmailedit.el (rmail-edit-map): Likewise.
+ * outline.el (outline-mode-map): Likewise.
+
+ * c-mode.el (c-fill-paragraph): New cmd, on M-q in C mode.
+ If in a comment, fill with comment delimiters/decoration.
+ (calculate-c-indent-within-comment): New arg after-star
+
+ * field.el: New file.
+
+1989-01-11 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * shell.el (shell-send-input): Use run-hooks on
+ shell-set-directory-error-hook.
+
+ * subr.el (eval-after-load, eval-next-after-load):
+ New fns to put entries on after-load-alist.
+
+ * c-mode.el (c-backward-to-start-of-if): Stop looping@buffer beg.
+
+1989-01-09 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * simple.el (zap-to-char): Error if char not found.
+ Killed region now includes the matching char.
+
+1989-01-07 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * options.el: doc fix.
+
+ * mouse.el (mouse-delete-window): Delete window pointed at.
+
+ * simple.el (backward-delete-char-untabify): In overwrite mode,
+ back over columns clearing them out.
+
+ * dired.el (dired-get-filename): filename ends before ` ->', not after.
+
+1989-01-06 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail-retry-failure): Lv cursor on To: line.
+
+ * compile.el (compile-internal): Delete typo `<'.
+
+ * tags.el (file-of-tag): Just search backwards.
+ (tag-table-files): Don't worry about char counts. Just search.
+
+ * tags.el (next-file): Change NOWARN to NOVISIT:
+ t =>get the file in a reusable temp buffer.
+ (tags-loop-continue): Use NOVISIT while scanning.
+ Use separate form tags-loop-scan to scan for interesting files.
+ If we find one, visit the file for real if nec.
+ then use tags-loop-operate to make changes.
+ (tags-search, tags-query-replace): Use new interface.
+
+ * files.el (find-file-noselect): Do directory abbrevs first thing
+ so both dir name and file name show the abbreviations.
+
+ * tags.el (find-tag): Fix bug in last changes.
+
+ * debug.el (cancel-debug-on-entry): Use empty string for "cancel all".
+ (debug-on-entry-1): Clean err msg for built-in function.
+
+ * session.el: New file. Load ~/.emacs-session.
+ Related code moved here from startup.el.
+ * session.el (save-session): New fn. has meat of kill-emacs-hook.
+ Call expand-file-name to expand `~'.
+ Save the value of point, as well.
+
+ * subr.el: Set run-hooks variable.
+
+ * tex-mode.el (LaTeX-mode): %@line start separates paragraphs.
+
+ * files.el (basic-save-buffer): Don't write over directories
+ if file-precious-flag is set.
+
+1989-01-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * sendmail.el (sendmail-send-it): Always pass -f option to sendmail.
+
+ * tags.el (find-tag): In regexp case, consider only matches that
+ don't go past the DEL char.
+
+1989-01-03 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * loaddefs.el (auto-mode-alist): Add `.oak'.
+
+1989-01-02 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (diff): New command to compare file with its backup.
+ (file-newest-backup): Return newest backup for given filename.
+
+ * debug.el (debug-on-entry-1): Handle macros here.
+ ({cancel-,}debug-on-entry): instead of here.
+ But here maintain a list debug-function-list of functions set for
+ debug on entry. nil or empty arg to cancel-... means cancel all.
+ (debugger-list-functions): New command, on `l'.
+ (debugger-jump): Continue to exit of this frame
+ after turning off all debug-on-entries.
+ (debugger-reenable): Turn back on all debug-on-entries that are
+ supposed to be on. Called from `debug' and other debugging fns.
+
+ * startup.el (kill-emacs-hook): If save-session-flag is set,
+ write a file ~/.emacs-session recording file and line number.
+ Put (load "~/.emacs-session" t t) (setq save-session-flag t)
+ in your .emacs to enable session saving.
+
+ * window.el (window-config-to-register, register-to-window-config):
+ New fns, on C-x 6 and C-x 7.
+
+ * vmsproc.el (subprocess-command-to-buffer): New function.
+
+ * dired.el (dired-readin): Handle VMS.
+ (dired-get-filename): handle VMS. Also move handling
+ of LOCALP and NOERROR arguments to the end.
+
+ * vms-patch.el (vms-read-directory): New function.
+
+ * loaddefs.el (auto-mode-alist): Add `.for' and `.ltx'.
+
+ * files.el (list-directory): Support for VMS.
+
+ * c-style.el: New file.
+
+ * vt200.el (keyboard-translate-table): Make a table,
+ and use it to interchange ESC and backquote.
+
+1989-01-01 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * gdb.el (gdb-mode-map): continue now C-c C-p.
+
+ * tags.el (find-tag-default): If not inside a tag, use previous
+ or next tag found on current line. Never go outside current line.
+
+ * sendmail.el (mail-mode-map): Make map inherit from text-mode-map.
+
+1988-12-31 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (find-alternate-file): Abbreviate homedir as `~'.
+
+ * files.el (find-file-noselect): perform abbreviations on the
+ directory name when setting the default--from directory-abbrev-alist.
+
+1988-12-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * tags.el (next-file): New arg means don't warn of readonly file, etc.
+ (tags-loop-continue): Don't warn and don't do local vars when scanning.
+ If scanning makes a new buffer, kill it and re-find the file "for real"
+ after exiting the scanning loop.
+
+ * files.el (hack-local-variables): Change `inhibit-local-variables'
+ to `enable-local-variables'. Now three alternative values:
+ nil (ignore them), t (use them) or otherwise (query).
+
+ * startup.el (command-line-1): Rearrange startup message.
+
+1988-12-29 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * compile.el (compilation-sentinel): Set OPOINT, OMAX in proper buffer.
+
+1988-12-28 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * lpr.el (print-region-1): Anything except `berkeley-unix',
+ treat like USG.
+
+ * picture.el (picture-tab): Use move-to-tab-stop.
+ * indent.el (move-to-tab-stop): Like tab-to-tab-stop but just move
+ point; don't change buffer unless nec. to get a spot to move to.
+
+ * indent.el (indent-region): If have fill-prefix, make each line
+ start with the prefix.
+
+ * awk-mode.el: New file.
+ * loaddefs.el: Add autoload and auto-mode-alist entry.
+
+1988-12-24 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * mail-utils.el (mail-strip-quoted-names): Handle nested comments.
+
+ * gdb.el (gdb-refresh): Call `recenter'. Take prefix arg and pass it.
+
+1988-12-23 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * dired.el (dired-get-filename): Handle spaces in filenames.
+
+1988-12-22 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * term/at386.el: Eric Raymond's changes to work with keypad.el.
+
+ * loaddefs.el (completion-ignored-extensions): add .a and .ln.
+
+ * shell.el (shell-set-directory): Convert // to one /,
+ so Emacs emulates Unix conventions.
+ (shell-unduplicate-slashes): New fn to convert a string that way.
+
+ * info.el (Info-edit-map): Make this inherit text-mode-map,
+ instead of copying that. TEST THIS LATER.
+
+ * dired.el (dired-readin): Add the `d' option, if wildcard pattern.
+
+ * gdb.el: Commands changed: M-c, M-u, M-d now use C-c prefix.
+ (gdb-maybe-delete-prompt, gdb-call):
+ Handle the fact that insertion is done with insert-before-markers.
+ Also delete multiple prompts if they arrive in succession.
+ Also work properly if buffer contains an unsent partial input line.
+ Value of gdb-delete-prompt-marker is now a list:
+ (BEG-OF-LINE-MARKER PROMPT-LENGTH PROMPT-STRING).
+
+1988-12-21 Chris Hanson (cph@kleph)
+
+ * telnet.el (telnet-filter): Don't insert ^M's into the buffer.
+ Don't force point to move to end of buffer;
+ `insert-before-markers' will move it if that is appropriate.
+
+ * netunam.el: New file supports hp-ux `RFA' feature.
+
+1988-12-20 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * backquote.el, loaddefs.el: doc fix.
+
+1988-12-18 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * keypad.el: Change from character numbers to named characters
+ in the function keymap.
+
+1988-12-16 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (find-file-noselect): Mention file name when asking
+ whether to read new version from disk.
+
+1988-12-14 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * mouse.el: New file; window-system-independent parts of mouse support.
+ * x-mouse.el: Parts moved to mouse.el. Require 'mouse.
+
+ * rmail.el (rmail-make-in-reply-to-field): Regexp had nested loops.
+
+ * term/x-win.el: Add missing arg to set-input-mode.
+
+1988-12-12 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * telnet.el (telnet-send-input): Save input in telnet-previous-input
+ (telnet-mode): Make that var buffer-local.
+ (telnet-copy-last-input): New fn to yank that var; now on C-c C-y.
+
+ * loaddefs.el (replace-string): Fix doc typo causing bug.
+
+1988-12-10 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * compile.el (compile-internal): Get old compile process just once.
+
+ * hideif.el, keypad.el, terminal.el:
+ Add new arg to calls to where-is-internal.
+
+ * x-mouse.el (mouse-binding-names): Set up this table.
+
+ * sort.el (sort-columns): On VMS, use sort-subr to do the work.
+
+ * rmail.el (rmail-insert-inbox-text): Vary name of .newmail file
+ based on name of inbox file.
+
+1988-12-07 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * shell.el (shell): Do M-x shell-mode only if new buffer.
+ Don't bother setting NAME; it's not used again.
+
+1988-12-06 Richard Mlynarik (mly@peduncle.ai.mit.edu)
+
+ * files.el (toggle-read-only): +ve prefix arg means to set read-only
+
+1988-12-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * debug.el (cancel-debug-on-entry): Fix typo in handling macros.
+
+ * spell.el (spell-region): Win if spell-filter is buffer-local.
+
+ * c-mode.el (electric-c-terminator): Don't use a marker
+ to handle auto-fill from newline. Do it as in electric-c-brace.
+ * keypad.el (function-key-sequence): Pass t as new arg.
+
+ * rmailout.el (rmail-output-to-rmail-file):
+ Temporarily undelete the message while it is being copied.
+
+ * texinfmt.el (texinfo-format-emph): Was failing to rescan result.
+
+1988-12-03 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail-reply): On a bounce notice, do rmail-retry-failure.
+ (rmail-retry-failure): Set up to re-edit and re-send original msg.
+
+1988-12-01 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * dbx.el (dbx-filter): Use insert-before-markers.
+ * gdb.el (gdb-filter): Likewise...
+ * kermit.el (kermit-clean-filter):
+ * mh-e.el (mh-process-demon):
+ * telnet.el (telnet-filter):
+ * terminal.el (te-filter):
+
+1988-11-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail-convert-to-babyl-format): Turn case-fold-search off
+ since `from' in l.c. can appear@beg of line within a
+ Unix-format message.
+
+ * files.el (set-auto-mode): Call the mode function outside
+ of the save-excursion, so mode hooks can move point.
+
+ * replace.el (occur-mode-goto-occurrence): Don't lose if not@col 0.
+
+1988-11-25 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * bytecomp.el (byte-compile-function-form):
+ For symbol as arg, return the symbol, not its function definition.
+
+1988-11-19 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * tags.el (tags-completion-alist): New local var of each tag table,
+ holding alist of all tags in it. Also a function to compute the alist.
+ (visit-tags-table-buffer): Make that var local.
+ (visit-tags-table): Compute the alist unless already done.
+ (find-tag-tag): Do completing read using the alist.
+
+1988-11-17 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * sendmail.el (mail-sent-via): New command, entered in mail-mode-map.
+
+ * files.el (find-alternate-file): Include old filename in
+ initial contents of minibuf.
+
+ * files.el (file-name-sans-versions):
+ Fuller knowledge of VMS version numbers.
+
+1988-11-15 Richard Mlynarik (mly@peduncle.ai.mit.edu)
+
+ * rmail.el (rmail-make-in-reply-to-field): I'm sick of seeing
+ illegal headers generated by rmail.
+ Note that this change undoes rms' change of 4-Jul-88" -- I'll
+ check to see why that change was made in the first place.
+
+ * rmail.el (rmail-forward): Set `forwarded' attribute only if mail
+ is sent.
+
+1988-11-15 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * startup.el (command-line): Don't set mode of *scratch* if .emacs did.
+ (command-line-1): Avoid binding load-path for -l switch.
+
+1988-11-13 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * time.el (display-time): Use pipes--don't waste a pty.
+ * ispell.el (start-ispell): Likewise.
+
+1988-10-21 Chris Hanson (cph@kleph)
+
+ * xscheme.el (xscheme-send-control-g-interrupt,
+ xscheme-send-interrupt): Don't use second argument to
+ `interrupt-process' or `quit-process'. These aren't needed and
+ they actually cause the wrong effect on Ultrix.
+
+1988-10-12 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * rmail.el (rmail): Don't process local-variables specs in RMAIL files.
+
+1988-10-10 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (list-directory): Handle non-ex dirs properly.
+ Use file-name-as-directory when appro.
+ Simplify testing for dir-name vs. file-pattern.
+
+ * rmail.el (rmail-set-attribute): Optional 3rd arg is message #.
+ * sendmail.el (mail, mail-other-window, mail-setup):
+ 7th arg is list of (FCN . ARGS) to perform when msg is sent.
+ * rmail.el (rmail-reply): Don't set `answered' now;
+ use new arg to mail-other-window to get that done later.
+
+1988-10-08 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * gomoku.el, resume.el: New files.
+
+ * server.el (server-visit-files): Run server-visit-hook.
+
+ * electric.el (shrink-window-if-larger-than-buffer):
+ Make proper buffer current when buffer-local let-vars are unwound.
+
+1988-10-07 Chris Hanson (cph@kleph)
+
+ * texinfmt.el (texinfo-format-defun-1): Don't upcase &-keywords in
+ @defun argument lists.
+
+1988-10-07 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * term/vt100.el (vt100-wide-mode): New function to toggle 132-col mode.
+
+ * replace.el (perform-replace): typos in doc string.
+
+1988-10-06 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (recover-file): Don't turn-off auto-save.
+
+ * time.el (display-time-filter): rmail-pop-up non-nil
+ says, if have new mail, pop up rmail window and read it in.
+
+1988-10-05 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * compile.el (compile-internal): Must do fundamental-mode *before*
+ make-local-variable.
+
+1988-10-04 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * files.el (backup-buffer): Chase symlinks and backup their target.
+
+1988-10-03 Richard Stallman (rms@corn-chex.ai.mit.edu)
+
+ * compile.el (compile-internal): New name for compile1.
+ Doc changes in many functions.
+
+1988-09-30 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * loaddefs.el: autoload mail-mode.
+
+1988-09-29 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * man.el (nuke-nroff-bs): Delete ESC 7, ESC 8, ESC 9.
+ (manual-entry): Put the arg into the buffer name.
+
+1988-09-28 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * term/s4.el: Fix typo in `select' key, undefine ESC 0 and ESC 9.
+
+ * mailalias.el (expand-mail-alias): New arg EXCLUDE is regex to delete.
+
+ * loaddefs.el (auto-mode-alist): nroff-mode for .me, .mm, .[1-9].
+
+ * compile.el (next-error): Support multiple compilation buffers.
+ (compile1): Likewise. New variable compilation-error-buffer.
+ Variable compilation-process eliminated.
+ compilation-error-buffer records which buffer next-error should use.
+ (compilation-sentinel): Use positive indices in current-time-string.
+
+1988-09-27 Chris Hanson (cph@kleph)
+
+ * dired.el (dired-chown): hp-ux puts the chown program in /bin,
+ not /etc.
+
+1988-09-27 Richard Stallman (rms@corn-chex.ai.mit.edu)
+
+ * files.el (delete-auto-save-file-if-necessary): New arg FORCE.
+ Delete only if file is recent or if FORCE.
+ (basic-save-buffer): Pass t for FORCE if auto save file was recent.
+ (rename-auto-save-file): Don't rename file if not recent.
+
+ * sendmail.el (mail-send): Query if buffer unmodified (already sent).
+
+1988-09-26 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * prolog.el (run-prolog): Use new var prolog-program-name.
+
+ * compile.el (compile1): Don't call save-some-buffers.
+ (compile, grep): Call it here.
+
+ * compile.el (compile1): Two new args PARSER and REGEXP
+ control local bindings for compilation-parse-errors-hook
+ and compilation-error-regexp.
+ (next-error): Call compilation-parse-errors-hook to parse errors.
+ Save the entire list in compilation-old-error-list.
+ Don't clear markers when used; put them in compilation-last-error.
+ (compilation-forget-errors): Clear all the markers that were made.
+
+1988-09-25 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * text-mode.el (change-log-mode): New function.
+ * loaddefs.el: Use that for ChangeLog files.
+ * add-log.el (add-change-log-entry): Don't set major or minor modes.
+
+ * tags.el (select-tags-table): New; offers menu for of tags tables.
+ (visit-tags-table): Add each tags table to tags-table-file-list.
+
+ * tags.el (find-tag): New arg REGEXP means 1st arg is a regexp.
+ (last-tag): Now can be a list, whose car is a regexp.
+ Means find-tag to repeat same tag should do regexp search.
+ (find-tag-regexp): New command.
+
+ * tags.el (tags-loop-continue): If we don't stop in a buffer
+ and it isn't modified, kill it when get the next one.
+
+ * bibtex.el: Greatly revised by Marc Shapiro.
+
+1988-09-23 Richard Stallman (rms@hobbes.ai.mit.edu)
+
+ * sendmail.el (sendmail-send-it): Change "s:" to "subject:".
+
+1988-09-21 Richard Stallman (rms@hobbes.ai.mit.edu)
+
+ * float.el (abs): Define it as in cl.el and mim-mode.el.
+
+ * doctor.el (doctor-member): New name for `member'.
+
+ * subr.el (mod): Name deleted.
+
+ * mlsupport.el (setq-default): Defn deleted; data.c does it.
+
+ * edt.el (edt-beginning-of-window): Function renamed.
+ (edt-delete-previous-word): Function renamed.
+ (edt-line-to-{top,bottom}-of-window): Function renamed.
+
+ * cl.el: require cl, so that byte-compiler will load it.
+
+ * lpr.el (print-region-1): Don't pass -T, -J switches on sysv.
+
+ * bibtex.el (bibtex-entry): Insert comma only if both
+ required and optional are non-nil.
+
+ * autoinsert.el: Change defconst to defvar.
+
+1988-09-19 Richard Stallman (rms@mole.ai.mit.edu)
+
+* * shell.el: New commands TAB, M-n, M-p.
+ (shell-complete-file-name): New function.
+ (shell-completion-cleanup): New function, called from
+ kill-shell-input and shell-send-input.
+ (kill-output-from-shell): Kill back to last recognized prompt.
+ (shell-{next,prev}-command): New motion commands.
+
+* * text-mode.el (center-region): Don't change blank lines.
+
+1988-09-17 Richard Stallman (rms@mole.ai.mit.edu)
+
+* * lisp.el (beginning-of-defun): Obey new var defun-prompt-regexp.
+
+1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
+
+ * files.el (find-alternate-file): Don't kill OBUF if still current.
+
+ * subr.el (start-process-shell-command): Start subprocess, exec'ing
+ via the shell.
+ * compile.el (compile1): Call that.
+
+* * server.el (server-temp-file-p): New function for recognizing
+ which files are temp files.
+ (server-edit): Call it.
+ (server-temp-file-regexp): Variable that controls the function.
+
+* * outline.el (outline-minor-mode): New command; adds outline-mode-ness
+ to current major mode.
+ (outline-heading-end-regexp): New variable; how to find end of heading.
+ (outline-end-of-heading): Move fwd to end of heading.
+ So that a heading can be more than one line.
+ Various functions call this.
+ (outline-level): Now it's the indentation of the end of what matches.
+
+1988-09-15 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * compile.el (grep): Use grep-command for program.
+* * loaddefs.el (grep-command): New variable.
+ (compile-command): Moved to compile.el.
+
+ * c-mode.el (electric-c-terminator): Make insertpos a marker.
+
+ * c-mode.el (c-indent-command): `interactive' should follow doc string.
+
+1988-09-13 Richard Stallman (rms@corn-chex.ai.mit.edu)
+
+ * hideif.el (hif-tokenize): Typo in token string.
+
+1988-09-12 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * help.el (locate-library): New command.
+
+ * cl-indent.el (common-lisp-indent-hook): New clause for `,'.
+
+ * c-mode.el (c-backward-to-noncomment): Stop better@beg of bfr.
+
+ * info.el (Info-find-file): Clear buffer-file-name before calling
+ erase-buffer.
+
+1988-09-06 Richard Stallman (rms@mole.ai.mit.edu)
+
+ * loaddefs.el (shell-prompt-pattern): Allow prompt enclosed in parens.
+
+ * lisp-mode.el (calculate-lisp-indent): bug in lisp-indent-offset case.
+
+See ChangeLog.2 for earlier changes.