Tue Jul  6 11:05:14 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)

	* Version 19.16 released.

Tue Jul  6 01:21:37 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)

	* vc.el (vc-start-entry): Don't call file-name-nondirectory on
	FILE before passing it to vc-mode-line.  Everyplace else passes
	vc-mode-line full filenames, and vc-mode-line now needs the real
	file name to decide which version-control system the file is under.

	* man.el (Man-build-man-command): Don't leave a pipe symbol at the
	end of the command list if Man-filter-list is nil.
	(Man-default-man-args): Don't write out assq and mapconcat.
	(Man-default-man-entry): Don't default to section 2 for C-mode.
	Call Man-default-man-args, and let people use
	Man-auto-section-alist if this is what they want.
	(manual-entry): Call Man-translate-references, instead of writing
	it out.
	(Man-getpage-in-background): Don't apply Man-default-man-args
	here; manual-entry has already run it, and
	Man-follow-manual-reference provides the sections itself.

Mon Jul  5 00:43:20 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)

	* map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
	save it until we're done asking questions, and then unread it.

Mon Jul  5 03:20:12 1993  Paul Eggert  (eggert@twinsun.com)

	* vc.el (vc-name): Move to vc-hooks.el.
	* vc-hooks.el (vc-name): Moved from vc.el; vc-rcs-status now uses it.
	(vc-name, vc-backend-deduce): Set both vc-name and vc-backend
	properties, to avoid calling vc-registered unnecessarily when
	the other property is needed.
	(vc-rcs-status): Yield only status of locks; do not try to yield " REV"
	if there are no locks, since this cannot be done easily if there are
	branches.  Use vc-name instead of duplicating its function incorrectly.
	Fix off-by-one bug when inserting master header pieces.  Read headers
	8192 bytes at a time instead of 100.  Don't bother to expand-file-name.
	(vc-rcs-glean-field): Removed.

Sun Jul  4 17:29:43 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* outline.el (outline-mode-map): Add menu bar items.
	(outline-minor-mode-map): Copy menu bar submap from outline-mode-map.

	* help.el (describe-key-briefly): Don't set `foo'.

Sun Jul  4 17:01:01 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)

	* subr.el (posn-point): Properly extract the BUFFER-POSITION field
	of an event when read-key-sequence has placed it in a singleton
	list.

	* comint.el (comint-prompt-regexp): Double the backslashes in the
	sample prompt regexps, so that they print properly when unquoted.

Sun Jul  4 18:54:59 1993  Paul Eggert  (eggert@twinsun.com)

	* vc.el (vc-backend-diff): Undo "-q" change.  This was fixed
	instead by adding -q support to vcdiff.

Sun Jul  4 13:55:13 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* help.el (describe-prefix-bindings): New command.
	(prefix-help-command): Set it.

	* hexl.el: Added a keyword.

Sun Jul  4 12:46:27 1993  Johan Vromans  (jv@mh.nl)

	* forms.el (forms-new-record-filter): Correct default value.
	(forms-modified-record-filter): Correct default value.

Sun Jul  4 00:53:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* paren.el (show-paren-command-hook): Add message for paren mismatch.

	* vc-hooks.el (vc-mode-line): Put `RCS' or `SCCS' before version num.

Sat Jul  3 21:44:54 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)

	* faces.el (make-face-bold, make-face-italic,
	make-face-bold-italic, make-face-unbold, make-face-unitalic):
	Properly pass noerror argument to recursive calls.

	* frame.el (frame-remove-geometry-params): New function.
	(frame-initialize): Call it, instead of writing it out.

Sat Jul  3 15:03:44 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* simple.el (kill-region): Cope with change hooks that change props.

Sat Jul  3 06:15:43 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)

        * term/x-win.el: Check the reverseVideo/ReverseVideo resource,
	correctly distinguish between "on" and "off" values, and put a
	parameter in default-frame-alist.
	* frame.el (frame-initialize): Don't call x-get-resource here.

Sat Jul  3 03:22:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* autoload.el (update-file-autoloads):
	Do nothing when there are no cookies.

Fri Jul  2 18:55:23 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)

	* mouse.el (mouse-drag-region): Correctly handle drags which enter
	other frames.

Fri Jul  2 17:28:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* vc.el (vc-path): New variable.
	(vc-do-command): Use vc-path.

	* menu-bar.el (menu-bar-edit-menu): Rename menu item to
	Choose Next Paste.  Create this item along with all the others.

	* isearch.el (isearch-other-meta-char): Handle sequences
	containing mouse clicks in scroll-bar that used another buffer's map.

Fri Jul  2 16:06:38 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)

	* vc.el (vc-backend-diff): Pass the "-q" flag only if we're using
	rcsdiff.

Fri Jul  2 14:31:59 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* menu-bar.el: Put mouse-menu-choose-yank binding after
	paste=>yank binding in menu-bar-edit-menu.

Fri Jul  2 13:32:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* bytecomp.el (byte-compile-keep-pending): Handle fset like defalias.
	(byte-compile-file-form-defmumble): Fix backward if in prev change.

Thu Jul  1 20:14:44 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)

	* dired-aux.el (dired-diff): Work even when the mark is inactive.

Thu Jul  1 18:10:45 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* sendmail.el (mail-send): Don't test buffer-modified-p
	if buffer is visiting a file.

	* bytecomp.el (byte-compile-file-form-defmumble):
	If byte-compile-compatibility, use fset, not defalias.

Thu Jul  1 16:33:01 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)

	* simple.el: Add bindings to function-key-map so that the keypad
	keys act like ordinary self-insertion keys, unless explicitly bound.

Thu Jul  1 14:39:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* mailabbrev.el (build-mail-abbrevs): Do substitute-in-file-name
	on the abbrev, for `source'.

	* files.el (set-visited-file-name): Rename the old auto save file.

Thu Jun 30 23:31:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* menu-bar.el (mouse-menu-choose-yank):
	Just return when x-popup-menu returns nil.
	Add menu-enable property to this function.

Wed Jun 30 17:50:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* compile.el (compile-abbreviate-directory): New function.
	(compilation-parse-errors): Use that, to visit files with a dirname
	more like the one the user specified.

Wed Jun 30 15:38:53 1993  Johan Vromans  (jv@mh.nl)

	* forms.el: Add e-mail address and version info.
	Adjust commentary and doc strings.
	(forms-mode): Add ###autoload.
	(forms-find-file): Add ###autoload.
	(forms-find-file-other-window):	Add ###autoload.

Wed Jun 30 21:35:59 1993  Paul Eggert  (eggert@twinsun.com)

	* vc.el (vc-update-change-log): Ensure that file names inserted
	into a ChangeLog are relative to that ChangeLog.

Wed Jun 30 12:43:18 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* simple.el (mark-even-if-inactive): New variable.
	(mark): Test it.

	* rmail.el: Doc fixes.

Wed Jun 30 00:29:08 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* gud.el: Add history lists to the debugging commands, so we don't
	have to retype the filename every invocation.
	(gud-gdb-history, gud-sdb-history, gud-dbx-history,
	gud-xdb-history): New variables.
	(gdb, sdb, dbx, xdb): Use them when reading the argument string.

	* mouse.el (mouse-drag-region-1): Commented out.
	(mouse-drag-region): Commented out, and replaced with new version,
	which highlights the region as we drag.
	(mouse-scroll-delay, mouse-drag-overlay): New variables.
	(mouse-scroll-subr): New function.

	* sun-fns.el, sun-curs.el: Move these to lisp/term, to be with
	sun-mouse.el.

Tue Jun 29 19:00:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* faces.el (global-face-data): Doc fix.

	* gnus.el (gnus-newsrc-to-gnus-format): Correct regexp which
	matches .newsrc lines not to match more than one line.

Tue Jun 29 13:05:15 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* ls-lisp.el (insert-directory): Doc fix.
	(ls-lisp-format): Provide user name when known.
	On ms-dos, provide a name for the group, to be prettier.

Mon Jun 28 00:47:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* subr.el (define-key-after): Delete duplicate bindings that come
	after the new one.  Do insert when we reach the end, if haven't before.

	* paren.el: New file.

	* faces.el (face-initialize): Create `underline' face.
	(x-initialize-frame-faces): Set up `underline' face.

	* faces.el (x-initialize-frame-faces): Check x-display-color-p
	and x-display-planes to decide whether to try using colors or gray.

	* man.el (Man-auto-section-alist): Default value nil.
	(Man-getpage-in-background): Call Man-default-man-args.
	(Man-filter-list): Don't discard overstrike here.
	(Man-set-fonts): New function.
	(Man-bgproc-sentinel): Call Man-set-fonts.
	(Man-version-number): Var deleted.
	(Man-version): Command and binding deleted.
	(Man-mode): Use Manual, not Man, as official mode name.

	* solar.el: Doc fixes.

	* c-mode.el (c-forward-conditional): New function.
	(c-up-conditional): Use c-forward-conditional.
	(c-backward-conditional): New function.
	(c-mode-map): Make bindings for them.

Sun Jun 27 20:56:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* vc.el (vc-update-change-log): Restore previous default-directory
	for running rcs2log.

Sat Jun 26 00:18:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* subr.el (define-key-after): New function.

Fri Jun 25 13:58:52 1993  Barry A. Warsaw  (warsaw@anthem.nlm.nih.gov)

	* reporter.el (reporter-submit-bug-report): Rename local var curbuf
	to reporter-eval-buffer.
	(reporter-dump-variable): Eval varsym in reporter-eval-buffer.

	* c++-mode.el (c++-fast-backward-syntactic-ws-2)
	(c++-fast-backward-syntactic-ws-1): Change the proper syntax table
	depending on whether we are editing C or C++ code.

	* c++-mode.el (c++-indent-exp): When computing offset for open-brace
	line, check not at class top level before adding c-indent-level.
	Fix bug handling member init lists.
	Fix case where comments follow a continued statement.
	Fix handling of c-brace-offset < 0.

	* c++-mode.el (c++-calculate-indent):
	Fixed indentation when base class declaration is on a separate line
	then the derived class intro header.
	Don't skip up past compound statement if we're in a member init list.

	* c++-mode.el (c++-indent-line): Clean up adjustment
	of block closing braces.  Handle a list as value of
	c++-block-close-brace-offset.

	* c++-mode.el (c++-indent-exp): Use c-continued-statement-offset
	instead of c-indent-level to indent comma separated arg decl lists.

	* c++-mode.el (c++-fast-backward-syntactic-ws-2): Simplify for
	new forward-comment semantics.

	* c++-mode.el (c++-calculate-indent): Change if's to cond in CASE3.
	Require colon when looking for `case' or `default'.
	Use c++-compound-offset.
	(c++-compound-offset): New function.
	Distinguish statement continuation from enum and initializer lists.

Fri Jun 25 18:30:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* vc-hooks.el (vc-rcs-status): New variable.
	(vc-mode-line): Display the lock status and head version.
	(vc-rcs-status, vc-rcs-glean-field): New function.

	* menu-bar.el (mouse-menu-bar-buffers): Include % and * in each item.
	Calculate amount of space needed for longest buffer name.
	* mouse.el (mouse-buffer-menu): Likewise.

Fri Jun 25 18:01:47 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* add-log.el (find-change-log): Try get-file-buffer before
	file-exists-p.

Fri Jun 25 17:30:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* vc.el (vc-diff): If `diff' gives empty output, return nil.

Wed Jun 23 21:45:19 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* ange-ftp.el: Loosen file-name-handler-alist regexp so we can do
	host name completion.

	* hexl.el (hexl-in-save-buffer): New flag.
	(hexl-save-buffer): Prevent infinite recursion.

Tue Jun 22 04:11:33 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* term/x-win.el (command-switch-alist): "-ib" takes a numeric
	argument; use x-handle-numeric-switch for it.

	* replace.el (query-replace-map): Fix typo in binding for [return].

Tue Jun 22 00:23:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* rmailsort.el: Don't touch rmail-summary-mode-map.
	Don't touch rmail-mode-map.  Don't require rmail or sort.
	(rmail-summary-sort-...): Moved to rmailsum.el.
	(rmail-sort-from-summary): Likewise.

	* rmail.el: Add autoloads for rmailsort commands.
	(rmail-mode-map): Add bindings for those commands.

	* rmailsum.el (rmail-summary-mode-map): Bind summary sort commands.
	(rmail-summary-sort-...): Moved from rmailsort.el.
	(rmail-sort-from-summary): Likewise.  Require rmailsort.

Mon Jun 21 22:01:23 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* compile.el (compile-file-of-error): Remember that
	compilation-error-list stores file names as strings, not as (DIR .
	FILE) pairs.

	* diff.el (diff-parse-differences): Preserve the match data
	across the call to find-file-noselect.

	* subr.el (event-end): Modified to account for multi-click events.

Mon Jun 21 01:53:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* rmail.el (rmail-mode-map): Add local menu bar bindings.
	(rmail-search-backward): New command.
	(rmail-mode): Move to the last message.

	* rmailsum.el (rmail-summary-mode-map): Add local menu bar bindings.
	(rmail-summary-search-backward): New command.
	(rmail-summary-search): Don't use save-excursion.

	* sendmail.el (mail-mode-map): Add local menu bar bindings.

	* texinfo.el: Set up autoloads for files `makeinfo' and `texnfo-upd'.
	(texinfo-delete-from-print-queue-command): New var.
	(texinfo-tex-trailer): New var.
	(texinfo-tex-region): Use that.
	(texinfo-tex-buffer): Rewritten; use the actual source file.
	Binding is now C-c C-t C-b.
	(texinfo-texindex): Turned back on.
	(texinfo-quit-job): New command, with binding.
	(texinfo-delete-from-print-queue): Likewise.
	(texinfo-show-structure): Indent each line according to depth.
	Require texnfo-upd.
	(texinfo-section-types-regexp): Var deleted.
	(texinfo-insert-@-with-arg): New function.
	(texinfo-insert-@var, etc.): Use that.
	(texinfo-insert-@end): New command, now on C-c C-c e.
	(texinfo-insert-@end-example): Deleted.
	(texinfo-insert-@table): New command, on C-c C-c t.
	(texinfo-start-menu-description): New command, on C-c C-c C-d.
	(texinfo-mode): No longer set tex-trailer.
	Make the @node for the top node start a page.
	Use shorter values for tex-end-of-header and tex-start-of-header.
	(texinfo-mode-map): Add bindings for makeinfo-buffer, etc.
	Delete bindings for texinfo-format-buffer/region.
	(texinfo-define-common-keys): New function.

	* texinfmt.el: File deleted.

	* makeinfo.el: New file.

	* metamail.el: New file.

	* time-stamp.el: New file.

Sun Jun 20 20:44:36 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* add-log.el (add-log-current-defun): To find the name of the
	function being defined in emacs-lisp-mode, lisp-mode, and
	scheme-mode, skip an opening paren and an s-expression, instead of
	just one word.  This allows us to properly recognize things like
	define-key and define-macro.

	* replace.el (query-replace-map): Make RET exit query-replace,
	just like ESC.

Sun Jun 20 18:44:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* mh-e.el (mh-yank-cur-msg): Test mark-active.

Sat Jun 19 17:14:27 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* version 19.15 released.

Sat Jun 19 17:47:40 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* info.el (Info-insert-dir): Remove the call to recursive-edit.

Sat Jun 19 15:05:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* info.el (Info-insert-dir): Record file attributes of files used.
	Recompute the dir if they change.

	* files.el (insert-file): Report error if file is directory.

Fri Jun 18 21:43:43 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)

	* man.el (Man-switches): New variable.
	(Man-build-man-command): Use it to build the man command.
	(Man-mode): Mention it in documentation.

Fri Jun 18 21:13:02 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* rmailout.el (rmail-output): Check file can be read before trying
	to read part of it.

	* ange-ftp.el (ange-ftp-insert-file-contents):
	Handle extra args BEG, END.

Fri Jun 18 19:25:02 1993  Johan Vromans  (jv@mh.nl)

	* forms.el: Delete local variables list.
	(forms-forms-scrolls): Deleted.
	(forms-forms-jumps): Deleted.
	(forms--change-commands): Use substitute-key-definition.
	(forms-mode): Call forms--change-commands later on.

Fri Jun 18 13:55:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* compile.el (compilation-error-regexp-alist): Generalize the
	Apollo/BSD4.3 regexp to handle IBM RS6k too.

	* mouse.el (mouse-secondary-save-then-kill): Don't switch windows.
	Just set-buffer, and put save-excursion around it.
	(mouse-set-secondary, mouse-start-secondary): Likewise.
	(mouse-drag-secondary): Switch windows and move point just temporarily.

Fri Jun 18 13:49:53 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)

	* dired.el (dired-summary): dired-do-rename is on "R", not "r".

Fri Jun 18 10:14:45 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)

        * calendar.el (calendar-version): Update to 5.1.  Fixed a variety
        of spelling error in comments and doc strings.
        (calendar-sexp-debug): New variable to turn off error catching.
	(calendar-absolute-from-gregorian): Removed unused vars month, day.
        (view-calendar-holidays-initially, all-hebrew-calendar-holidays,
        all-christian-calendar-holidays, all-christian-islamic-holidays,
        diary-nonmarking-symbol, hebrew-diary-entry-symbol,
        islamic-diary-entry-symbol, diary-include-string,
        abbreviated-calendar-year, european-calendar-style,
        european-calendar-display-form, american-calendar-display-form,
        calendar-date-display-form, print-diary-entries-hook,
        list-diary-entries-hook, nongregorian-diary-listing-hook,
        nongregorian-diary-marking-hook, diary-list-include-blanks,
        holidays-in-diary-buffer, general-holidays,
        increment-calendar-month, calendar-sum, calendar-string-spread,
        calendar-absolute-from-iso, calendar-print-iso-date,
        hebrew-calendar-elapsed-days, list-yahrzeit-dates,
        calendar-print-astro-day-number): Fix doc strings.
        (calendar-nth-named-day): Rewritten to include optional day of month.
        (general-holidays, calendar-holidays, hebrew-holidays,
        christian-holidays, islamic-holidays,
        solar-holidays): Rewritten to include require of cal-dst.el and to
        show the time of the change to/from daylight savings time.
        (calendar-current-time-zone, calendar-time-zone,
        calendar-daylight-time-offset, calendar-standard-time-zone-name,
        calendar-daylight-time-zone-name, calendar-daylight-savings-starts,
        calendar-daylight-savings-ends,
        calendar-daylight-savings-switchover-time): Moved to cal-dst.el.
        (calendar-location-name, calendar-time-display-form, calendar-latitude,
        calendar-longitude): Moved to solar.el.
        (calendar-holidays): Unquote it!

        * solar.el (calendar-holiday-solar-equinoxes-solstices): Renamed
        solar-equinoxes-solstices.
        (calendar-time-display-form, calendar-latitude,
        calendar-longitude): Moved from calendar.el.
        (calendar-time-zone, calendar-standard-time-zone-name,
        calendar-daylight-time-zone-name,
        calendar-daylight-savings-starts, calendar-daylight-savings-ends):
        Take default values from calendar-current-time-zone, instead of
        being overwritten in open code if they were set to nil.
        (solar-time-string): Subtract calendar-daylight-time-offset when
        computing dst-ends.  Avoid rounding errors when rounding time to
        the nearest minute.

        * diary.el (list-sexp-diary-entries,
        hebrew-calendar-year-Saturday-incomplete-Sunday,
        hebrew-calendar-year-Monday-incomplete-Tuesday,
        hebrew-calendar-year-Tuesday-regular-Thursday,
        hebrew-calendar-year-Thursday-complete-Sunday,
        hebrew-calendar-year-Saturday-complete-Thursday,
        hebrew-calendar-year-Monday-complete-Saturday,
        hebrew-calendar-year-Thursday-incomplete-Sunday): Fix doc strings.
        (diary-sexp-entry): Use calendar-sexp-debug to turn off error catching.
        
        * diary-ins.el (insert-cyclic-diary-entry): Fix date form.

        * cal-mayan.el (calendar-mayan-days-before-absolute-zero,
        calendar-mayan-haab-difference, calendar-mayan-tzolkin-difference,
        calendar-mayan-tzolkin-haab-on-or-before,
        calendar-previous-calendar-round-date,
        calendar-absolute-from-mayan-long-count,
        calendar-print-mayan-date): Fix doc strings.

        * holidays.el (calendar-holiday-function-fixed,
        calendar-holiday-function-float, calendar-holiday-function-julian,
        calendar-holiday-function-islamic,
        calendar-holiday-function-hebrew, calendar-holiday-function-sexp,
        calendar-holiday-function-advent,
        calendar-holiday-function-easter-etc,
        calendar-holiday-function-greek-orthodox-easter,
        calendar-holiday-function-rosh-hashanah-etc,
        calendar-holiday-function-hanukkah,
        calendar-holiday-function-passover-etc,
        calendar-holiday-function-tisha-b-av-etc): Renamed without words
        "calendar" and "function"; changed argument from a list of values to
        individual values.  Fixed doc strings.
        (calendar-holiday-function-if): Removed.
        (calendar-holiday-solar-equinoxes-solstices): Renamed
        solar-equinoxes-solstices.
        (calendar-holiday-list): Rewrote to accomodate the name changes
        above and the unquoting of calendar-holidays.
        (calendar-cursor-holidays):  Change screen-width to frame-width.
        (holiday-sexp): Rewritten.

        * lunar.el (lunar-phase): Use time conversion from solar.el

        * cal-dst.el: New file.
        (calendar-/, calendar-%, calendar-absolute-from-time,
        calendar-time-from-absolute, calendar-next-time-zone-transition,
        calendar-time-zone-daylight-rules): New functions.
        (calendar-current-time-zone): Moved from calendar.el and rewritten.
        (calendar-current-time-zone-cache): New variable.
        (calendar-current-time-zone, calendar-time-zone,
        calendar-daylight-time-offset, calendar-standard-time-zone-name,
        calendar-daylight-time-zone-name,
        calendar-daylight-savings-starts, calendar-daylight-savings-ends,
        calendar-daylight-savings-switchover-time): Moved from calendar.el.

Thu Jun 17 19:29:56 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* Version 19.14 released.

Thu Jun 17 19:41:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* sendmail.el (mail-citation-hook): New hook var.
	(mail-yank-original): Use that hook if not nil.

	* sc.el: Change usage comment.

Thu Jun 17 18:57:01 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* faces.el (make-face-bold, make-face-italic,
	make-face-bold-italic, make-face-unbold, make-face-unitalic):
	Always pass the frame parameter to internal-try-face-font; we only
	want to set the face for this frame.

	* faces.el (make-face-bold, make-face-italic,
	make-face-bold-italic, make-face-unbold, make-face-unitalic):
	Fix error messages.

Thu Jun 17 00:12:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* faces.el (set-face-background-pixmap, face-background-pixmap):
	Functions commented out.

	* mouse.el (mouse-start-secondary): New function.
	(mouse-set-secondary, mouse-drag-secondary): New functions.
	(mouse-kill-secondary, mouse-secondary-save-then-kill): New functions.

	* term/vt200.el: Translate F11 (ESC [ 23 ~) to ESC.
	* term/vt201.el, term/vt220.el, term/vt240.el: Likewise.

	* autoload.el (generate-file-autoloads): Undo previous change
	because make-docfile requires defvar doc string to start on first line.

	* cplus-md.el: Renamed from c++-mode.el.
	* cplus-md1.el: Renamed from c++-mode-1.el.

	* vc.el (vc-rename-file): Remove periods from error messages.
	(vc-backend-logentry-check, vc-revert-buffer): Likewise.
	(vc-retrieve-snapshot, vc-create-snapshot): Likewise.
	(vc-diff, vc-finish-logentry, vc-steal-lock): Likewise.
	(vc-register, vc-next-action-on-file, vc-registration-error): Likewise.
	(vc-cancel-version): Add space to end of question.

	* menu-bar.el (mouse-menu-choose-yank): New function.
	Put it in the edit menu.
	(yank-menu-length): New variable.

Wed Jun 16 20:16:10 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* subr.el (event-basic-type): Deal with listy events properly.

Wed Jun 16 23:06:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* autoload.el (make-autoload): Use memq once instead eq twice.
	(generate-file-autoloads): For non-autoloads, copy the defn textually
	rather than printing it after reading.

	* autoload.el (generate-autoload-cookie, update-autoloads-here):
	Doc fixes.

Wed Jun 16 17:21:51 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* frame.el (set-frame-configuration): Don't try to set a frame's
	minibuffer.  This parameter can't be changed, so that would signal
	an error.

Wed Jun 16 13:42:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* assoc.el (aput): Doc fix.

	* ls-lisp.el (insert-directory): If no handler, convert SWITCHES
	from a string to a list of characters.

	* disass.el (disassemble-internal): If function is autoload, load it.

	* lisp.el (parens-require-spaces): Var renamed and sense changed.
	(insert-parentheses): Corresponding changes.

	* rmailout.el (rmail-output): Use insert-file-contents to look at
	beginning of output file.

	* term/x-win.el (x-switch-definitions): Fix -iconic.

	* bytecomp.el (byte-compile-file-form-defmumble): Typo in prev change.

Tue Jun 15 03:56:34 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* server.el (server-process-filter): Use server-switch-buffer.

	* gud.el (gud-xdb-directories): Renamed from gud-xdb-paths.
	Defvar moved earlier.  All uses changed.
	(gud-xdb-debugger-startup): Rename local var `paths'.
	(gud-xdb-file-name): Likewise.

	* inf-lisp.el (inferior-lisp-buffer): Move defvar earlier.

	* mailalias.el (define-mail-alias): Remove excess whitespace better.

	* mailabbrev.el (define-mail-abbrev): Renamed from define-mail-alias.
	(build-mail-abbrevs): Use new name.

	* bytecomp.el (byte-compile-file-form-defmumble): Use defalias
	for named function, even if no doc string.

	* dired.el (dired-repeat-over-lines): Going fwd, skip new lines
	that FUNCTION inserts after the current line.
	Going backwd, no need for dired-move-to-filename each time.

Tue Jun 15 21:10:22 1993  Shane Hartman  (shane@nugget.spr.com)

        * gud.el (xdb): New debugger supported (xdb under HPUX-PARISC).
        (gud-xdb-debugger-startup): New function.
        (gud-xdb-file-name, gud-xdb-accumulation): New functions.
        (gud-xdb-marker-filter, gud-xdb-paths, gud-xdb-find-file): New.

Mon Jun 14 14:53:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* lisp.el (parens-dont-require-spaces): New variable.
	(insert-parentheses): Obey that variable.

	* emerge.el (emerge-make-diff3-list): Pass ancestor second.
	(emerge-extract-diffs3): Replace group-1 with group-2.
	(emerge-handle-local-variables): Pass no arg to hack-local-variables.

	* picture.el (picture-replace-match): New function.
	* dabbrev.el (dabbrev-expand): Do all changes with replace-match.
	In picture-mode, use picture-replace-match instead.

Mon Jun 14 10:57:43 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* holidays.el: Eval calendar-holidays; don't just use its value.

	* complete.el: (provide 'complete).

Mon Jun 14 03:10:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* window.el (balance-windows): Total rewrite.

Sun Jun 13 00:33:55 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* bytecomp.el (byte-compile-file): Undo previous change.
	(batch-byte-recompile-directory): Doc fix.

	* isearch.el (isearch-highlight): If no face `isearch', use `region'.

	* c-mode.el (c-indent-line): Call c-backward-to-start-of-if
	in the case of else following a close brace.

	* man.el (Man-getpage-in-background): Use TERM=dumb to prevent
	terminal control sequences in the output.

Sat Jun 12 16:58:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* files.el (abbreviate-file-name): Match home dir with no /
	if nothing else follows.

	* finder.el (finder-find-library): New function.
	(finder-commentary): Use it.

	* forms.el, forms-pass.el, forms-d2.el, forms-dat.el, forms.README:
	Moved from subdir forms-mode.  Subdir deleted.

Sat Jun 12 16:03:03 1993  Johan Vromans  (jv@mh.nl)

	* forms.el (forms--change-commands): 
	Use (function (lambda ...)) instead of '(lambda...).

	* forms.el: Provide `forms' as well as `forms-mode'.
	(forms-new-record-filter, forms-modified-record-filter): Add defvars.

Sat Jun 12 02:53:34 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* files.el (make-directory): By default create dir default-dir. 

Fri Jun 11 11:46:51 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* vc.el (vc-backend-diff): Always use -q option.

	* files.el (file-truename): Don't use expand-file-name to merge
	a link target into the previous dir.  Handle .. and . explicitly.

	* env.el (setenv): Treat case as significant.

	* mailabbrev.el (sendmail-pre-abbrev-expand-hook):
	If last-command-char is not a character, don't check char-syntax.

	* inf-lisp.el: Doc fixes. 
	(run-lisp): Add autoload.
	(inferior-lisp-mode-map): Explicitly make local prefix keys.

	* cmulisp.el: File deleted.

	* server.el (server-window): New variable.
	(server-switch-buffer): Use it.

	* flow-ctrl.el (enable-flow-control): Don't alter the 8-bit flag.

	* man.el (Man-filter-list): Add an element for X man pages.
	(Man-goto-page): Continue past errors in Man-build-references-alist.

	* rmailout.el (rmail-output-to-rmail-file): Use the smart default
	in the prompt.

	* register.el (view-register): Handle file name values.

	* etags.el (etags-tags-completion-table): When skipping the noise
	before the tag name, let it end with any char not allowed in a tag.

	* files.el (cd): Use file-name-absolute-p.
	(cd-absolute): No longer interactive.

	* echistory.el (electric-history-map): Don't use fillarray;
	make default bindings instead.  Bind up, down, home, next, prior.

Fri Jun 11 05:44:40 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* frame.el (frame-initialize): Remember to actually traverse
	initial-frame-alist.

	* gud.el (gud-last-last-frame): New variable.
	(gud-display-frame): Save the frame we displayed in
	gud-last-last-frame.
	(gud-refresh): Force gud-display-frame to jump to the last frame
	displayed, even if it has already done so once.

	* man.el (manual-entry): Recognize the subject(section) syntax.

	* picture.el (move-to-column-force): If column is negative, go
	flush left.

	* simple.el (hscroll-point-visible): Work as documented in the
	docstring for hscroll-step.

Fri Jun 11 00:04:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* lisp-mode.el (lisp-indent-function): Look for either
	lisp-indent-hook or lisp-indent-function property.

	* files.el (make-backup-files): Doc fix.

	* mouse.el (mouse-set-mark-fast): New function.
	(mouse-show-mark): New function.
	(mouse-kill-ring-save, mouse-save-then-kill): Use them.
	(mouse-save-then-kill): Don't let kill-region alter this-command.
	Check last-command accordingly.
	(mouse-split-window-vertically): Handle scroll bar events.

Thu Jun 10 13:41:06 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* rmail.el (rmail-primary-inbox-list): Use defvar, not defconst.

	* files.el (basic-save-buffer): Cal auto-save-mode with t as arg
	if and only if auto save was off and default is on.
	(set-visited-file-name): Likewise.

	* simple.el (append-to-buffer): Interactively, supply all 3 args.
	Allow nonexistent buffers.

	* files.el (abbreviate-file-name): Make abbreviated-home-dir
	from `~/', not from just `~'.
	(hack-one-local-variable): Query for ...-hook(s) and ..-function(s)
	as the `eval' variable.

	* ispell.el: Doc fixes.
	(ispell-command, ispell-command-options): New defvars.
	(start-ispell): Use them.

	* ange-ftp.el (ange-ftp-multi-msgs): Add 331-.

	* man.el (Man-mode): Run Man-mode-hook.

	* bibtex.el (bibtex-mode-map): Use tex-insert-quote, not TeX-...

Thu Jun 10 15:16:11 1993  Shane Hartman  (shane@nugget.spr.com)

        * c++-mode.el (calculate-c++-indent): Respect
        c-continued-brace-offset (as in c-mode.el).

Thu Jun 10 06:39:46 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* frame.el (frame-initialize): When deleting geometry
	specifications from initial-frame-alist, remember that they may
	occur more than once, and do, if the -geometry option was
	specified as well as a .geometry resource.

	* scroll-bar.el (scroll-bar-mode): Variable deleted.
	(scroll-bar-mode): Function changed to consult default-frame-alist
	instead of the variable.

	* gnus.el (gnus-start-news-server): If no server has been
	specified, but gnus-nntp-service is nil, don't ask for a server
	name; use the local host.

	* ange-ftp.el (ange-ftp-make-directory): Take second optional
	argument parents, like the original.  Implement it.

	* gnus.el (gnus-newsrc-to-gnus-format): Change regexp which
	matches .newsrc lines for better performance under the new regexp
	routines.

Thu Jun 10 13:40:44 1993  Dave Gillespie  (daveg@synaptics.com)

	* bytecomp.el: Bug fixes and upgrade to match Zawinski's v2.10.
	(byte-compile-dest-file): Added support for emacs-lisp-file-regexp.
	(byte-recompile-directory): Several things involving `noninteractive'.
	(byte-compile-file): Changed prompting in read-file-name.
	(byte-compile-insert-header): Put a magic number at top of .elc files,
	fixed backwards test of byte-compile-compatibility.
	(byte-compile-form, byte-defop-compiler19, byte-compile-list,
	byte-compile-concat, byte-compile-insert): Likewise.
	(byte-compile-condition-case): Added checking for unknown conditions.
	(batch-byte-recompile-directory): New function.

Wed Jun  9 05:43:49 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* compile.el (compilation-error-list): When we haven't yet
	generated a marker for the source position of an error message,
	store (FILENAME . LINE-NUMBER), not ((DIRECTORY . FILE)
	LINE-NUMBER).  Doc fix.
	(next-error, compilation-parse-errors): Adjusted appropriately.

	* scroll-bar.el (scroll-bar-set-window-start): Remember that the
	scroll bar numbers reflect the accessible region of the buffer,
	not the entire buffer.

Tue Jun  8 12:28:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* dired.el (dired-flag-auto-save-files): Ignore `*' added by ls -F.

	* sc.el (sc-mark): Use mark-marker.

Tue Jun  8 08:28:14 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* Version 19.13 released.

Tue Jun  8 00:40:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* fortran.el (fortran-indent-new-line): Renamed from
	fortran-reindent-then-newline-and-indent.

	* mouse.el (mouse-drag-region-1): Un-comment-out this function.

	* info.el (Info-follow-reference): Fix completion defaulting.

Mon Jun  7 21:47:37 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)

        * calendar.el (calendar-current-time-zone): Change variable names
        to make them more readable.
        (calendar-time-zone, calendar-standard-time-zone-name,
        calendar-daylight-time-zone-name, calendar-daylight-savings-ends,
        calendar-daylight-savings-starts): Don't autload them.

Mon Jun  7 00:25:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* apropos.el (safe-documentation): Don't crash on byte-compiled macro.

	* telnet.el (telnet-simple-send): New function.
	(telnet): Arrange to use that.

	* sun-keys.el: File deleted.

	* texinfo.el (texinfo-section-types-regexp): Add @chapheading.

	* gud.el: Doc fixes.  Delete local variable list at the end.
	(expr-forward-sexp): Renamed from forw-expr.
	(expr-backward-sexp): Renamed from back-expr.

	* case-table.el (describe-buffer-case-table): Merge locals i and ch.
	Make *Help* current buffer for describe-vector.

	* bibtex.el: Fix typos in previous change.
	Add a few menu items.

	* compile.el (compilation-error-regexp-alist): Make sure each regexp
	can only match a few characters at the front.  Split off the Mips
	CC regexp from the Apollo regexp.

	* rmail.el (rmail-variables): Default rmail-inbox-list here.
	(rmail): Not here.

	* ange-ftp.el (ange-ftp-real-load): New function.
	(ange-ftp-load): New function--handles `load'.

Sun Jun  6 18:29:36 1993  Paul Eggert  (eggert@twinsun.com)

	* term/sun-mouse.el (mouse-union-first-preferred): Renamed from
	mouse-union-first-prefered.

Sun Jun  6 17:46:25 1993  Paul Eggert  (eggert@twinsun.com)
	
	* sc.el (sc-consistent-cite-p): Renamed from sc-consistant-cite-p.

	* etags.el (etags-recognize-tags-table): Fix misspelling of
	find-tag-regexp-next-line-after-failure-p.

	* bibtex.el (bibtex-name-alignment): Renamed from
	bibtex-name-alignement.

	* allout.el (outlinify-sticky): Renamed from outlineify-sticky.

	* faces.el (x-create-frame-with-faces): Reversevideo -> ReverseVideo.
	* frame.el (frame-initialize): Likewise.

Sun Jun  6 01:27:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* outline.el (outline-minor-mode): Add autoload cookie.

	* bibtex.el: Define 2 local menu-bar submaps.
	(bibtex-x-help, bibtex-x-environment): Deleted.

	* isearch.el (search-upper-case): Make `no-yanks' the default.
	(isearch-no-upper-case-p): New arg REGEXP-FLAG.
	(isearch-search): Pass new arg.
	(isearch-member-equal): Deleted.
	(isearch-overlay): New variable.
	(isearch-highlight, isearch-dehighlight): Rewritten to use overlays.

	* dired.el (dired-unmark-all-files): Read arg as just a character.
	Use non-regexp search to find a specific mark.
	Use subst-char-in-region to make the change.
	Improve the message at the end.

	* vip.el (vip-ctl-key-equivalent): Use vip-escape-to-emacs.
	(vip-escape-to-emacs): Use read-key-sequence and key-binding.
	Arg EVENTS replaces arg CHAR.  
	(vip-ESC, vip-ctl-c, vip-ctl-x, vip-ctl-h): These callers changed.

	* compile.el (compile-internal): Alter current buffer only temporarily.

Sat Jun  5 13:08:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* sendmail.el (mail-do-fcc): Replace the code for appending to buffer.

	* rmailsum.el (rmail-summary-next-msg): Fix number of dots in regexp.

	* scroll-bar.el (scroll-bar-drag-1):
	Calculate position relative to the accessible part of the buffer.

	* menu-bar.el (menu-bar-help-menu): Add defvar.
	(menu-bar-edit-menu, menu-bar-file-menu): Likewise.

	* dired.el (dired-flag-backup-files): Handle `*' made by `ls -F'.

	* ange-ftp.el (internal-ange-ftp-mode): Renamed from ange-ftp-mode.
	Callers changed.

	* menu-bar.el (window-system): Enable menu bars only if
	window-system is non-nil.

	* add-log.el (add-log-current-defun): Fix typos in last change.

Sat Jun  5 04:39:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* term/x-win.el (x-selection-timeout): Set it, using x-get-resource.

Fri Jun  4 07:14:44 1993  Paul Eggert  (eggert@twinsun.com)

	* timezone.el: (timezone-make-date-arpa-standard,
	timezone-make-date-sortable): Move common code into timezone-fix-time.
	(timezone-fix-time): Merge common code from above two functions.
	Yield time zone at end of result vector.
	Set time zone offset correctly as of the given time,
	instead of guessing from the current offset.
	(timezone-make-arpa-date, timezone-zone-to-minute): Convert
	current-time-zone style timezones into RFC-822 style timezones.

	(timezone-time-from-absolute, timezone-time-zone-from-absolute,
	timezone-day-number, timezone-absolute-from-gregorian):
	More functions borrowed from Reingold's calendar package.

	(timezone-make-arpa-date, timezone-make-sortable-date): Can safely
	assume that year includes century, since timezone-fix-time guarantees
	this.

	* gnuspost.el (gnus-current-time-zone):	New function, which tries
	current-time-zone, and if that fails falls back on gnus-local-timezone.
	(gnus-inews-date): Use it.
	(gnus-inews-valid-date): New optional args TIME (default now) and ZONE
		(default GMT).
	(gnus-inews-buggy-date): New optional arg TIME (default now).

	* gnus.el (gnus-local-timezone): Now used only if current-time-zone
	does not work.

Fri Jun  4 01:16:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* mh-e.el (mh-yank-cur-msg): Use (mark t).

	* simple.el (mark): Doc fix.

	* add-log.el (add-log-current-defun): Handle Fortran.

	* rmail.el (rmail-resend): Require sendmail and mailalias.

	* time.el (display-time-24hr-format): Make it a user option.

	* edt.el (GOLD-prefix): Define *after* GOLD-map.

	* dired.el (dired-change-marks): Just ding if one arg is RET.
	Search for strings, not regexps.  Use subst-char-in-region.

	* isearch.el (isearch-mode): Set isearch-window-configuration
	only if in slow mode.
	(isearch-done): Use isearch-window-configuration only if non-nil.
	(isearch-other-control-char): For mouse event, call isearch-done
	in the buffer whose keymap was used.

	* flow-ctrl.el (enable-flow-control): Doc fix.

Thu Jun  3 20:01:19 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)

        * calendar.el (calendar-holidays): Quote it to delay evaluation
        until it's needed.

        * holidays.el (calendar-holiday-list): Eval calendar-holidays.

Thu Jun  3 00:47:23 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* sendmail.el (mail-do-fcc): Omit first 2 lines when appending
	to an RMAIL buffer.

	* simple.el (kill-ring-save): Doc fix.

	* rmailsum.el (rmail-summary-expunge-and-save): Do save-buffer last.
	Use two separate save-excursion calls.
	(rmail-summary-input): Use pop-to-buffer.
	(rmail-summary-get-new-mail): Gobble rmail-current-message;
	later go to that message.
	(rmail-summary-next-msg): Start at end of line, if moving forward.
	Move to beginning of line, after the loop.
	(rmail-new-summary): Fix format of elt in minor-mode-alist.

	* rmail.el (rmail-select-summary): Add a save-excursion.

	* rmailsum.el (rmail-summary-expunge-and-save):
	Call set-buffer again after rmail-only-expunge.
	(rmail-summary-add-label, rmail-summary-kill-label):
	Fix reading the label.
	(rmail-summary-rmail-update): Bind window locally.
	Use unwind-protect, not save-window-excursion.

	* vc-hooks.el (vc-find-file-hook): Check buffer-file-name is non-nil.

	* hideif.el (define-hide-ifdef-mode-map): Don't bind C-c LETTER.
	Use C-c ESC LETTER instead.
	Handle case where where-is-internal returns nil.

	* texinfmt.el: Provide texinfmt.

	* bytecomp.el (byte-compile-insert-header): Fix backwards test
	of byte-compile-compatibility.

	* info.el (Info-mode-map): Bind mouse-2, not mouse-3.

	* view.el (View-scroll-lines-forward): If we exit, do nothing else.

	* calendar.el (calendar-mode): Doc fix.
	(calendar-mark-ring): New defvar.

	* frame.el (frame-initialize): Set cursor-color last.

	* vip.el (vip-escape-to-emacs): Temporarily restore local map
	and use read-key-sequence.

	* rmailsum.el (rmail-summary-by-senders): New function.
	(rmail-message-senders-p): New function.

Thu Jun  3 17:58:59 1993  Dave Gillespie  (daveg@synaptics.com)

	* complete.el (PC-lisp-complete-symbol): Added.
	(PC-look-for-include-file): Recognize some Lisp notations.
	(PC-include-file-all-completions): Fixed uppercase variable names.

Wed Jun  2 12:56:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* info.el (Info-suffix-list): Handle .gz suffix.
	* ange-ftp.el (ange-ftp-binary-file-name-regexp): Handle .gz.

	* ehelp.el (electric-help-command-loop): Use equal to compare
	lists of events.

	* electric.el (Electric-command-loop): Use eq to compare events.

	* diff.el (diff): Really do use arg SWITCHES.

	* frame.el (frame-initialize): Delete geometry parms
	from initial-frame-alist.

Wed Jun  2 09:59:02 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)

        * calendar.el (calendar-daylight-savings-starts): Mention use of
        nil value in documentation string.
        (calendar-daylight-time-offset): New variable.
        (calendar-daylight-savings-switchover-time):  New variable.
        (calendar-mode): Mention them.
        (calendar-time-zone, calendar-print-astro-day-number,
        calendar-time-display-form): Change Universal Time (UT) to
        Coordinated Universal Time (UTC). 

        *solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset): Change
        Universal Time (UT) to Coordinated Universal Time (UTC).
        (solar-time-string): Use calendar-daylight-time-offset instead of
        1 hr, and use calendar-daylight-savings-switchover-time instead of
        midnight.  Add an optional parameter to allow forcing the use of
        standard or daylight savings time.  Fix code so it works in
        southern hemisphere (start of dst precedes end of dst in a
        calendar year) and when dst either starts or ends in a calendar
        year, but not both.

Tue Jun  1 17:40:30 1993  Ken  Manheimer  (klm@coil.nist.gov)

	* allout.el (outlineify-sticky): Reconciled provisions for
	non-standard and standard prefix leaders.

Tue Jun  1 16:09:26 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* Version 19.12 released.

	* reporter.el: New file.

	* mouse.el (mouse-buffer-menu): Don't select the event's window,
	if event has frame instead.

	* tar-mode.el: Typo in autoload cookie.

	* shell.el (shell-prompt-pattern): Use defvar.

	* ange-ftp.el (ange-ftp-make-backup-files): Doc fix.

	* sendmail.el (mail-signature): Do not insert a line with `--'.

	* menu-bar.el (mouse-menu-bar-buffers): Renamed from mouse-buffer-menu.

	* subr.el (posn-timestamp): Doc fix.

	* sort.el (sort-fold-case): New variable.
	(sort-subr): Bind case-fold-search from sort-fold-case.

	* simple.el (undo):
	Pass proper arg to delete-auto-save-file-if-necessary.

	* desktop.el: New file.

	* c++-mode-1.el: New file.

Tue Jun  1 16:03:30 1993  Ken  Manheimer  (klm@coil.nist.gov)

	* allout.el (move-to-column): Pass zero instead of negative arg.
	Added some free variables defvars, so byte-comple doesn't complain.
	Included some stub code, eventually will be proper use of Emacs 19
	minor-mode-sensitive keymaps.

Tue Jun  1 14:01:25 1993  Stephen A. Wood  (saw@cebaf.gov)

	* fortran.el (fortran-mode): Replace comment-indent-hook with
	comment-indent-function.

	* fortran.el (fortran-is-in-string-p): Replaced with new version
	that uses the syntax table.

	* fortran.el (calculate-fortran-indent): Lines that have a # after
	whitespace are interpreted as cpp directives and outdented back to
	column zero.

Tue Jun  1 00:27:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* lucid.el (map-keymap): Doc fix.

	* dired-aux.el (dired-compress-file): Use gzip when proper/possible.

	* sc.el: Fix installation instructions.
	(sc-cite-original): Add autoload cookie.

	* sendmail.el (mail-yank-hooks): New hook variable.
	(mail-yank-original): Run the hook.
	(mail-indent-citation): New function.

	* cl.el (cl-mod): Renamed from mod.

	* Version 19.11 released.

	* lucid.el (copy-tree): Use let* to bind new before i.

	* terminal.el (te-pass-through): Delete debugging code left by mistake.

	* comint.el (comint-filter): Put window-start before the input.

	* isearch.el (isearch-mode): If enter recursive-edit,
	also bind isearch-recursive-edit.

	* cookie1.el: Renamed from cookie.el.
	Provide cookie1.
	* yow.el, spook.el: Changed accordingly.

Mon May 31 23:21:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* outline.el (outline-flag-region): Pass t as NOUNDO arg
	to subst-char-in-region.  No need to restore buffer-modified-p by hand.

Mon May 31 20:29:00 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)

	* term/x-win.el (x-invocation-args): Add defvar.

Mon May 31 19:59:12 1993  Junio Hamano  (junio@twinsun.com)

	* window.el (count-windows): PROC argument of
	walk-windows takes an argument.

Mon May 31 00:20:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* gnus.el (gnus-summary-isearch-article): Call isearch-forward
	in ordinary fashion with no args.
	(gnus-inews-article-hook, gnus-prepare-article-hook):
	Initialize to a list.
	(gnus-read-newsrc-file): If timestamps are equal, reload .newsrc. 

	* bibtex.el (bibtex-mode): Add autoload.

	* files.el (inhibit-local-variables-regexps): New variable.
	(set-auto-mode): Handle inhibit-local-variables-regexps.

	* tar-mode.el: Don't initialize write-file-hooks.
	Don't change auto-mode-alist.
	(tar-regexp): Deleted.
	(tar-normal-mode): Deleted.
	(tar-mode): Add autoload.

	* faces.el (x-resolve-font-name): Clean up error messages.

	* timer.el (run-at-time): Pass args to start-process in right order.

	* info.el (Info-get-token): Check that thesecond search succeeded.

	* edebug.el: Provide edebug.

	* rmailsum.el (rmail-message-subject-p): Fix typo in string constant.

	* cl.el (mod): Use cl-floor.
	(rem): Use cl-truncate.

	* gud.el (gud-def): Don't use gud-key-prefix at compile time.

	* window.el (shrink-window-if-larger-than-buffer): Add `interactive'.
	Do nothing if window contents not entirely visible.

	* sendmail.el (mail-do-fcc): Put back the newline at the start
	of the fcc temp buffer.  It got lost somewhere.

Sun May 30 15:14:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* gnus.el (gnus-nntp-server): Use gnus-default-nntp-server.

	* info.el (Info-mode-map): Correct Info-top to Info-top-node.

	* man.el (Man-notify-when-ready): Correct previous change.

Sun May 30 18:28:43 1993  Stephen Gildea  (gildea@alex.lcs.mit.edu)

	* mh-e.el (mh-signature-file-name): New variable.
	mh-e version 3.8.2.

Sun May 30 13:21:04 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	 * faces.el (x-resolve-font-name): Fix args to error; the format
	 string was changed, but not the arguments to be substituted.

	 * faces.el (x-resolve-font-name): Give correct error message
	 depending on whether or not FACE was non-nil.

Sun May 30 00:15:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* Version 19.10 released.

Sat May 29 00:40:17 1993  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.

Sat May 29 00:33:39 1993  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.

Fri May 28 00:43:24 1993  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.

Thu May 27 20:58:51 1993  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-...

Thu May 28 20:58:08 1993  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.

Thu May 27 08:43:08 1993  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.

Thu May 27 02:35:32 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)

	* Version 19.9 released.

Thu May 27 01:37:30 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)

	* term/x-win.el: Check for a geometry resource, and apply it to the
	initial frame.

Wed May 26 23:32:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* isearch.el (isearch-forward): Remove the claim that
	isearch-whitespace-chars matches any string of whitespace.

Wed May 26 16:26:16 1993  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.

Wed May 26 02:49:13 1993  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.

Wed May 26 00:18:13 1993  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.

Tue May 25 11:47:35 1993  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.

Tue May 25 11:06:28 1993  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.

Tue May 25 06:26:51 1993  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.

Tue May 25 05:15:14 1993  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.

Mon May 24 17:17:02 1993  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.

Mon May 24 17:16:41 1993  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.

Mon May 24 12:14:41 1993  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.

Mon May 24 14:44:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* simple.el (shell-command): Don't activate mark even momentarily.

Mon May 24 03:54:44 1993  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.

Mon May 24 01:06:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* menu-bar.el (menu-bar-mode): Doc fix.

Sun May 23 21:58:38 1993  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'.

Sun May 23 18:44:30 1993  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-...

Sun May 23 18:56:04 1993  Paul Eggert  (eggert@twinsun.com)

	* calendar.el (calendar-daylight-savings-starts,
	calendar-daylight-savings-ends): Default to nil if the locale
	never has DST.

Sat May 22 19:37:01 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)

        * Version 19.7 released.

Sat May 22 18:33:19 1993  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.

Sat May 22 18:08:08 1993  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.

Sat May 22 14:00:33 1993  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.

Sat May 22 01:53:26 1993  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. 

Sat May 22 00:18:56 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* simple.el (pending-undo-list): Var declared.

	* apropos.el (apropos-print-matches): Bind tem.

Fri May 21 18:54:24 1993  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.

Fri May 21 12:37:20 1993  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.

Thu May 20 09:57:37 1993  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.

Wed May 19 15:48:21 1993  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.

Wed May 19 12:01:40 1993  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.

Wed May 19 08:24:52 1993  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.

Wed May 19 02:02:10 1993  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.

Wed May 19 00:06:03 1993  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.

Tue May 18 19:21:59 1993  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.

Tue May 18 18:28:06 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* loaddefs.el: Add bindings for C-SPC and C-/, like C-@ and C-_.

Tue May 18 17:14:27 1993  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.

Tue May 18 11:45:59 1993  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.

Mon May 17 00:42:53 1993  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.

Sun May 16 23:37:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* texinfo.el (texinfo-chapter-level-regexp): Copied here.

Mon May 17 02:42:16 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* gnus.el (gnus-info-directory): Variable removed.
	(gnus-info-find-node): Don't use it.

Sun May 16 22:40:14 1993  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...

Sun May 16 09:19:32 1993  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.

Sat May 15 22:09:19 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)

	* version.el (emacs-version): Alpha release 19.6.

Sat May 15 12:52:36 1993  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.

Fri May 14 11:46:53 1993  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.

Fri May 14 11:21:22 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)

	* subr.el (overlay-start, overlay-end, overlay-buffer): Removed.

	* vc.el (vc-version-diff): Match parens.

Fri May 14 03:29:31 1993  Paul Eggert  (eggert@twinsun.com)

	* vc.el (vc-revert-buffer1): Don't assume that compilation-error-list
	is a list; it might be t.

Thu May 13 12:53:28 1993  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.

Thu May 13 05:48:19 1993  Paul Eggert  (eggert@twinsun.com)

	* vc.el (vc-version-diff): Don't move point in current buffer.

Thu May 13 05:28:14 1993  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.

Wed May 12 12:13:49 1993  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.

Sat May  8 00:55:11 1993  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.

Tue May 11 15:15:05 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)

	* faces.el: Re-arranged to put accessors at the top.

Mon May 10 12:16:50 1993  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.

Mon May 10 00:49:06 1993  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.

Sun May  9 19:38:38 1993  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.

Sun May  9 19:17:29 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* dabbrev.el (dabbrev-expand): Delete a search-forward call
	after the second replace-match.

Sun May  9 23:16:19 1993  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.

Sun May  9 01:30:05 1993  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.

Sat May  8 23:15:07 1993  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.

Sat May  8 22:42:26 1993  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.

Sat May  8 12:45:17 1993  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.

Fri May  7 22:47:43 1993  Paul Eggert  (eggert@twinsun.com)

	* vc.el (vc-directory-18): New function.
	If Emacs 18, make vc-directory alias to this.

Fri May  7 12:50:35 1993  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.

Fri May  7 03:02:55 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)

	* term/x-win.el: (require 'faces), too.  Move (require 'select) to top,
	with the other requires.

Thu May  6 13:13:10 1993  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.

Thu May  6 10:28:04 1993  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.

Wed May  5 14:11:45 1993  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.

Tue May  4 12:42:19 1993  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.

Mon May  3 12:52:03 1993  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.

Mon May  3 11:00:27 1993  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.

Sat May  1 10:53:35 1993  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.

Fri Apr 30 07:51:50 1993  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.

Thu Apr 29 13:19:09 1993  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.

Thu Apr 29 09:34:02 1993  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.

Wed Apr 28 18:48:52 1993  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.

Wed Apr 28 17:19:21 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)

	* bibtex.el: Installed Aaron Larson's new bibtex.el.  See the
	header comment for details.

Wed Apr 28 16:31:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* gnuspost.el (gnus-inews-organization):
	If ORGANIZATION is "", set it to nil.

Wed Apr 28 13:34:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* files.el (file-truename): Undo last change.

Tue Apr 27 22:01:32 1993  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.

Tue Apr 27 11:25:32 1993  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.

Mon Apr 26 15:21:01 1993  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.

Mon Apr 26 05:15:08 1993  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'.

Mon Apr 26 05:01:41 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)

	* files.el (cd): Handle leading "~" like an absolute filename.

	* dired.el: Changed fsets to defaliases.

Sun Apr 25 22:26:51 1993  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.

Sun Apr 25 06:14:19 1993  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.

Sun Apr 25 00:48:29 1993  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.

Sat Apr 24 06:08:52 1993  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). 

Fri Apr 23 07:31:14 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)

	* isearch.el: Replaced all fsets with defaliases.

Fri Apr 23 06:51:44 1993  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.

Thu Apr 22 22:56:54 1993  Roland McGrath  (roland@mole.gnu.ai.mit.edu)

	* ange-ftp.el (ange-ftp-binary-file-name-regexp):
	Match .z and .z-part-?? files.

Wed Apr 21 03:47:05 1993  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.

Mon Apr 19 21:29:48 1993  Roland McGrath  (roland@mole.gnu.ai.mit.edu)

	* vc.el (vc-revert-buffer1): Typo fix in last change.

	* shell.el (shell-mode): isationization (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.

Sat Apr 17 17:44:30 1993  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'.

Fri Apr 16 19:36:29 1993  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

Fri Apr 16 19:23:21 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)

	* electric.el (shrink-window-if-larger-than-buffer):
	Moved to window.el.

Fri Apr 16 18:55:13 1993  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 ~.

Fri Apr 16 09:06:07 1993  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.

Wed Apr 14 16:35:17 1993  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.

Wed Apr 14 15:56:19 1993  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.

Wed Apr 14 15:34:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* makefile.el (makefile-mode): Fix typo in autoload cookie.

	* isearch.el: Doc fixes.

Wed Apr 14 16:41:51 1993  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.

Wed Apr 14 16:38:49 1993  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.

Wed Apr 14 03:34:44 1993  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.

Mon Apr 12 21:36:52 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)

	* bytecomp.el: The `suspend-hooks' variable is obsolete now, and
	`suspend-hook' is the right name.

Mon Apr 12 21:36:20 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)

	* term/sun-mouse.el (suspend-emacstool): Run suspend-hook, not
	suspend-hooks.

Mon Apr 12 07:54:16 1993  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.

Mon Apr 12 04:30:46 1993  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. 

Mon Apr 12 03:49:01 1993  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'.

Sat Apr 10 14:28:05 1993  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.

Sat Apr 10 06:21:55 1993  Jim Blandy  (jimb@mole.gnu.ai.mit.edu)

	* subr.el (overlay-start, overlay-end, overlay-buffer): New
	defsubsts.

Sat Apr 10 00:39:29 1993  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.

Sat Apr 10 00:39:29 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)

	* paragraphs.el (sentence-end, forward-sentence): Doc fixes.

Fri Apr  9 23:17:05 1993  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."

Fri Apr  9 03:34:22 1993  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. 

Thu Apr  8 17:47:39 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* autoload.el (generate-file-autoloads): Doc fix.

Thu Apr  8 16:35:59 1993  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.

Thu Apr  8 07:10:13 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)

	* menu-bar.el: entered into RCS

	* lucid.el: Add copyright notice.

Wed Apr  7 20:58:20 1993  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.

Wed Apr  7 17:42:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* menu-bar.el: New file.

	* fill.el (fill-nonuniform-paragraphs): New command.

Wed Apr  7 16:58:20 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* compile.el (compile-internal): Initialize the process-mark.

Wed Apr  7 16:14:29 1993  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.

Wed Apr  7 15:24:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* files.el (find-file-noselect):
	Verify other buffers' file numbers are still valid.

Wed Apr  7 14:34:17 1993  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.

Wed Apr  7 00:27:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* tabify.el (untabify): Don't really change where restriction starts.

Tue Apr  6 13:11:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* dired.el (dired-pop-to-buffer): Adjust count-lines val for last line.

Mon Apr  5 19:52:16 1993  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.

Mon Apr  5 17:13:43 1993  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.

Sat Apr  3 23:28:03 1993  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

Sat Apr  3 11:00:56 1993  Noah Friedman  (friedman@geech.gnu.ai.mit.edu)

	* comint.el: New comint-read-noecho.

Fri Apr  2 16:41:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)

	* chistory.el (repeat-history-command): Bug fix.  Someone forgot a car.

Fri Apr  2 01:18:58 1993  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.

Thu Apr  1 17:19:36 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)

	* lisp-mode.el (eval-defun): Rename argument to avoid collision.
	(eval-last-sexp): Likewise.

Wed Mar 31 21:11:36 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* etags.el (etags-tags-completion-table): Rewritten with a mondo
	regexp.

Wed Mar 31 20:05:51 1993  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.

Wed Mar 31 16:12:06 1993  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.

Tue Mar 30 17:15:24 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)

	* files.el (find-backup-file-name): Delete nothing if overflow
	in number of versions to keep.

Tue Mar 30 16:12:13 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)

	* subr.el (int-to-string): Make this an alias for the subr
	number-to-string.

Tue Mar 30 14:37:56 1993  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.

Tue Mar 30 14:37:42 1993  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.

Tue Mar 30 16:22:39 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)

	* ring.el: Changed summary line.

Tue Mar 30 02:27:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* faces.el: New file.

Mon Mar 29 14:08:44 1993  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.

Mon Mar 29 15:38:31 1993  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.

Mon Mar 29 03:09:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* mailabbrev.el: Provide mailabbrev, not mail-abbrevs.

Sun Mar 28 15:10:50 1993  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.

Sun Mar 28 01:53:54 1993  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.

Sun Mar 28 06:40:46 1993  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.

Sat Mar 27 16:26:22 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)

	* refer.el: Installed.

Sat Mar 27 13:00:59 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)

	* lucid.el (try-face-font, find-face, get-face): New aliases.

Sat Mar 27 08:20:12 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)

	* abbrevlist.el, old-inf-lisp.el, old-screen.el old-shell.el,
	oshell.el: Removed.

Sat Mar 27 02:44:26 1993  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 ?\ .

Sat Mar 27 01:18:21 1993  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.

Fri Mar 26 21:45:40 1993  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.

Sat Mar 27 01:58:44 1993  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.

Fri Mar 26 07:28:20 1993  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.

Fri Mar 26 02:27:15 1993  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.

Fri Mar 26 04:17:45 1993  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.

Thu Mar 25 03:40:35 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)

	* help.el (describe-function): Add blank line above doc string.

	* uncompress.el: Add provide call.

Thu Mar 25 01:57:43 1993  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.

Wed Mar 24 23:38:53 1993  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.

Wed Mar 24 20:27:07 1993  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.

Wed Mar 24 02:59:21 1993  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.

Tue Mar 23 18:27:03 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)

	* compile.el: Fix library headers.

Tue Mar 23 07:41:49 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)

	* files.el (insert-directory): Do chase symlinks before passing
	the directory name to ls.

Tue Mar 23 07:26:34 1993  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.

Tue Mar 23 02:26:42 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)

	* replace.el (query-replace-map): Define backspace like delete.

Mon Mar 22 22:44:49 1993  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.

Mon Mar 22 17:35:29 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)

	* term/x-win.el (x-win-suspend-error):
	suspend-hook renamed from suspend-hooks.

Mon Mar 22 16:53:22 1993  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.

Mon Mar 22 14:15:30 1993  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.

Mon Mar 22 06:59:54 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)

	* help.el: Don't load help-screen at run time if compiled.

Mon Mar 22 05:42:35 1993  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.

Mon Mar 22 03:27:18 1993  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.

Sun Mar 21 03:03:46 1993  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.

Sun Mar 21 00:30:21 1993  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.

Sat Mar 20 15:16:51 1993  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.

Fri Mar 19 21:48:09 1993  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.

Fri Mar 19 17:38:48 1993  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.

Fri Mar 19 14:21:44 1993  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.

Thu Mar 18 21:44:24 1993  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.

Thu Mar 18 21:39:28 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)

        * solar.el (solar-time-string): Round the time properly.

Thu Mar 18 21:29:42 1993  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.

Thu Mar 18 19:22:48 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)

	* frame.el (make-frame): Renamed from new-frame.
	(new-frame): Alias for make-frame.

Thu Mar 18 14:18:32 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)

	* frame.el (make-frame): Renamed from new-frame.
	(new-frame): Alias for make-frame.

Thu Mar 18 11:34:34 1993  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.

Thu Mar 18 03:38:31 1993  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.

Wed Mar 17 16:57:17 1993  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.

Wed Mar 17 13:24:32 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* finder-inf.el: Deleted the RCS file.

Wed Mar 17 17:19:16 1993  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.

Wed Mar 17 14:26:35 1993  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.

Wed Mar 17 14:01:56 1993  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.

Tue Mar 16 21:09:56 1993  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).

Tue Mar 16 13:03:35 1993  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'.

Tue Mar 16 10:52:06 1993  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.

Tue Mar 16 03:40:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* calendar.el (calendar-time-zone): Initialize this when
	calendar.el loads, not in the defvar.

Mon Mar 15 01:01:29 1993  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.

Sun Mar 14 23:43:04 1993  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.

Sun Mar 14 00:51:01 1993  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.

Sat Mar 13 16:45:11 1993  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.

Fri Mar 12 19:53:22 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)

	* term/x-win.el: Added library headers.

Fri Mar 12 14:53:51 1993  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.

Thu Mar 11 18:50:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* term/x-win.el: Cancel previous change, since it discarded
	earlier necessary changes.

Thu Mar 11 13:45:58 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* term/x-win.el: Cancel previous change, since it discarded
	earlier necessary changes.

Thu Mar 11 09:00:25 1993  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

Thu Mar 11 07:01:17 1993  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.

Thu Mar 11 03:00:19 1993  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...

Thu Mar 11 02:01:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* startup.el (command-line-1): Fix copyright year.

Wed Mar 10 12:59:06 1993  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.

Wed Mar 10 12:06:52 1993  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.

Wed Mar 10 06:31:49 1993  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.

Tue Mar  9 17:58:31 1993  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.

Tue Mar  9 00:36:33 1993  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.

Mon Mar  8 01:39:42 1993  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.

Sun Mar  7 15:12:13 1993  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.

Sun Mar  7 18:20:54 1993  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.

Sun Mar  7 04:22:37 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* term/x-win.el (function-key-map):
	Map key symbols backspace, return... into ASCII chars.

Sun Mar  7 02:34:45 1993  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.

Sat Mar  6 00:12:46 1993  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.

Fri Mar  5 15:34:03 1993  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.

Fri Mar  5 11:33:59 1993  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.

Fri Mar  5 09:37:35 1993  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.

Thu Mar  4 12:31:22 1993  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.

Wed Mar  3 00:11:53 1993  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.

Tue Mar  2 13:38:56 1993  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.

Tue Mar  2 07:35:52 1993  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'.

Tue Mar  2 00:25:09 1993  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.

Mon Mar  1 04:04:09 1993  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.

Mon Mar  1 00:18:31 1993  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.

Sun Feb 28 01:27:39 1993  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.

Fri Feb 26 15:48:00 1993  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.

Fri Feb 26 02:22:26 1993  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.

Thu Feb 25 01:38:33 1993  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.

Wed Feb 24 19:36:06 1993  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.

Wed Feb 24 13:03:57 1993  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.

Mon Feb 22 03:18:59 1993  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.

Sun Feb 21 17:16:50 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)

	* two-column.el: Add autoloads for the functions defined in
	tc-mode-map.

Sun Feb 21 01:28:49 1993  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.

Sat Feb 20 01:22:56 1993  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.

Fri Feb 19 00:05:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* help.el (describe-function):
	Print the arglist if the function is bytecode or a list.

Wed Feb 17 21:23:39 1993  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.

Wed Feb 17 16:30:21 1993  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.

Wed Feb 17 15:31:57 1993  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.

Tue Feb 16 01:33:55 1993  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.

Mon Feb 15 19:22:00 1993  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.

Mon Feb 15 02:42:40 1993  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.

Fri Feb 12 17:16:14 1993  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.

Thu Feb 11 18:31:38 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* flow-ctrl.el (enable-flow-control...): Renamed from evade...
	(enable-flow-control): Add autoload.

Wed Feb 10 01:45:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* gosmacs.el (set-gosmacs-bindings): Fix binding of \eh.

Wed Feb 10 01:16:56 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)

	* gosmacs.el: Require 'mlsupport, to get definition of
	backward-kill-word.

Wed Feb 10 00:11:57 1993  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.

Mon Feb  8 17:25:34 1993  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.

Mon Feb  8 15:32:57 1993  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.

Mon Feb  8 12:03:00 1993  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.

Sun Feb  7 21:36:06 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)

	* subr.el (mod): Add back this alias for %.

Sun Feb  7 00:50:20 1993  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.

Sat Feb  6 20:11:21 1993  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.

Fri Feb  5 13:28:05 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* comint.el (make-comint): Added docstring.

Fri Feb  5 12:41:42 1993  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.

Thu Feb  4 21:05:09 1993  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.

Tue Feb  2 15:22:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* sort.el (sort-subr): Doc fixes.

	* sendmail.el (mail-do-fcc): Allow dash in timezone name.

Mon Feb  1 17:18:22 1993  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.

Sun Jan 31 15:48:19 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* mailabbrev.el (mail-abbrev-end-of-buffer):
	Changed interactive spec from "P" to "p".

Fri Jan 29 22:42:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* cmacexp.el (c-macro-expand): Use expanded name to write or delete.
	Send two eofs.

Thu Jan 28 15:22:10 1993  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.

Thu Jan 28 01:14:05 1993  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.

Tue Jan 26 01:26:58 1993  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.

Mon Jan 25 12:08:05 1993  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.

Mon Jan 25 12:04:33 1993  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.

Sun Jan 25 19:45:01 1993  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.

Sun Jan 24 16:14:04 1993  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.

Sat Jan 23 03:11:03 1993  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.

Fri Jan 22 01:00:05 1993  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.

Thu Jan 21 22:37:11 1993  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.

Thu Jan 21 17:37:04 1993  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.

Wed Jan 20 15:01:27 1993  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.

Tue Jan 19 16:05:15 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* etags.el (visit-tags-table-buffer):
	Error if called with 'same and no current table.

Tue Jan 19 15:15:15 1993  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.

Tue Jan 19 15:10:39 1993  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.

Fri Jan 15 07:48:49 1993  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.

Fri Jan 15 02:00:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* shell.el (shell): Doc fix.

Thu Jan 14 16:26:21 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* files.el (switch-to-buffer-other-frame): Pass t to pop-to-buffer.

Thu Jan 14 03:35:40 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)

	* scrollbar.el: New file.
	* term/x-win.el: Require 'scrollbar.

Wed Jan 13 10:36:59 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)

        * solar.el (solar-time-string): Round the time properly.

Tue Jan 12 20:30:46 1993  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.

Mon Jan 11 22:15:22 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)

	* page-ext.el (next-page): Correctly handle negative page count.

Mon Jan 11 00:10:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* simple.el (kill-append): Doc fix.

Sat Jan  9 23:11:03 1993  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.

Sat Jan  9 08:52:19 1993  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.

Sat Jan  8 19:01:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* upd-copyr.el (update-copyright): Doc fix.

Fri Jan  8 16:12:30 1993  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.

Fri Jan  8 15:28:41 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* timer.el (run-at-time): Use a pipe to talk to the timer process.

Thu Jan  7 16:27:43 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)

	* simple.el (set-goal-column): Make this disabled by default.

Thu Jan  7 05:18:23 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* sendmail.el (mail-send):
	Don't clear modified or delete autosave if visiting a file.

Tue Jan  5 23:40:18 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* hippie.el: New file.

Mon Jan  4 06:35:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* apropos.el (apropos-match-keys): Handle non-chars as keys.

Sat Jan  2 16:20:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* compile.el (compilation-sentinel): Change buffer-read-only with let.

Tue Dec 29 16:06:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* mouse.el (mouse-buffer-menu): Select the window clicked on.

Tue Dec 28 20:07:26 1992  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.

Sat Dec 26 03:46:03 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* files.el (abbreviated-home-dir): New variable.
	(abbreviate-file-name): Properly convert abbreviated homedir to ~.

Thu Dec 24 17:42:05 1992  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.

Mon Dec 21 14:13:11 1992  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.

Mon Dec 21 13:34:22 1992  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.

Mon Dec 21 02:59:00 1992  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.

Sun Dec 20 14:30:41 1992  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.

Sat Dec 19 15:53:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* loadup.el: Display load-path at start.

Sat Dec 19 09:30:24 1992  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.

Thu Dec 17 04:12:08 1992  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.

Tue Dec 15 18:56:21 1992  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.

Mon Dec 14 11:15:11 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)

	* compile.el (compilation-error-regexp-alist): Add regexp for the
	MIPS CC distributed with Ultrix.

Sat Dec 12 03:22:57 1992  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.

Fri Dec 11 01:19:11 1992  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.

Wed Dec  9 17:30:20 1992  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.

Tue Dec  8 21:29:34 1992  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.

Mon Dec  7 20:10:32 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)

	* lpr.el (lpr-switches, lpr-command): Make these defvars, not
	defconsts.

Fri Dec  4 00:31:30 1992  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.

Thu Dec  3 23:45:21 1992  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.

Tue Dec  1 22:34:42 1992  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.

Fri Nov 27 17:54:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* add-log.el (add-change-log-entry):
	Expand file-name again after chasing links.

Fri Nov 20 14:33:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* vc.el (vc-next-action): Undo previous change.

Thu Nov 19 16:44:24 1992  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.

Wed Nov 18 12:34:10 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)

	* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
	<saw@hallc1.cebaf.gov>

Tue Nov 17 00:22:09 1992  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.

Sun Nov 15 02:17:04 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)

	* simple.el (comment-column): Doc fix.

Fri Nov 13 13:45:55 1992  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".

Thu Nov 12 02:53:21 1992  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".

Wed Nov 11 23:24:15 1992  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.

Wed Nov 11 15:18:12 1992  Eric S. Raymond (eric@mole.gnu.ai.mit.edu)

	* c-mode.el (c-style-alist): Add quotes around C++ style name.

Tue Nov 10 21:00:27 1992  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.

Sun Nov  8 13:58:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* vc.el (vc-cancel-version): Use yes-or-no-p.

Fri Nov  6 23:05:17 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* startup.el (after-init-hook): Doc fix.

Thu Nov  5 22:07:19 1992  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.

Thu Nov  5 09:58:13 1992  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.

Thu Nov  5 05:00:28 1992  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.

Wed Nov  4 23:58:42 1992  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.

Wed Nov  4 01:44:17 1992  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.

Tue Nov  3 19:52:43 1992  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.

Tue Nov  3 03:46:41 1992  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.

Sun Nov  1 17:07:52 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* isearch-mode.el (isearch-search): Handle all sorts of errors
	from regexp search.

Sat Oct 31 04:27:09 1992  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'.

Fri Oct 30 22:34:45 1992  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.

Fri Oct 30 00:37:54 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* tabify.el: Doc fix.

Wed Oct 28 01:03:50 1992  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.

Tue Oct 27 03:47:32 1992  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.

Mon Oct 26 23:11:12 1992  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.

Sat Oct 24 15:57:11 1992  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.

Fri Oct 23 04:53:38 1992  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.

Wed Oct 21 00:50:11 1992  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.

Tue Oct 20 00:35:01 1992  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.

Mon Oct 19 18:37:46 1992  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.

Sun Oct 18 15:09:51 1992  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.

Sat Oct 17 21:06:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* replace.el (occur): Always search entire buffer.

Sat Oct 17 17:34:47 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)

	* mouse.el (mouse-tear-off-window): New function.

Sat Oct 17 03:07:14 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* mouse.el (mouse-set-region): New command.  Bind drag-mouse-1 to it.

Thu Oct 15 03:17:47 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* telnet.el (telnet): Wait for telnet output before sending `open'.

Wed Oct 14 12:29:09 1992  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.

Tue Oct 13 15:48:28 1992  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.

Mon Oct 12 17:18:22 1992  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.

Mon Oct 12 00:52:04 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* picture.el (edit-picture): Run picture-mode-hook.

Sat Oct 10 12:12:30 1992  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.

Sat Oct 10 02:13:18 1992  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.

Fri Oct  9 01:29:03 1992  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.

Thu Oct  8 02:14:14 1992  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.

Wed Oct  7 04:59:09 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* cust-print.el: CP:: changed to cust-print- in all names.
	Lots of doc fixes.

Tue Oct  6 01:12:33 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* add-log.el (add-log-current-defun): Catch errors checking for DEFUN.

Mon Oct  5 16:53:41 1992  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.

Mon Oct  5 16:33:46 1992  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.

Mon Oct  5 06:15:05 1992  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.

Mon Oct  5 05:49:27 1992  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.

Mon Oct  5 05:17:21 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* vc.el (vc-checkin-switches): New defvar.
	(vc-backend-checkin): Pass vc-checkin-switches to prog.

Mon Oct  5 00:12:51 1992  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.

Sun Oct  4 00:08:59 1992  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.

Sat Oct  3 23:44:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* simple.el (insert-buffer): Before reading arg, barf if read-only.

Sat Oct  3 03:01:25 1992  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.

Fri Oct  2 22:21:12 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* simple.el (open-line): Shield undo from the hack to insert at pt-1.

Thu Oct  1 20:31:53 1992  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.

Thu Oct  1 02:00:41 1992  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.

Wed Sep 30 06:30:31 1992  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.

Wed Sep 30 04:36:39 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* gud.el (gud-last-frame): Added defvar for this.

Tue Sep 29 22:12:49 1992  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.

Wed Sep 30 01:45:47 1992  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.

Tue Sep 29 23:59:26 1992  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.

Tue Sep 29 14:14:01 1992  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.

Tue Sep 29 02:09:01 1992  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.

Mon Sep 28 08:34:47 1992  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.

Mon Sep 28 01:27:56 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* map-ynp.el: Use (function ...) around lambdas, so it works in v18.

Sun Sep 27 02:42:08 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* vc.el (vc-update-change-log): Use file-relative-name.

Sun Sep 27 02:40:49 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* files.el (file-relative-name):
	Rewritten so unrelativizable file names win.

Sun Sep 27 02:27:00 1992  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.

Sun Sep 27 01:51:04 1992  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.

Sun Sep 27 01:24:00 1992  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.

Sun Sep 27 00:45:57 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* vc-hooks.el (vc-toggle-read-only): Doc fix.
	(vc-mode-line): Add interactive spec.

Sat Sep 26 03:51:54 1992  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.

Thu Sep 24 03:22:29 1992  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.

Wed Sep 23 15:34:53 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)

        * cal-mayan.el (calendar-print-mayan-date): Fix conversion in
        output message.

Wed Sep 23 00:18:25 1992  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.

Mon Sep 21 03:46:20 1992  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.

Sun Sep 20 15:06:52 1992  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.

Sat Sep 19 01:58:01 1992  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.

Fri Sep 18 02:58:14 1992  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.

Thu Sep 17 15:50:30 1992  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.

Thu Sep 17 14:31:04 1992  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.

Wed Sep 16 21:27:17 1992  Joseph Arceneaux  (jla@churchy.gnu.ai.mit.edu)

	* isearch-mode.el (isearch-ring-advance-edit): added missing
	closing paren to end of this function.

Wed Sep 16 20:45:04 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* rmail.el (rmail-insert-inbox-text): Avoid "Getting mail from"
	message for zero-length files.

Tue Sep 15 17:04:49 1992  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.

Tue Sep 15 03:21:44 1992  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.

Mon Sep 14 20:10:28 1992  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.

Mon Sep 14 19:02:22 1992  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.

Mon Sep 14 18:31:53 1992  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.

Mon Sep 14 14:41:54 1992  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.

Mon Sep 14 01:54:25 1992  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.

Sun Sep 13 14:13:23 1992  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.

Sun Sep 13 03:33:49 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)

	* mouse.el: Change uses of 'K' interactive spec to 'e'.

Sun Sep 13 00:13:00 1992  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.

Sat Sep 12 04:41:34 1992  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.

Fri Sep 11 03:06:55 1992  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.

Thu Sep 10 18:58:19 1992  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.

Wed Sep  9 19:53:33 1992  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.

Tue Sep  8 15:25:58 1992  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.

Sat Sep  5 19:19:26 1992  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.

Fri Sep  4 04:59:33 1992  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.

Fri Sep  4 17:49:24 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* server.el: Add provide.

Fri Sep  4 01:20:40 1992  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.

Thu Sep  3 20:04:28 1992  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.

Wed Sep  2 19:15:42 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* compile.el (compile-goto-error): Move to bol before looking for
	the error.

Wed Sep  2 18:09:41 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)

	* c-mode.el (c-auto-newline): Added backslashed before quotes in
	docstring.

Tue Sep  1 15:05:33 1992  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.

Mon Aug 31 20:24:43 1992  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.

Mon Aug 31 19:22:20 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* loadup.el: Don't delete old DOC-M.N.O file if it doesn't exist.

Mon Aug 31 02:26:43 1992  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.

Sun Aug 30 21:57:08 1992  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.

Sat Aug 29 04:25:31 1992  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.

Thu Aug 27 00:22:35 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* add-log.el (add-log-current-defun): Recognize Emacs DEFUN properly.

Mon Aug 24 18:47:15 1992  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".

Mon Aug 24 18:07:55 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* etags.el (etags-recognize-tags-table): Don't print message.

Fri Aug 21 03:18:34 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* simple.el: Doc fixes.

Wed Aug 19 04:13:25 1992  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.

Wed Aug 19 03:03:49 1992  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.

Tue Aug 18 17:18:25 1992  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.)

Mon Aug 17 14:28:46 1992  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.

Mon Aug 17 23:13:23 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* sort.el (sort-subr): No progress messages if sorting less than 50k.

Mon Aug 17 13:56:14 1992  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.

Fri Aug 14 13:24:20 1992  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.

Fri Aug 14 03:50:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* info.el (Info-find-node): Be more flexible about format of
	tags table.

Thu Aug 13 20:14:21 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* unrmail.el: New file.

Thu Aug 13 15:01:28 1992  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.

Wed Aug 12 14:37:41 1992  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).

Wed Aug 12 02:48:34 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* add-log.el (change-log-mode): Make it autoload.

Wed Aug 12 01:49:56 1992  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.

Tue Aug 11 21:35:43 1992  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.

Tue Aug 11 03:25:08 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* simple.el (eval-expression): Doc fix.

Mon Aug 10 17:24:27 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* add-log.el (add-log-current-defun): Protect against "Unbalanced
	parens" error from down-list.

Mon Aug 10 10:19:28 1992  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.

Mon Aug 10 09:03:24 1992  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.

Sat Aug  8 18:08:46 1992  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.

Sat Aug  8 13:37:31 1992  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.

Fri Aug  7 17:13:23 1992  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.

Fri Aug  7 04:51:50 1992  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.

Thu Aug  6 19:44:31 1992  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-}.

Wed Aug  5 00:41:53 1992  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.

Tue Aug  4 21:08:02 1992  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.

Tue Aug  4 18:30:51 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* compile.el (compilation-next-file): Use FILE instead of "This"
	in error for moving too far.

Tue Aug  4 17:39:24 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* comint.el (comint-mode-map): Set to nil at load time.

	* lint.el: File deleted.

Tue Aug  4 17:28:01 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* compile.el (compilation-parse-errors): Write progress messages
	on all regexp matches, not just errors.

Tue Aug  4 13:08:26 1992  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.

Tue Aug  4 01:01:00 1992  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.

Mon Aug  3 20:52:21 1992  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.

Mon Aug  3 18:33:31 1992  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.

Mon Aug  3 17:11:41 1992  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.

Mon Aug  3 15:20:17 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* gud.el (gud-def): If KEY is nil, don't make a binding.

Mon Aug  3 14:50:40 1992  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.

Mon Aug  3 12:41:32 1992  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.

Mon Aug  3 05:19:24 1992  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?

Sun Aug  2 00:39:59 1992  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. 

Sat Aug  1 22:35:09 1992  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.

Sat Aug  1 15:00:51 1992  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.

Sat Aug  1 10:41:29 1992  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.

Fri Jul 31 13:01:45 1992  Robert J. Chassell  (bob@churchy.gnu.ai.mit.edu)

	* loaddefs.el: New keybinding, `C-x r y', for `yank-rectangle'. 

Fri Jul 31 10:17:35 1992  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.

Fri Jul 31 00:04:58 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* startup.el (command-line-1): Mention info in startup message.

Thu Jul 30 22:27:50 1992  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.

Thu Jul 30 17:08:34 1992  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.

Thu Jul 30 15:23:02 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)

	* bytecomp.el (byte-compile-warnings): By default, do not display
	warnings about references free variables.

Thu Jul 30 00:30:21 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* sendmail.el (mail): Get rid of the multiple mail buffer feature.

Wed Jul 29 16:04:40 1992  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.


Wed Jul 29 00:56:29 1992  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.

Wed Jul 29 00:18:09 1992  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.

Tue Jul 28 22:54:02 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* compile.el (compilation-mode-map): Bind SPC, DEL, M-n, M-p.

Tue Jul 28 22:15:36 1992  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.

Tue Jul 28 18:12:28 1992  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.

Tue Jul 28 11:48:12 1992  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.

Tue Jul 28 01:24:36 1992  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.

Mon Jul 27 16:24:31 1992  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.	

Mon Jul 27 13:27:44 1992  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.

Mon Jul 27 03:59:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* completion.el: Moved to external-lisp.

	* diff.el (diff-rcs, diff-sccs): Deleted.

Mon Jul 27 02:53:31 1992  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).

Sun Jul 26 22:37:50 1992  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.	

Sun Jul 26 22:14:02 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* etags.el (tags-exact-match-p): Rewritten.
	(tags-with-syntax): New macro.

Sun Jul 26 19:20:33 1992  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.

Sun Jul 26 15:26:20 1992  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.

Fri Jul 24 00:16:32 1992  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.

Thu Jul 23 22:53:46 1992  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.  

Thu Jul 23 15:31:04 1992  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.

Thu Jul 23 13:17:24 1992  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.

Wed Jul 22 18:53:04 1992  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.
	
Wed Jul 22 17:16:56 1992  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.

Wed Jul 22 17:04:14 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* etags.el (last-tag): New defvar.
	(find-tag-noselect): Set and use it.

Wed Jul 22 16:54:20 1992  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.

Wed Jul 22 16:44:30 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* etags.el (find-tag-noselect): Properly return
	find-tag-in-order's value.

Wed Jul 22 12:55:43 1992  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.

Wed Jul 22 00:23:27 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)

	* Removed all Last-Modified headers.

Tue Jul 21 23:14:54 1992  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....
	
Tue Jul 21 21:15:37 1992  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.

Tue Jul 21 19:29:21 1992  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.

Tue Jul 21 14:22:35 1992  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.

Tue Jul 21 13:57:56 1992  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.
	
Tue Jul 21 03:38:22 1992  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)

Tue Jul 21 00:02:03 1992  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.

Mon Jul 20 23:02:48 1992  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.	
	
Mon Jul 20 22:48:55 1992  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.
	
Mon Jul 20 18:30:25 1992  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.

Mon Jul 20 14:57:27 1992  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.
	
Sun Jul 19 01:05:22 1992  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.
	
Sun Jul 19 00:24:35 1992  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.

Sat Jul 18 20:13:20 1992  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.	
	
Fri Jul 17 17:32:29 1992  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.

Fri Jul 17 16:24:26 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)

	* Keywords added for [n-z]*.el.  Finder now under construction.

Fri Jul 17 16:09:55 1992  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.

Fri Jul 17 03:11:10 1992  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.

Thu Jul 16 17:49:20 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* Changed all copying notices to GPL version 2.

Thu Jul 16 17:34:28 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)

	* Finished decorating the library files with new standard headers.

Thu Jul 16 16:13:25 1992  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.
	
Thu Jul 16 16:03:55 1992  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.

Thu Jul 16 15:50:49 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
	
	* byte-run.el (defsubst): Removed extra closing paren at the end
	of this function.
	
Thu Jul 16 00:26:55 1992  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.

Wed Jul 15 19:31:16 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
	
	* New library headers for [opqrst]*.el.  Ghod, this is boring.	
	
Wed Jul 15 13:07:37 1992  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.

Wed Jul 15 00:28:58 1992  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.

Tue Jul 14 19:43:05 1992  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.

Tue Jul 14 15:51:38 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)

	* [uvwxy]*.el: Added headers for new Emacs Lisp documentation
	conventions.

Tue Jul 14 11:21:34 1992  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.

Mon Jul 13 22:49:25 1992  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.

Mon Jul 13 16:46:51 1992  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.

Mon Jul 13 16:26:07 1992  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.

Mon Jul 13 14:39:10 1992  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.

Mon Jul 13 10:49:26 1992  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.

Sat Jul 11 14:59:21 1992  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.	
	
Fri Jul 10 17:45:33 1992  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.

Thu Jul  9 20:28:46 1992  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.

Wed Jul  8 14:14:25 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* terminal.el (te-set-escape-char): Improve messages.

Tue Jul  7 13:57:28 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* etags.el (find-tag): Don't set tags-loop-form.

Mon Jul  6 20:45:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* sendmail.el (mail-do-fcc): Call rmail-set-message-counters.

Mon Jul  6 18:27:40 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* etags.el (visit-tags-table): Remove automounter prefixes before
	setting tags-file-name.

Mon Jul  6 16:33:50 1992  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.

Mon Jul  6 14:47:05 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)

        * tex-mode.el (tex-file): Fix reference to tex-offer-save.

Sun Jul  5 15:00:05 1992  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.

Sat Jul  4 21:20:55 1992  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.

Sat Jul  4 12:21:50 1992  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.

Thu Jul  2 17:43:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* files.el (recover-file): Pass -L option to ls, if file is link.

Wed Jul  1 22:25:11 1992  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.

Wed Jul  1 17:47:28 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* cmutex.el: Deleted, following recommendation of reingold.

Tue Jun 30 07:37:25 1992  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.

Sun Jun 28 22:23:00 1992  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.

Sun Jun 28 16:31:53 1992  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.

Sat Jun 27 09:10:36 1992  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.

Fri Jun 26 16:35:22 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)

	* holidays.el (calendar-holiday-list): Protect holiday evaluation from
	 bogus holidays on list.

Fri Jun 26 00:13:43 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* outline.el (outline-flag-region): Bind buffer-read-only to nil.

Thu Jun 25 23:26:35 1992  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.

Thu Jun 25 11:15:54 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)

	* diary.el (diary-rosh-hodesh): Change mod to % in two places.

Wed Jun 24 15:00:20 1992  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.

Tue Jun 23 17:34:54 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)

	* autoload.el: The docstring is the third element of a `defun'
	form, not the second.

Tue Jun 23 17:06:24 1992  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.

Mon Jun 22 00:58:59 1992  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?.

Sun Jun 21 23:08:09 1992  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.

Sun Jun 21 19:20:44 1992  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.

Fri Jun 19 16:17:26 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* upd-copyr.el (update-copyright): Grok abbreviated years.

Fri Jun 19 03:42:43 1992  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+'.

Thu Jun 18 16:28:26 1992  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 .'.

Wed Jun 17 02:21:28 1992  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.

Tue Jun 16 23:24:42 1992  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.

Mon Jun 15 17:07:08 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* mailabbrev.el: New version from jwz.

Mon Jun 15 01:53:07 1992  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.

Sun Jun 14 16:00:07 1992  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.

Sun Jun 14 15:58:20 1992  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 "::".

Sat Jun 13 19:34:19 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* gnus.el (gnus-nntp-server): Eval gnus-default-nntp-server only
	if bound.

Fri Jun 12 06:09:19 1992  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.

Fri Jun 12 18:24:26 1992  Joseph Arceneaux  (jla@churchy.gnu.ai.mit.edu)

	* simple.el (current-kill): Fixed misnamed parameter and
	reorganized code slightly.

Thu Jun 11 16:39:10 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* rmailout.el (rmail-output): Get date using mail-fetch-field.

Wed Jun 10 22:31:14 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* compile.el (compile-internal): Do buffer-disable-undo here.
	(compilation-mode): Not here.

Wed Jun 10 02:57:23 1992  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.

Tue Jun  9 21:55:13 1992  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.

Tue Jun  9 14:16:10 1992  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.

Mon Jun  8 21:31:52 1992  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.

Sun Jun  7 23:56:02 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* window.el (split-window-keep-point): Make it t by default.

Sat Jun  6 18:00:57 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* simple.el (delete-blank-lines): Handle special case near eob.

Fri Jun  5 01:47:07 1992  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.

Thu Jun  4 15:56:49 1992  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.

Thu Jun  4 07:55:48 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* simple.el: Doc fix.

Wed Jun  3 16:43:53 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* info.el (Info-enable-edit): Now a user option.

Wed Jun  3 13:47:20 1992  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).

Wed Jun  3 02:42:41 1992  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.

Wed Jun  3 01:32:30 1992  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.

Tue Jun  2 23:42:15 1992  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'.

Tue Jun  2 23:25:04 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* yow.el: Somehow, the semicolons introducing the comment on the
	first line disappeared.  Put them back.

Tue Jun  2 22:52:32 1992  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.

Tue Jun  2 20:19:12 1992  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.

Tue Jun  2 00:01:24 1992  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.

Mon Jun  1 16:27:45 1992  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.

Mon Jun  1 04:08:15 1992  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=.

Sun May 31 22:52:14 1992  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).
	
Sun May 31 17:09:37 1992  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)

        * subr.el (lambda): Added docstring.

Sun May 31 16:12:58 1992  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.
	
Sat May 30 14:48:44 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
	
	* profile.el: installed

	* cus-print.el:	installed
	
Sat May 30 01:56:10 1992  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.

Fri May 29 18:34:06 1992  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.

Wed May 27 17:48:47 1992  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.

Wed May 27 02:41:36 1992  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).

Sun May 24 21:48:34 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* simple.el (set-selective-display): Keep vpos of point constant.

Sun May 24 12:20:28 1992  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.

Thu May 21 00:39:33 1992  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.

Wed May 20 23:21:03 1992  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.

Tue May 19 23:23:53 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* subr.el (one-window-p): If arg is t, completely avoid minibuffer.

Tue May 19 19:29:06 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)

	* version.el (version): New alias for emacs-version.

Tue May 19 01:19:11 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)

	* startup.el (normal-top-level): Typo: s/getev/getenv/.

Wed May 13 01:50:16 1992  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.

Tue May 12 14:51:51 1992  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.
	
Tue May 12 01:33:25 1992  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.

Tue May  5 23:15:57 1992  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.

Tue May  5 18:12:23 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* files.el (save-some-buffers): Use save-excursion around whole
	fn, rather than several inside.

Tue May  5 00:11:31 1992  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.

Sun May  3 14:11:14 1992  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.

Sat May  2 22:08:04 1992  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)

        * calendar.el (generate-calendar-month): Center heading over each
	month.

Thu Apr 30 20:48:18 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)

	* loaddefs.el: Moved (put 'narrow-to-page 'disabled t)...
	* page.el: To here.

Tue Apr 28 16:18:43 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)

	* mh-e.el (mh-signature-file-name): New variable.
	(mh-insert-signature): Use it.

Mon Apr 27 14:53:12 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* mailabbrev.el: New version from jwz.

Sun Apr 26 12:49:06 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* loaddefs.el: Removed (put 'narrow-to-region 'disabled t).
	It is done in simple.el.

Sat Apr 25 18:10:26 1992  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.

Fri Apr 24 15:41:06 1992  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.

Tue Apr 21 16:13:33 1992  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).

Sat Apr 18 16:40:29 1992  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.

Fri Apr 17 15:56:25 1992  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.

Fri Apr 17 08:21:14 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* cmacexp.el: Doc fix.

Wed Apr 15 02:08:03 1992  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.

Wed Apr 15 01:38:13 1992  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.

Fri Apr 10 10:20:16 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)

        * holidays.el (calendar-cursor-holidays): Signal error when cursor
	is not on a date.

Wed Apr  8 01:53:31 1992  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}.

Tue Apr  7 17:48:09 1992  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.

Sun Apr  5 19:25:54 1992  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

Mon Apr  6 16:29:50 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)

	* lpr.el (lpr-command): Make this variable settable.

Fri Apr  3 21:59:35 1992  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.

Thu Apr  2 02:55:58 1992  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.
 
Tue Mar 31 10:40:09 1992  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.

Tue Mar 24 00:08:33 1992  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.

Mon Mar 23 21:06:30 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* simple.el (copy-region-as-kill): Doc fix.

Mon Mar 16 10:23:29 1992  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.

Mon Mar 16 02:13:19 1992  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.

Wed Mar 11 22:46:33 1992  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.

Wed Mar 11 13:04:54 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* map-ynp.el (map-y-or-n-p): Doc fix.

Sat Mar  7 22:04:35 1992  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.

Thu Mar  5 20:28:19 1992  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.

Thu Feb 27 17:06:03 1992  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.

Fri Feb 21 12:27:50 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)

	* telnet.el (read-password): Let the quit character terminate
	password entry.

Fri Feb  7 16:43:03 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)

	* info.el: Doc fix.

Mon Jan 27 19:19:16 1992  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.

Fri Jan 17 18:15:08 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)

	* term/tvi970.el: New file.

Thu Jan 16 17:37:26 1992  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.

Wed Jan 15 18:22:42 1992  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].

Mon Jan 13 02:01:42 1992  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.

Fri Jan 10 19:46:58 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
	
	* flow-ctrl.el: installed.	
	
Wed Jan  8 16:27:17 1992  Jim Blandy  (jimb at occs.cs.oberlin.edu)

	* simple.el (temporary-goal-column): Added missing closing paren.

Wed Dec 25 22:24:50 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* mail-utils.el (mail-strip-quoted-names): Return nil if given nil.

Mon Dec 23 21:01:57 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* debug.el (cancel-debug-on-entry): Complete over debugged functions.

Sat Dec 21 03:03:04 1991  Jim Blandy  (jimb at occs.cs.oberlin.edu)

	* at386.el: Moved to term/at386.el, changed to use
	function-key-map.

Fri Dec 20 02:18:27 1991  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.

Mon Dec 16 22:29:36 1991  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.

Sat Dec 14 10:04:49 1991  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.

Fri Dec 13 04:48:43 1991  Eric S. Raymond  (eric at mole.gnu.ai.mit.edu)

	* perl-mode.el: installed.

Fri Dec 13 02:33:26 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* sendmail.el (mail-default-headers): New user variable.
	(mail-setup): Insert value of that variable.

Wed Dec 11 11:04:04 1991  Eric S. Raymond  (eric at mole.gnu.ai.mit.edu)

	* c-mode.el: added C++ style to c-style-alist.

	* at386.el: installed.

Mon Dec  9 21:58:03 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* man.el (nuke-nroff-bs): Simplify o^H+.  Delete "reformatting" msg.

Sun Dec  8 04:36:37 1991  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

Sun Dec  8 02:07:23 1991  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.

Sun Dec  8 00:43:23 1991  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.

Thu Dec  5 13:49:30 1991  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.

Mon Dec  2 22:22:34 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* mailalias.el (define-mail-alias): Handle quoted aliases.

Sat Nov 30 22:49:11 1991  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.

Thu Nov 28 20:23:03 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* emacsbug.el (report-emacs-bug): Now autoloaded.

Sun Nov 24 14:38:24 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* simple.el: Doc fix.

Fri Nov 15 19:07:30 1991  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.

Thu Nov 14 16:44:01 1991  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.

Mon Nov 11 18:15:43 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* find-dired.el: New version munged by sk for tree dired.

Wed Nov  6 11:05:24 1991  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.

Tue Nov  5 15:43:54 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)

        * diary.el (diary-rosh-hodesh): Add Erev Rosh Hodesh to the diary,
	as needed.

Thu Oct 31 22:24:04 1991  Richard Mlynarik  (mly at peduncle)

        * ebuff-menu.el (eletric-buffer-menu-mode-map):  Define
        < and > to scroll-left and scroll-right per user suggestion.

Thu Oct 31 01:34:14 1991  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.

Tue Oct 29 11:58:48 1991  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.

Mon Oct 28 21:42:48 1991  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.

Sat Oct 26 00:27:40 1991  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.

Fri Oct 25 18:17:26 1991  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.

Mon Oct 21 19:56:11 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* compile.el (compilation-buffer-name-function,
	compilation-finish-function): Add autoload cookie for these.

Tue Oct 15 03:03:27 1991  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.

Tue Oct  8 15:44:51 1991  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.

Mon Oct  7 17:36:30 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* compile.el (compilation-buffer-p): New fn.
	(compilation-find-buffer, compile-goto-error): Use it.

Sat Oct  5 18:07:29 1991  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.

Fri Oct  4 19:30:07 1991  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.

Fri Oct  4 16:17:14 1991  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.

Thu Oct  3 18:36:31 1991  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.

Thu Sep 26 05:28:34 1991  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.

Thu Sep 26 01:40:12 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* map-ynp.el (map-y-or-n-p): Fixed for lists containing nil.

Mon Sep 10 19:43:20 1991  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.

Sun Sep  8 17:44:17 1991  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.

Sat Sep  7 13:55:38 1991  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.

Tue Sep  3 21:55:08 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* debug.el (debugger-step-through): Fix message typo.

Mon Sep  2 20:28:24 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* server.el (server-start): Delete old socket in /tmp as well as in ~.

Mon Aug 26 23:30:14 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* abbrev.el, chistory.el: Remove periods from error messages.

Sun Aug 25 16:02:03 1991  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.

Fri Aug 23 10:35:45 1991  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.

Thu Aug 22 19:57:12 1991  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.

Tue Aug 20 16:20:42 1991  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.
		
Tue Aug 20 16:15:13 1991  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.

Mon Aug 19 12:16:47 1991  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.

Sun Aug 18 19:46:20 1991  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.

Sat Aug 17 20:54:46 1991  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.

Fri Aug 16 00:07:35 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)

	* term/x-win.el: Removed obsolete definitions for function keys.

Thu Aug 15 02:32:24 1991  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.

Wed Aug 14 18:48:25 1991  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.

Wed Aug 14 18:30:38 1991  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.

Tue Aug 13 07:57:29 1991  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.

Tue Aug 13 04:31:30 1991  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.

Mon Aug 12 02:16:22 1991  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.

Mon Aug 12 01:14:37 1991  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.

Sat Aug 10 21:02:00 1991  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.

Wed Aug  7 22:49:14 1991  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.

Mon Aug  5 18:41:25 1991  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.

Thu Aug  1 14:48:40 1991  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.

Wed Jul 31 13:39:04 1991  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.

Wed Jul 31 02:03:38 1991  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.

Tue Jul 30 22:49:17 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* apropos.el (apropos, super-apropos): Don't make window for no syms.

Mon Jul 29 23:34:04 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)

	* loaddefs.el: Don't make backup versions of this file.

Sun Jul 28 14:39:44 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* autoload.el (generate-autoload-cookie): Doc fix.

Sun Jul 28 08:42:20 1991  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.

Sat Jul 27 20:20:57 1991  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.

Fri Jul 26 23:25:42 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* terminal.el (te-stty-string): Delete `new' since loses on SYSV.

Thu Jul 25 19:22:02 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* edebug.el: Version 2.5 from LaLiberte.

Thu Jul 25 12:40:39 1991  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.

Wed Jul 24 00:34:15 1991  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
	
	* diff.el (diff): Turn off read-only flag to insert "no
	differences" message.
	
Tue Jul 23 18:54:26 1991  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'.
	
Tue Jul 23 15:00:06 1991  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.

Sun Jul 21 07:54:33 1991  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.

Fri Jul 19 16:14:33 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* backquote.el (bq-make-maker):
	Don't replace quoted shared structure by copies.

Fri Jul 19 10:42:57 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* files.el (save-some-buffers): Added save-excursions around code
	that does set-buffer.

Mon Jul 15 19:33:30 1991  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.

Mon Jul 15 17:54:22 1991  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'.

Mon Jul 15 09:15:26 1991  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.
	
Sat Jul 13 02:19:05 1991  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 

Thu Jul 11 17:58:13 1991  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.

Tue Jul  9 12:28:14 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* map-ynp.el (map-y-or-n-p): Fixed lossage on ? or random char.

Mon Jul  8 21:26:28 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* ftp.el (ftp-command): Skip multiline messages.

Mon Jul  8 12:01:34 1991  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.

Thu Jul 4 16:56:45 1991  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.

Thu Jul  4 13:01:57 1991  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.

Thu Jul  4 13:03:51 1991  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.

Mon Jul  1 16:59:51 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* map-ynp.el (map-y-or-n-p): Fixed misplaced paren.
	Fixed list-eating bug.

Mon Jul  1 14:17:51 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* ws-mode.el: New file.

	* forms.el: New version from Vromans.

Sat Jun 29 16:04:08 1991  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.

Sat Jun 29 15:49:13 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* simple.el (shell-command-on-region):
	Handle case where input is from *Shell Command Output*.

Fri Jun 28 17:19:23 1991  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.

Wed Jun 26 12:27:39 1991  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.

Thu Jun 20 06:28:50 1991  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.

Wed Jun 19 12:26:17 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* find-dired.el (find-dired-sentinel): Don't twiddle a killed buffer.

Mon Jun 17 17:50:46 1991  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.

Wed Jun 12 14:01:07 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* upd-copyr.el (update-copyright): Fixed typo in help text.

Sun May 26 12:34:50 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
	
	* disass.el (disassemble-internal): Fixed typo string? -> stringp.
	
Sun May 26 11:36:43 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)

        * holiday.el (calendar-holiday-function-passover-etc): Correct
	date and spelling of Yom HaAtzma'ut.

Thu May 23 18:14:55 1991  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.

Thu May 23 14:34:03 1991  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.	
	
Wed May 22 20:11:53 1991  Brian Preble  (rassilon at mole.gnu.ai.mit.edu)

	* forms.el (scroll-up, scroll-down): Made argument &optional.

Wed May 22 18:04:28 1991  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.	
	
Wed May 22 15:05:03 1991  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.

Sat May 18 14:11:06 1991  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.

Fri May 17 14:20:11 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)

        * holiday.el: Add Erev Shavuot to the full list of Jewish
	holidays.

Thu May 16 15:05:52 1991  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.

Thu May 16 14:22:10 1991  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.

Tue May 14 18:05:51 1991  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.

Mon May 13 21:55:14 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* bytecomp.el (byte-compile-setq): Clean error if var not a symbol.

Mon May 13 18:09:52 1991  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.

Mon May 13 17:35:33 1991  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.

Mon May 13 16:52:53 1991  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.

Mon May 13 16:16:50 1991  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.

Mon May 13 14:38:26 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* find-dired.el (find-ls-option): New defconst, string for "-ls".
	(find-dired): Use it.

Mon May 13 11:37:01 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* loaddefs.el (auto-mode-alist): Recognize .emacs only at end.

Mon May 13 10:27:56 1991  Jim Blandy  (jimb at wookumz.gnu.ai.mit.edu)

	* simple.el (blink-matching-open): Make this function interactive.

Sun May 12 20:30:31 1991  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.

Sat May 11 13:21:09 1991  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.

Thu May  9 16:31:24 1991  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.

Thu May  9 07:15:16 1991  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.

Wed May  8 15:21:27 1991  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.

Wed May  8 13:25:59 1991  Brian Preble  (rassilon at mole.gnu.ai.mit.edu)

	* rmail.el: Doc fix.
	(rmail-first-message): New function; bound to "<".

Wed May  8 06:23:25 1991  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.

Tue May  7 20:31:28 1991  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.

Mon May  6 15:00:00 1991  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.

Sun May  5 21:24:04 1991  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.

Fri May  3 15:05:48 1991  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.

Wed May  1 01:28:43 1991  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.

Tue Apr 30 20:24:45 1991  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.

Tue Apr 30 18:14:58 1991  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.

Tue Apr 30 22:53:05 1991  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.

Mon Apr 29 15:01:52 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* info.el (Info-read-subfile): Skip blank lines.

Mon Apr 22 19:53:58 1991  Brian Preble  (rassilon@gnu.ai.mit.edu)

	* resume.el, rfc822.el, rmail-kill.el: Doc fix.

Thu Apr 18 21:43:10 1991  Roland McGrath  (roland@gnu.ai.mit.edu)

	* add-log.el (prompt-for-change-log-name): Made a defun rather
	than a defmacro (braino fix).

Thu Apr 18 20:36:22 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)

	* simple.el (count-lines-region): Display the number of characters
	in the region as well.

Sun Apr 14 23:35:21 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)

        * diary.el (diary-omer, diary-parasha): Fix punctuation in diary
	entries.

Fri Apr 12 15:24:43 1991  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.

Thu Apr 11 15:25:04 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)

	* simple.el (kill-region): Don't print out a message saying how
	many characters are being killed.

Wed Apr 10 09:58:35 1991  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.

Fri Apr  5 16:11:59 1991  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.

Fri Apr  5 14:45:24 1991  Brian Preble  (rassilon@gnu.ai.mit.edu)

	* man.el, medit.el, mh-e.el, mhspool.el, mim-mode.el: Doc fix.

Thu Apr  4 13:06:16 1991  Raul Acevedo  (kitaro@gnu.ai.mit.edu)

	* info.el (Info-mode): now runs `Info-mode-hook'

Tue Apr  2 17:12:54 1991  Brian Preble  (rassilon@gnu.ai.mit.edu)

	* mailpost.el, mail-utils.el, mailalias.el: Doc fix.

Sun Mar 24 21:35:34 1991  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'.

Tue Mar 19 23:17:45 1991  Richard Stallman  (rms@gnu.ai.mit.edu)

	* fill.el (justify-current-line): Adjust for 18.57 behavior
	of current-column.

Sun Mar 17 16:13:00 1991  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.

Thu Mar 14 19:23:31 1991  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.
	
Thu Mar 14 17:59:48 1991  Richard Stallman  (rms@mole.ai.mit.edu)

	* add-log.el (add-change-log-entry): Use `@', not ` at '.

Thu Mar 14 14:54:47 1991  Brian Preble  (rassilon@mole.ai.mit.edu)

	* loaddefs.el, lpr.el: Doc fix.

Tue Mar 12 21:17:02 1991  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.

Tue Mar 12 13:09:44 1991  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.

Mon Mar 11 18:14:53 1991  Richard Stallman  (rms@mole.ai.mit.edu)

	* simple.el (kill-region): Make undo buffer and kill ring share.

Sun Mar 10 20:46:35 1991  Richard Stallman  (rms@mole.ai.mit.edu)

	* tar-mode.el: New file.

Fri Mar  8 15:05:14 1991  Brian Preble  (rassilon@mole.ai.mit.edu)

	* indent.el, inf-lisp.el: Doc fix.

Fri Mar  8 14:46:59 1991  Richard Stallman  (rms@mole.ai.mit.edu)

	* bytecomp.el (byte-compile-file-form):
	Print warning for " unescaped in doc string.

Wed Mar  6 13:26:28 1991  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.

Tue Mar  5 13:41:02 1991  Brian Preble  (rassilon@mole.ai.mit.edu)

	* gnusmail.el, gnusmisc.el, gnuspost.el, gomoku.el: Doc fix.

Mon Mar  4 22:35:31 1991  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.

Mon Mar  4 12:48:36 1991  Brian Preble  (rassilon@mole.ai.mit.edu)

	* gnus.el: Doc fix.

Fri Mar  1 17:07:23 1991  Richard Stallman  (rms@mole.ai.mit.edu)

	* rmailout.el (rmail-output-to-rmail-file, rmail-output):
	Expand file name in dir used for completion.

Fri Mar  1 15:02:42 1991  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.

Thu Feb 28 18:05:37 1991  Richard Stallman  (rms@mole.ai.mit.edu)

	* bytecomp.el (byte-compile-cond-1): Fix handling of unconditional
	clauses.

Thu Feb 28 14:16:35 1991  Brian Preble  (rassilon@mole.ai.mit.edu)

	* edmacro.el, edt.el, edt-doc.el, ehelp.el, emacsbug.el: Doc fix.

Wed Feb 27 14:22:04 1991  Brian Preble  (rassilon@mole.ai.mit.edu)

	* ebuff-menu.el, echistory.el, edebug.el: Doc fix.

Tue Feb 26 16:00:30 1991  Richard Stallman  (rms@mole.ai.mit.edu)

	* isearch.el (isearch): Copy point from small window
	before deciding whether to set the mark.

Tue Feb 26 13:37:39 1991  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.

Mon Feb 25 13:07:37 1991  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.

Sun Feb 24 18:24:31 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)

        * diary.el (include-other-diary-files): Fix documentation string.

Sat Feb 23 15:25:23 1991  Roland McGrath  (mcgrath@cygint.cygnus.com)

	* compile.el (next-error): Fixed bug in rms's optimization.

Sat Feb 23 13:22:19 1991  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.

Thu Feb 21 20:46:27 1991  Roland McGrath  (mcgrath@cygint.cygnus.com)

	* compile.el (next-error): Do rms's optimization (Feb 8 change)
	when moving backward, too.

Wed Feb 20 04:35:50 1991  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.

Fri Feb 15 05:56:30 1991  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.

Fri Feb  8 17:08:17 1991  Richard Stallman  (rms@mole.ai.mit.edu)

	* compile.el (next-error): Count lines from prev error, not file beg.

Thu Feb  7 12:15:46 1991  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.

Wed Feb  6 23:50:12 1991  Richard Stallman  (rms@mole.ai.mit.edu)

	* c-mode.el (indent-c-exp, electric-c-terminator, c-indent-line):
	Treat `default:' like `case...:'.

Tue Feb  6 17:26:59 1991  Brian Preble  (rassilon@mole.ai.mit.edu)

	* blackbox.el, buff-menu.el, bug-screen.el, bytecomp.el: Doc fix.

Mon Feb  4 21:49:39 1991  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.

Mon Feb  4 17:06:58 1991  Brian Preble  (rassilon@mole.ai.mit.edu)

	* bg-mouse.el, bib-mode.el: Doc fix.

Mon Feb  4 02:18:23 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)

	* simple.el (eval-current-buffer): Removed, since it has been
	reintroduced to the C code.

Sat Feb  2 09:07:38 1991  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.

Thu Jan 31 21:35:16 1991  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.

Thu Jan 31 21:30:44 1991  Jim Blandy  (jimb@pogo.ai.mit.edu)

	* files.el (find-file-noselect): Strip auto-mount prefix only if safe.

Thu Jan 31 14:34:33 1991  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.

Wed Jan 30 17:51:19 1991  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.

Wed Jan 30 14:18:24 1991  Roland McGrath  (roland@cygint.cygnus.com)

	* compile.el (compilation-parse-errors): Don't remove duplicate errors.
	(next-error): Skip over duplicates here instead.

Wed Jan 30 16:37:41 1991  Richard Stallman  (rms@mole.ai.mit.edu)

	* appt.el: Doc fix.

Wed Jan 30 05:37:48 1991  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.

Tue Jan 29 13:15:29 1991  Richard Stallman  (rms@mole.ai.mit.edu)

	* info.el (info): With prefix arg, read file name and visit it.

Sat Jan 26 00:19:00 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)

	* term/x-win.el: Do not define the f1 function key to run rmail.

Fri Jan 25 16:24:35 1991  Richard Stallman  (rms@mole.ai.mit.edu)

	* help.el (help-for-help): Call delete-other-windows.

Mon Jan 21 00:11:32 1991  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.

Fri Jan 18 07:14:57 1991  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.

Thu Jan 17 03:08:07 1991  Richard Stallman  (rms@mole.ai.mit.edu)

	* info.el (Info): Init Info-directory-list from INFOPATH.

Sat Jan 12 16:22:33 1991  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.

Fri Jan 11 14:45:07 1991  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.

Thu Jan 10 23:34:44 1991  Richard Stallman  (rms@mole.ai.mit.edu)

	* loaddefs.el (minor-mode-alist): Doc fix.

Wed Jan  8 23:15:59 1991  Roland McGrath  (roland@albert.ai.mit.edu)

	* compile.el (compilation-parse-errors): Fixed maintenance of
	last-linenum, so dups are really found.

Tue Jan  8 11:26:07 1991  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.

Mon Jan  7 17:29:50 1991  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.

Fri Jan  4 00:41:56 1991  Richard Stallman  (rms@mole.ai.mit.edu)

	* files.el (find-file-noselect): Get rid of automounter prefixes.

Wed Jan  2 18:39:57 1991  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.

Mon Dec 31 23:49:38 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* files.el (revert-buffer): Clear buffer-backed-up if file has changed.

Sun Dec 30 23:11:27 1990  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.

Sat Dec 29 14:40:27 1990  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.

Thu Dec 27 15:51:49 1990  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.

Wed Dec 26 16:54:56 1990  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.

Mon Dec 24 17:12:04 1990  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.

Sun Dec 23 17:07:13 1990  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.

Sat Dec 22 13:15:09 1990  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.

Fri Dec 21 11:37:32 1990  Chris Hanson  (cph@kleph)

	* info.el (Info-extract-menu-node-name): Permit \n between colon
	and start of node name.

Thu Dec 20 15:43:40 1990  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.

Thu Dec 20 15:31:53 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* fortran.el: New version from gildea.

Thu Dec 20 15:21:11 1990  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.

Wed Dec 19 16:29:19 1990  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.

Wed Dec 19 13:17:21 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* mpuz.el: New file.

Tue Dec 18 20:25:28 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* files.el (hack-local-variables): Match suffix only@eol.

Sun Dec 16 17:54:07 1990  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.

Sat Dec 15 15:34:04 1990  Roland McGrath  (roland@albert.ai.mit.edu)

	* compile.el (compilation-last-error): Remove this variable.
	(next-error): Don't set it.

Wed Dec 12 11:34:25 1990  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.

Wed Dec 12 00:27:36 1990  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.

Wed Dec 12 00:11:37 1990  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.

Mon Dec 10 13:43:59 1990  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.

Sun Dec  9 22:04:55 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* lisp.el (insert-parentheses): Small cleanups.

Wed Dec  5 18:46:27 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* replace.el (occur): Show all lines that contain part of a match.

Tue Dec  4 21:01:26 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* time.el (display-time-filter): Let user specify mail file name.

Tue Dec  4 14:06:23 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* rmail.el (rmail-mode-map): Make < same as j.

Mon Dec  3 14:55:54 1990  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.

Fri Nov 30 01:58:26 1990  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.

Fri Nov 30 17:30:47 1990  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.

Thu Nov 29 20:43:40 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* rmail.el (rmail-insert-inbox-text): Don't give up if movemail fails.

Wed Nov 28 17:09:42 1990  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.

Tue Nov 27 14:42:55 1990  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).

Mon Nov 26 18:11:53 1990  Jim Blandy  (jimb@geech.ai.mit.edu)

	* simple.el (copy-region-as-kill): No longer prints "Region
	copied" error message.

Mon Nov 26 17:02:13 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* bg-mouse.el (bg-insert-moused-sexp): If before ')', just skip that.

Mon Nov 26 10:30:59 1990   Neil Mager  (neilm@juliet.ll.mit.edu)

        * appt.el: Fixed if construct for midnight update.

Sun Nov 25 11:58:17 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)

        * diary.el (insert-block-diary-entry): Change reference to
	mark-ring to calendar-mark-ring.

Wed Nov 21 17:09:21 1990   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.

Mon Nov 20 22:21:27 1990  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.

Sun Nov 11 13:59:44 1990  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.

Thu Nov  8 17:12:22 1990  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.

Tue Nov  6 11:57:01 1990  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.


Tue Oct 23 17:31:36 1990  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.

Sat Oct 20 22:15:51 1990  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.

Mon Oct 19 10:23:43 1990   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.

Mon Oct  8 19:29:59 1990  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.

Thu Nov 22 17:14:52 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* files.el (basic-save-buffer): Run after-save-hooks.

Wed Nov 21 15:02:35 1990  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)'.
	
Mon Nov 20 22:21:27 1990  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.

Sun Nov 11 13:59:44 1990  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.

Thu Nov  8 17:12:22 1990  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.

Tue Nov  6 11:57:01 1990  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.


Tue Oct 23 17:31:36 1990  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.

Sat Oct 20 22:15:51 1990  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.

Mon Oct  8 19:29:59 1990  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.

Mon Sep 10 10:32:13 1990  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.

Fri Sep  7 08:50:13 1990  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.


Thu Sep  6 19:23:12 1990  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.

Mon Nov 19 16:24:35 1990  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.

Tue Nov 13 22:32:01 1990  David J. MacKenzie  (djm@apple-gunkies)

	* fortran.el: Use domain format instead of uucp format for bug
	list address.

Mon Nov 12 17:03:44 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* lisp.el (lisp-complete-symbol): Use emacs-lisp-mode-syntax-table.

Mon Nov  5 22:52:35 1990  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.

Mon Nov  5 05:03:32 1990  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.

Fri Nov  2 17:06:04 1990  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.

Thu Nov  1 20:46:15 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* info.el (Info-find-node): Simplify file search.
	Try appending `.info' to specified name.

Wed Oct 31 11:09:33 1990  Jim Blandy  (jimb@gnu.ai.mit.edu)

	* bytecomp.el: Put properties on * so that the byte-compiler knows
	how to inline multiplication.

Tue Oct 30 15:20:05 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* files.el (delete-auto-save-file-if-necessary):
	Don't delete if auto-saveing in visited file.

Mon Oct 29 20:14:09 1990  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.

Sun Oct 28 15:56:12 1990  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.

Fri Oct 26 00:13:25 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* subr.el (keyboard-translate): New function.

Thu Oct 25 16:24:16 1990  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.

Tue Oct 23 02:00:32 1990  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.

Mon Oct 22 03:22:54 1990  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.

Sun Oct 21 22:06:45 1990  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.

Fri Oct 19 15:59:50 1990  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.

Thu Oct 18 17:40:11 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* info.el (Info-help): Go to one window.

Wed Oct 17 02:11:26 1990  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.

Tue Oct 16 13:32:21 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* files.el (revert-buffer): Discard all undo records.
	* rmail.el (rmail-expunge, rmail-get-new-mail): Likewise.

Sun Oct 14 18:14:12 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* bytecomp.el (symbol-function, fset, read-char): Don't open code them.

Thu Oct 11 16:14:51 1990  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.

Wed Oct 10 18:00:11 1990  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.

Tue Oct  9 14:32:00 1990  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.

Mon Oct  8 16:59:45 1990  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.

Sun Oct  7 23:39:26 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* bytecomp.el (byte-compile-file): Run set-auto-mode.

Mon Oct  1 22:03:50 1990  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.

Mon Oct  1 00:03:17 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* c-mode.el (c-indent-line): Special clause for `} else'.

Sun Sep 30 15:12:58 1990  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.

Fri Sep 28 17:52:57 1990  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.

Wed Sep 26 18:48:35 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* startup.el (command-line): Make init-file-user permanent.

Tue Sep 25 09:19:27 1990  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.

Mon Sep 24 15:54:51 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* loaddefs.el (auto-mode-alist): Use \\' for end of string.

Sat Sep 22 04:11:46 1990  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.

Fri Sep 21 16:04:59 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* isearch.el (nonincremental-search): Bind cursor-in-echo-area
	only as long as necessary.

Fri Sep 21 09:12:29 1990  David Lawrence  (tale@pogo.ai.mit.edu)

	* loaddefs.el (auto-mode-alist):  Use bibtex-mode for .bib files
	and autoload it.

Tue Sep 18 08:55:14 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* doctor.el (doctor-caddr, doctor-cadr, doctor-cddr): Renamed.

Thu Sep 13 22:25:31 1990  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.

Thu Sep 13 18:49:04 1990  Robert J. Chassell  (bob@gnu.ai.mit.edu)

        * texinfmt.el (texinfo-format-inforef): Item name now optional.

Thu Sep 13 15:30:59 1990  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.

Mon Sep 10 21:52:11 1990  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.

Mon Sep 10 12:34:16 1990  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.

Sun Sep  9 17:46:03 1990  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.

Sat Sep  8 15:33:48 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* ftp.el (ftp-command): Ignore output lines without status codes.

Thu Sep  6 22:39:48 1990  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.

Tue Sep  4 18:14:14 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* ftp.el (ftp-write-file): Accept status 125 as normal.

Mon Sep  3 03:37:22 1990  David Lawrence  (tale@pogo.ai.mit.edu)

	* rnews.el:  Reinstated.

Sat Sep  1 16:48:38 1990  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.

Fri Aug 31 07:21:12 1990  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.

Thu Aug 30 05:39:11 1990  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~.)

Wed Aug 29 18:19:46 1990  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.

Wed Aug 29 06:14:30 1990  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.

Tue Aug 28 04:07:38 1990  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 }.

Tue Aug 28 01:25:47 1990  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.

Mon Aug 27 00:21:22 1990  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.

Sun Aug 26 21:54:33 1990  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.

Sat Aug 25 16:36:06 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* resume.el: New version from Joe Wells.

Wed Aug 22 11:31:37 1990  Joseph Arceneaux  (jla@geech)

	* lisp.el (lisp-complete-symbol): Use lisp-mode-syntax table
	rather than current buffer's.

Thu Aug 16 13:31:56 1990  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.

Thu Aug 16 13:31:19 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* term/x-win.el: Don't define C-z here; it's now in screen.el.

Tue Aug 14 23:44:30 1990  David J. MacKenzie  (djm@apple-gunkies)

	* time.el: New version that uses wakeup instead of loadst.

Tue Aug 14 15:50:34 1990  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.

Mon Aug 13 17:04:20 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* files.el: Doc fix.

Sat Aug 11 10:20:49 1990  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.

Wed Aug  1 12:02:48 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* bytecomp.el (byte-compile-file): Fix format string in call to
	float-output-format.

Tue Jul 31 17:09:52 1990  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.

Sat Jul 28 22:17:57 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* paths.el (rmail-spool-directory):
	Change silicon-graphics-unix to irix.

Fri Jul 27 19:16:17 1990  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 `.'.

Fri Jul 27 00:22:07 1990  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.

Thu Jul 26 20:44:37 1990  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.

Thu Jul 26 18:24:21 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* bytecomp.el (byte-compile-verbose): Baud rate is a variable, not
	a function in 19.

Thu Jul 26 17:58:54 1990  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.

Thu Jul 26 00:07:49 1990  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.

Wed Jul 25 22:30:54 1990  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.

Tue Jul 24 13:27:59 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* files.el (find-file-noselect): Nice msg if can write but not read.

	* lisp.el: Doc fix.

Thu Jul 19 16:41:05 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* bytecomp.el (byte-compile-lambda): Fix test for nontrivial function.

Tue Jul 17 13:33:04 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* files.el (find-file-read-only-other-window): New function.
	Put on C-x 4 r.

Sun Jul 15 22:33:39 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* register.el (view-register): Don't ignore first line of rect.

Sat Jul 14 21:36:56 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* outline.el (show-children): Make default arg smarter.

Thu Jul 12 23:17:04 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* compile.el (compile-internal): Make *compilation* read-only
	except during this function.

Wed Jul 11 15:13:21 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* c-mode.el (c-comment-indent): Special case comment after }.

Thu Jul  5 22:28:50 1990  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.

Sat Jun 30 13:07:32 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* dbx.el: Use C-x SPC for setting break point.

Fri Jun 29 13:38:44 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* sort.el: Doc fix.

Thu Jun 28 17:25:14 1990  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.

Wed Jun 27 14:33:55 1990 Richard Stallman (rms@mole.ai.mit.edu)

	* paragraphs.el (start-of-paragraph-text): Avoid infinite loop.

Tue Jun 26 21:21:56 1990  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.

Tue Jun 26 10:04:26 1990  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.

Mon Jun 25 21:47:26 1990  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.

Sat Jun 23 19:01:06 1990  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). 

Fri Jun 22 17:04:03 1990  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.

Thu Jun 21 18:11:45 1990  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.

Wed Jun 20 11:43:53 1990  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.

Tue Jun 19 16:32:11 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* mouse.el (mouse-set-point): Compensate for horizontal scrolling.

Tue Jun 19 11:56:04 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* isearch.el (isearch): Don't quit on meta-chars.

Fri Jun 15 20:51:05 1990  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.

Fri Jun 15 09:19:27 1990  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.

Fri Jun  1 17:41:08 1990  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).

Thu May 31 17:28:34 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* startup.el (command-line):  Check environment variable
	VERSION_CONTROL and set version-control appropriately.

Thu May 31 16:34:56 1990  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.

Thu May 31 10:29:32 1990  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.

Wed May 30 23:15:46 1990  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.

Wed May 30 22:15:18 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* subr.el (add-hook): New function.

Wed May 30 21:43:18 1990  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 "/".

Tue May 29 12:51:32 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* scheme.el (run-scheme): Autoload deleted.  Already done in loaddefs.

Thu May 24 17:58:44 1990  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

Thu May 24 13:57:06 1990  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.

Thu May 24 13:07:38 1990  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.

Tue May 22 19:50:46 1990  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.

Mon May 21 17:26:20 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* buff-menu.el (Buffer-menu-buffer): Simplified.
	Set Buffer-menu-buffer-column initially.

Fri May 18 14:33:00 1990  Robert J. Chassell  (bob@apple-gunkies)

        * page-ext.el: (pages-addresses-file-name):
	Renamed from addresses-file-name.

Thu May 17 22:25:38 1990  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.

Sat May 12 23:35:49 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* isearch.el (isearch):  Check non-nil of unread command char
	before checking >= 0.

Sat May 12 16:53:35 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* info.el (Info-read-subfile): Ignore blank lines in split file list.

Fri May 11 16:01:41 1990  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.

Thu May 10 21:47:33 1990  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.

Thu May 10 15:23:04 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* bytecomp.el (byte-compile-cond-1): Handle (t).

Fri May  4 17:28:35 1990  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.

Fri May  4 17:05:42 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* simple.el (open-line):  Insert fill-prefix if defined.

Tue May  1 14:49:46 1990  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.

Mon Apr 30 20:54:47 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* float.el (float-to-string):
	Adjust POWER when rounding makes new digit. 

Thu Apr 26 16:20:32 1990  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.

Tue Apr 24 14:15:33 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* dired.el (dired-readin): Mark buffer unmodified@end.

Wed Apr 18 23:10:15 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* loaddefs.el:  Removed Meta-g def of fill-region.

Fri Apr 13 18:33:08 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* c-mode.el (c-comment-indent): Don't need \n in #endif/#else
	regexps.

Thu Apr 12 21:48:01 1990  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.

Tue Apr 10 19:37:35 1990  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.

Mon Apr  9 12:42:17 1990  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.

Sun Apr  8 17:06:53 1990  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.

Fri Apr  6 21:04:05 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* mouse.el:  Check consp of coordinates-in-window-p result.

Fri Apr  6 15:48:11 1990  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

Thu Apr  5 16:41:44 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* rmailout.el (rmail-output-to-rmail-file): Set message counters
	before inserting in a file being visited.

Thu Apr  5 14:26:27 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* screen.el:  Don't redefine ctl-x {p,n}, just ctl-x o.

Thu Apr  5 13:37:31 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* startup.el (command-line-1): Always erase *scratch*, not current buf.

Wed Apr  4 16:27:19 1990  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.

Tue Apr  3 21:33:07 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* fill.el (fill-individual-paragraphs): Check for mail header name
	only@beginning of line.

Thu Mar 29 18:02:16 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* keypad.el: Define the `do' key.

	* dired.el (dired-diff): New command.
	(dired-mode-map): Put on `='.

Wed Mar 28 21:23:00 1990  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.

Tue Mar 27 17:30:27 1990  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.

Sun Mar 25 23:02:44 1990  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?

Sun Mar 25 17:06:15 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* x-mouse.el (x-select):  Only pass one arg to x-own-selection.

Fri Mar 23 15:39:01 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* fortran.el (fortran-electric-line-number):
	Make sure arg to self-insert-command is a number.

Wed Mar 21 13:54:20 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* fortran.el (fortran-electric-line-number):
	Use self-insert-command for all insertion.

Wed Mar 21 11:18:06 1990  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.

Tue Mar 20 14:44:21 1990  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.

Tue Mar 20 13:12:54 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* term/x-win.el (x-pop-initial-window):  Set mouse-motion-handler.

Mon Mar 19 11:22:38 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* sendmail.el (mail-send):  Force deletion of auto-save files.
	(mail-do-fcc):  Add closing paren.

Sat Mar 17 12:45:54 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* bytecomp.el (byte-compile-file): Turn off print-length.

Fri Mar 16 12:49:01 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* simple.el (auto-fill-mode):  Doc fix.

Wed Mar 14 19:56:51 1990  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.

Wed Mar 14 13:07:41 1990  David Lawrence  (tale@pogo.ai.mit.edu)

	* c++-mode.el (c++-comment-region): New function.
	  (c++-uncomment-region): New function.

Sun Mar 11 15:49:46 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* mouse.el (track-mouse):  x-mouse-grabbed now mouse-grabbed.
	* x-mouse.el (dynamic-rect-selection):  Ditto.

Sat Mar 10 18:29:21 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* x-mouse.el:  Conditionalization of certain functions dependent
	on X version.  Added mouse-key descriptions for X11.

Fri Mar  9 18:53:52 1990  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.

Thu Mar  8 13:19:18 1990  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.

Wed Mar  7 17:59:00 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* sendmail.el (mail-do-fcc): Temporarily unwiden 

Tue Mar  6 11:46:18 1990  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.

Sun Mar  4 17:53:05 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* screen.el (get-screen):  If the screen is not visible, make it
	so.

Fri Mar  2 15:56:31 1990  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.

Thu Mar  1 13:42:23 1990  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.

Thu Mar  1 01:24:49 1990  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.

Wed Feb 28 14:55:08 1990  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.

Mon Feb 26 01:02:22 1990  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.

Sun Feb 25 16:57:36 1990  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.

Sun Feb 25 13:29:16 1990  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.

Sat Feb 24 08:57:50 1990  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.

Thu Feb 22 15:47:21 1990  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.

Thu Feb 22 05:43:25 1990  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".

Tue Feb 20 10:46:14 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* fill.el (fill-region-as-paragraph): Fixed regexp typo in call to
	re-search-forward.

Mon Feb 19 22:09:14 1990  David Lawrence  (tale@pogo.ai.mit.edu)

	* simple.el (kill-comment): Take better advantage of comment-end.

Sun Feb 18 14:02:31 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* ispell.el: new file.

Wed Feb 14 13:19:45 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)

	* calendar.el: Require cl.

Tue Feb 13 21:15:15 1990  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.

Tue Feb 13 15:37:56 1990  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.

Mon Feb 12 22:26:58 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* rmailsum.el (rmail-summary-by-regexp, rmail-message-regexp-p):
	New functions.

Mon Feb 12 02:19:40 1990  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.

Wed Feb  7 16:27:31 1990  David Lawrence  (tale@galapas)

	* inf-lisp.el: inferior-lisp-program can be a list of the programme
	  name and its arguments.

Tue Feb  6 14:42:09 1990  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.

Tue Feb  6 15:59:23 1990  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.

Tue Feb  6 15:03:55 1990  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.

Mon Feb  5 17:59:22 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* c-mode.el (calculate-c-indent): When distinguishing top level,
	check for doublequotes when checking for parens.

Sun Feb  4 00:37:28 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* tex-mode.el (tex-show-print-queue): Restart shell like tex-file.

Fri Feb  2 14:53:44 1990  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.

Thu Feb  1 02:21:56 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* texinfmt.el (batch-texinfo-format): Paren error on (setq error 1).

Sat Jan 27 21:54:58 1990  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.

Wed Jan 31 12:25:01 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* yow.el: Provide 'yow.

Thu Jan 25 21:57:25 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* lisp-mode.el: Indent prog2 specially.

Wed Jan 24 19:56:49 1990  Richard Stallman  (rms@albert.ai.mit.edu)

	* compare-w.el (compare-windows): Handle compare-ignore-case.

Fri Jan 19 22:27:36 1990  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.

Tue Jan 16 19:49:00 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* rfc822.el (rfc822-addresses): Barf, don't loop, on > in host name.

Tue Jan 16 19:31:46 1990  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.

Thu Jan 11 20:45:04 1990  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.

Wed Jan 10 13:21:32 1990  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.

Mon Jan  8 14:06:03 1990  Robert J. Chassell  (bob@apple-gunkies.ai.mit.edu)

        * texnfo-upd.el (texinfo-update-node,
          texinfo-sequential-node-update): fixed auto-fill-hook bug.

Mon Jan  8 13:07:38 1990  Joseph Arceneaux  (jla@spiff)

	* term/x-win.el (x-pop-up-window): Set global-minibuffer-screen.

Mon Jan  8 12:21:09 1990  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.

Sun Jan  7 16:03:28 1990  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".

Fri Jan  5 17:10:47 1990  Joseph Arceneaux  (jla@spiff)

	* term/x-win.el: Function key stuff redone.

Thu Jan  4 21:10:29 1990  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.

Wed Jan  3 19:54:36 1990  Richard Stallman  (rms@mole.ai.mit.edu)

	* view.el (View-scroll-lines-forward):
	Exit@end only if view-scroll-forward-exits is non-nil.

Fri Dec 29 14:32:18 1989  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.
        
Tue Dec 26 15:33:45 1989  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

Wed Dec 27 16:41:54 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* rmail.el (rmail): Handle MAIL environment var.

Mon Dec 25 00:18:25 1989  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.

Thu Dec 21 19:02:14 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* lisp-mode.el (indent-sexp): Exit outer loop if make no progress.

Wed Dec 20 07:06:12 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* telnet.el (telnet-initial-filter): Make `password' local.

Mon Dec 18 17:05:40 1989  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.

Sun Dec 17 01:38:08 1989  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.

Sat Dec 16 14:17:02 1989  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.

Fri Dec 15 13:20:01 1989  Joseph Arceneaux  (jla@spiff)

	* isearch.el: Replaced all occurences of read-char with
	read-event; and check return type.

Fri Dec 15 09:21:32 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* appt.el: New file.

	* files.el (backup-buffer): Ask question (if nec) before writing file.

Tue Dec 12 03:24:48 1989  David Lawrence  (tale@cocoa-puffs)

	* medit.el and simple.el: initial definition of keymaps uses
	copy-keymap, not copy-alist.

Mon Dec 11 00:11:02 1989  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.	

Sun Dec 10 19:07:33 1989  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.

Fri Dec  8 22:14:42 1989  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. 

Wed Dec  6 05:22:20 1989  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.

Tue Dec  5 00:56:37 1989  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.

Mon Dec  4 08:56:54 1989  Joseph Arceneaux  (jla@spiff)

	* isearch.el: fset synonyms for re-search-*.

Thu Nov 30 09:51:12 1989  Joseph Arceneaux  (jla@spiff)

	* c-mode.el (c-comment-indent): Place comments 2 spaces after
	#endif and #else.

Mon Nov 27 08:51:07 1989  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.

Wed Nov 22 17:36:59 1989  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.

Fri Nov 17 13:37:32 1989  Joseph Arceneaux  (jla@spiff)

	* paths.el: Changed rmail-file-name from const to a var.

Thu Nov 16 23:43:26 1989  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.

Thu Nov 16 10:24:52 1989  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.

Tue Nov 14 19:32:22 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* bytecomp.el (byte-compile-file): Copy .el permissions to .elc.
	Delete .elc if possible before writing.

Thu Nov  9 18:05:43 1989  Joseph Arceneaux  (jla@spiff)

	* x-mouse.el (x-select-wipe): New function.
	Bind the selection functions to the default keys.

Wed Nov  8 15:54:55 1989  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.

Wed Nov  8 14:14:20 1989  Joseph Arceneaux  (jla@spiff)

	* paths.el (mh-progs, mh-lib):  Use file-directory-p, and check
	/usr/local/bin as well.

Mon Nov  6 01:35:05 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* tex-mode.el (tex-print, tex-view): Run the command asynchronously.
	Eliminate tex-after-print-hook.

Sun Nov  5 01:29:26 1989  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.

Tue Oct 31 01:28:22 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* files.el (hack-local-variables): save-excursion around the eval.

Mon Oct 30 13:01:50 1989  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.

Sun Oct 29 14:07:04 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* tex-mode.el (tex-region): Run TeX in dir the source file is in.

Fri Oct 27 13:52:49 1989  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.

Thu Oct 26 10:04:49 1989  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.

Wed Oct 25 16:07:25 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* simple.el (count-lines, goto-lines): ^M is line sep for outline md.

Tue Oct 24 18:52:56 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* rmail.el (rmail-make-in-reply-to-field): Avoid bare singlequote.

Sat Oct 21 03:02:43 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* replace.el (perform-replace): Always find null string@eob.

Sat Oct 14 01:33:11 1989  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.

Thu Oct 12 16:54:30 1989  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

Thu Oct 12 02:37:18 1989  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.

Wed Oct 11 17:22:29 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)

	* compile.el (grep): Don't save buffers for grep.

Tue Oct 10 15:06:45 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)

	* files.el (recover-file):  Prompt with current buffer's filename.

Mon Oct  9 18:24:21 1989  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.

Sun Oct  8 19:00:06 1989  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.

Wed Oct  4 16:41:16 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)

	* mouse.el (mouse-double-down, mouse-double-up):
	New functions for double-clicking.

Tue Oct  3 12:38:45 1989  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)

Sun Oct  1 21:01:44 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* rmailout.el (rmail-output): Check for an RMAIL file, and get error.

Sat Sep 30 18:11:41 1989  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.

Thu Sep 28 13:55:19 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)

	* mouse.el: New function mouse-line-length.  New constants for
	mouse-motion keys.

Wed Sep 27 09:49:06 1989  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.

Mon Sep 25 16:21:51 1989  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

Sat Sep 23 14:38:26 1989  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.


Fri Sep 22 00:59:54 1989  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.

Thu Sep 21 23:32:15 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* gdb.el (gdb-break): Go to line beg before counting lines.

Thu Sep 21 11:08:30 1989  Joseph Arceneaux  (jla@susie)

	* term/x-win.el: Added cursor-shape list, removed x-defined-colors
	stuff.

Thu Sep 21 03:59:28 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* simple.el (shell-command-on-region): If output is 1 line,
	display it in echo area.

Tue Sep 19 16:33:38 1989  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.

Mon Sep 18 02:32:36 1989  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.

Sun Sep 17 15:18:11 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* cl.el (safe-idiv): Avoid overflow calculating sign of quotient.

Sat Sep 16 01:52:08 1989  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.

Fri Sep 15 11:53:47 1989  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.

Thu Sep 14 04:37:15 1989  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.

Mon Sep 11 20:22:43 1989  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.

Mon Sep 11 19:07:45 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* sun-fns.c, term/sun.el:
	Rename prev-complex-command to select-previous...

Sun Sep 10 15:56:09 1989  Joseph Arceneaux  (jla@spiff)

	* files.el (find-file-noselect): Indicate if file is a soft link
	to some file already present.

Thu Sep  7 00:47:37 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* rmailmsc.el (set-rmail-inbox-list): Doc fix.

Fri Sep  1 18:39:30 1989  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.

Thu Aug 31 16:19:47 1989  Joseph Arceneaux  (jla@spiff)

	* term/Old/wyse.el: New terminal configuration file.

Wed Aug 30 13:16:02 1989  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.

Tue Aug 29 16:41:34 1989  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.

Wed Aug 23 23:32:25 1989  Richard Stallman  (rms@apple-gunkies.ai.mit.edu)

	* startup.el (command-line-1): Update year in startup message.

Wed Aug 23 17:47:47 1989  Joseph Arceneaux  (jla@spiff)

	* term/x-win.el: Open the X connection when this file is loaded;
	don't wait for pop-up-window.

Tue Aug 22 16:08:31 1989  Joseph Arceneaux  (jla@spiff)

	* term/x-win.el: Changed the documentation of `x-switches'.

Mon Aug 21 17:21:16 1989  Joseph Arceneaux  (jla@spiff)

	* term/x-win.el: Rewrote the code for handling command line args,
	including x-handle-switch.

Sat Aug 19 16:44:57 1989  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.

Tue Aug 15 13:32:23 1989  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 $.

Tue Aug 15 10:52:19 1989  Joseph Arceneaux  (jla@spiff)

	* replace.el (occur): Optionally search whole buffer, controlled
	by new variable occur-whole-buffer.

Tue Aug 15 09:21:56 1989  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.

Mon Aug 14 22:04:04 1989  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.

Sun Aug 13 17:39:40 1989  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.	

Sat Aug 12 13:24:13 1989  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.

Fri Aug 11 14:27:43 1989  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 /.

Sun Aug  6 17:14:17 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* sendmail.el (mail-text): New command, on C-c C-t.

Sat Aug  5 16:19:51 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* rnewspost.el (news-setup): ACTIONS arg to mail-setup was missing.

Fri Aug  4 23:56:44 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* hideif.el (hif-factor): Typo in error message.

Thu Aug  3 23:43:01 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* sort.el, loaddefs.el: Doc fixed.

Wed Aug  2 19:22:06 1989  Richard Stallman  (rms@mole)

	* cl.el (floor): Fix bug in last cond clause, (floor -10 2).

	* backquote.el (`): Upgrade doc string.

Mon Jul 31 01:55:11 1989  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.

Tue Jul 25 19:47:39 1989  Joseph Arceneaux  (jla@spiff)

	* files.el (write-file): If no file is associated with the current
	buffer, prompt with the buffer name.

Thu Jul 20 02:26:35 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* info.el (Info-follow-reference): Handle newline and indentation
	immediately after *note.

Wed Jul 19 11:35:55 1989  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.

Fri Jul 14 11:23:15 1989  Joseph Arceneaux  (jla@spiff)

	* gdb.el (gdb): Use "interactive f" instead of "F".

Thu Jul 13 10:20:27 1989  Joseph Arceneaux  (jla@spiff)

	* outline.el (outline-flag-region): Don't pass optional last arg
	`t' to subst-char-in-region.

Wed Jul 12 12:08:07 1989  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.

Fri Jul  7 08:16:03 1989  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.

Thu Jul  6 10:59:21 1989  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.

Tue Jul  4 20:23:32 1989  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.

Tue Jun 27 16:10:03 1989  Joseph Arceneaux  (jla@mole.ai.mit.edu)

	* term/x-win.el (x-new-window) New function.

Sun Jun 25 12:45:05 1989  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.

Sat Jun 24 23:24:41 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* compile.el: Doc fix.

Fri Jun 23 17:00:12 1989  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.

Thu Jun 22 12:57:54 1989  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.

Thu Jun 22 11:11:06 1989  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.

Wed Jun 21 12:17:27 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* sendmail.el (mail-recover): New command.

Tue Jun 20 13:58:03 1989  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.

Mon Jun 19 19:59:23 1989  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.

Mon Jun 19 18:31:40 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)

	* files.el (find-alternate-file): Check that file <buffer name> is
	non nil.

Sun Jun 18 12:19:14 1989  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.

Fri Jun 16 15:57:44 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* texinfmt.el: Doc fix.

Thu Jun 15 17:12:32 1989  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.

Thu Jun  8 16:31:41 1989  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

Thu Jun  8 12:08:28 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* spell.el (spell-region): Downcase misspelled word.

Tue Jun  6 19:58:01 1989  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.

Sun Jun  4 14:17:27 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* time.el (display-time-filter): Preserve the match data.

Fri Jun  2 16:04:14 1989  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.

Wed May 31 18:05:20 1989  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.

Tue May 30 14:33:09 1989  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.

Sat May 27 00:24:01 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* hexl.el: New file.

Thu May 25 15:22:30 1989  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.

Wed May 24 00:27:45 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* simple.el (do-auto-fill): Keep splitting until short line or give up.

Tue May 23 16:13:10 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)

	* rmailsum.el: Added C-d (rmail-summarey-delete-backward) to
	rmail-summary-mode-map.

Mon May 22 13:44:00 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* dired.el (dired-chown): Put file name in a variable.

Sun May 21 00:55:50 1989  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.

Sat May 20 15:43:28 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* simple.el (insert-buffer): Default to (other-buffer).

Thu May 18 16:33:08 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* isearch.el (isearch): Bug in previous change: was assuming regexp.

Wed May 17 17:19:43 1989  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.

Wed May 17 13:21:49 1989  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.

Tue May 16 11:56:19 1989  Chris Hanson  (cph@kleph)

	* scheme.el: change syntax table entries to use new "p" bit.

Mon May 15 10:32:29 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)

	* tags.el (next-file): fixed typo: " *next-file*" --> "*next-file*"

Sun May 14 20:12:50 1989  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.

Sat May 13 14:12:23 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* chistory.el (command-history-map): Share with shared-lisp-mode-map.

Fri May 12 18:12:03 1989  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.

Fri May 12 10:40:04 1989  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.

Thu May 11 00:27:43 1989  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.

Wed May 10 19:02:26 1989  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").

Wed May 10 16:33:08 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* man.el (manual-entry): Make buffer read only.

Mon May  8 18:28:59 1989  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.

Mon May  8 18:26:01 1989  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.

Mon May  8 18:10:13 1989  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".

Mon May  8 16:18:13 1989  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.

Sun May  7 15:12:01 1989  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.

Fri May  5 14:55:55 1989  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.

Thu May  4 02:02:08 1989  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.

Mon May  1 14:25:30 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* cl.el (cl-member): New name for Common Lisp `member'.

Sun Apr 30 17:07:16 1989  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.

Sat Apr 29 14:31:22 1989  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.

Thu Apr 27 15:36:12 1989  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.

Wed Apr 26 22:35:31 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* sendmail.el (mail-yank-original): Handle new var mail-yank-prefix.

Tue Apr 25 20:30:23 1989  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.

Mon Apr 24 14:31:37 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* rmail.el (rmail): Put existing buffer into rmail-mode if necessary.

Thu Apr 20 00:30:42 1989  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.

Wed Apr 19 23:41:39 1989  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.

Mon Apr 17 23:38:31 1989  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.

Wed Apr 12 10:45:30 1989  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.

Tue Apr 11 01:04:53 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* lpr.el (print-region-1): For tab-conversion case, insert specd range.

Fri Apr  7 00:01:53 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* compile.el (compilation-mode): Doc fix.

	* loaddefs.el: Autoload ftp-list-directory.

Thu Apr  6 22:00:26 1989  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.

Thu Apr  6 12:27:21 1989  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.

Mon Apr  3 23:33:04 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* modula2.el: Turn m2-newline back on.
	(various templates): Put relevant variable name in final comment.

Sun Apr  2 00:24:51 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* paths.el (rmail-spool-directory): Treat silicon-graphics-unix
	like usg.

Thu Mar 30 16:00:29 1989  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.

Wed Mar 29 09:58:39 1989  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.

Wed Mar 29 09:54:28 1989  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.

Wed Mar 15 23:20:25 1989  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.

Fri Feb 24 15:39:17 1989  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.

Thu Feb 23 17:35:44 1989  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.

Tue Feb 21 08:06:07 1989  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.

Mon Feb 20 09:18:37 1989  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.

Sun Feb 19 06:46:52 1989  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'.

Sat Feb 18 06:16:21 1989  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.

Fri Feb 17 02:17:19 1989  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.

Wed Feb 15 03:55:23 1989  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.

Mon Feb 13 09:33:58 1989  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.

Mon Feb 13 02:53:08 1989  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.

Sat Feb 11 04:14:24 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* debug.el (debug-on-entry): Special err msg for functions we
	can't handle.

Fri Feb 10 05:11:30 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* files.el (list-directory-brief-switches): Value was garbled
	when VMS changes were installed.

Thu Feb  9 02:38:10 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* loaddefs.el (calendar, diary, holidays): Autoload from calendar.el.

Wed Feb  8 01:41:01 1989  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

Tue Feb  7 16:05:51 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* c-style.el (set-c-style): Delete extra closeparen@end.

	* tex-mode.el: Doc fixes.

Sun Feb  5 00:16:45 1989  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.

Sat Feb  4 00:42:58 1989  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.

Fri Feb  3 18:51:42 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* files.el (revert-buffer): New hook that replaces just the
	erase-buffer and the insert-file-contents.

Mon Jan 30 16:47:50 1989  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.

Sun Jan 29 01:20:57 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* undigest.el (undigestify-message): Allow submessage to have no
	`to', just a `from'.

Sat Jan 28 03:41:45 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* rmail.el (rmail-reply): Search from msg-beg for rejection indicator

Thu Jan 26 13:31:28 1989  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.

Wed Jan 25 02:47:35 1989  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.

Tue Jan 24 01:58:08 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* window.el (balance-windows): New command.

	* subr.el (walk-windows): New function.

Fri Jan 20 13:08:05 1989  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.

Thu Jan 19 19:33:31 1989  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.

Wed Jan 18 14:32:36 1989  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.

Tue Jan 17 16:53:03 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* texinfmt.el: Define @s (small caps) like @var.

Sun Jan 15 14:13:17 1989  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 `/'.

Sat Jan 14 23:03:24 1989  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.

Fri Jan 13 02:21:02 1989  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.

Wed Jan 11 12:58:54 1989  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.

Mon Jan  9 12:37:06 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* simple.el (zap-to-char): Error if char not found.
	Killed region now includes the matching char.

Sat Jan  7 01:01:43 1989  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.

Fri Jan  6 01:38:43 1989  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.

Wed Jan  4 23:45:30 1989  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.

Tue Jan  3 13:31:13 1989  Richard Stallman  (rms@mole.ai.mit.edu)

	* loaddefs.el (auto-mode-alist): Add `.oak'.

Mon Jan  2 02:49:22 1989  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.

Sun Jan  1 14:21:26 1989  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.

Sat Dec 31 01:07:56 1988  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.

Fri Dec 30 18:40:19 1988  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.

Thu Dec 29 14:23:10 1988  Richard Stallman  (rms@mole.ai.mit.edu)

	* compile.el (compilation-sentinel): Set OPOINT, OMAX in proper buffer.

Wed Dec 28 15:02:43 1988  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.

Sat Dec 24 15:13:59 1988  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.

Fri Dec 23 17:26:55 1988  Richard Stallman  (rms@mole.ai.mit.edu)

	* dired.el (dired-get-filename): Handle spaces in filenames.

Thu Dec 22 02:46:25 1988  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).

Wed Dec 21 11:16:48 1988  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.

Tue Dec 20 01:53:03 1988  Richard Stallman  (rms@mole.ai.mit.edu)

	* backquote.el, loaddefs.el: doc fix.

Sun Dec 18 00:39:24 1988  Richard Stallman  (rms@mole.ai.mit.edu)

	* keypad.el: Change from character numbers to named characters
	in the function keymap.

Fri Dec 16 12:53:20 1988  Richard Stallman  (rms@mole.ai.mit.edu)

	* files.el (find-file-noselect): Mention file name when asking
	whether to read new version from disk.

Wed Dec 14 12:04:01 1988  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.

Mon Dec 12 15:21:39 1988  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.

Sat Dec 10 14:51:24 1988  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.

Wed Dec  7 15:15:56 1988  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.

Tue Dec  6 18:56:21 1988  Richard Mlynarik  (mly@peduncle.ai.mit.edu)

        * files.el (toggle-read-only):  +ve prefix arg means to set read-only

Sun Dec  4 12:05:34 1988  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.

Sat Dec  3 09:06:27 1988  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.

Thu Dec  1 23:54:29 1988  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):

Wed Nov 30 06:51:22 1988  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.

Fri Nov 25 13:36:27 1988  Richard Stallman  (rms@mole.ai.mit.edu)

	* bytecomp.el (byte-compile-function-form):
	For symbol as arg, return the symbol, not its function definition.

Sat Nov 19 13:16:10 1988  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.

Thu Nov 17 17:27:30 1988  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.

Tue Nov 15 16:16:53 1988  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.

Tue Nov 15 15:28:43 1988  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.

Sun Nov 13 21:09:47 1988  Richard Stallman  (rms@mole.ai.mit.edu)

	* time.el (display-time): Use pipes--don't waste a pty.
	* ispell.el (start-ispell): Likewise.

Fri Oct 21 11:30:51 1988  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.

Wed Oct 12 13:15:56 1988  Richard Stallman  (rms@mole.ai.mit.edu)

	* rmail.el (rmail): Don't process local-variables specs in RMAIL files.

Mon Oct 10 13:14:50 1988  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.

Sat Oct  8 02:51:33 1988  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.

Fri Oct  7 06:32:52 1988  Chris Hanson  (cph@kleph)

	* texinfmt.el (texinfo-format-defun-1): Don't upcase &-keywords in
	@defun argument lists.

Fri Oct  7 00:20:58 1988  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.

Thu Oct  6 01:08:28 1988  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.

Wed Oct  5 18:08:53 1988  Richard Stallman  (rms@mole.ai.mit.edu)

	* compile.el (compile-internal): Must do fundamental-mode *before*
	make-local-variable.

Tue Oct  4 16:36:43 1988  Richard Stallman  (rms@mole.ai.mit.edu)

	* files.el (backup-buffer): Chase symlinks and backup their target.

Mon Oct  3 00:41:46 1988  Richard Stallman  (rms@corn-chex.ai.mit.edu)

	* compile.el (compile-internal): New name for compile1.
	Doc changes in many functions.

Fri Sep 30 15:52:30 1988  Richard Stallman  (rms@mole.ai.mit.edu)

	* loaddefs.el: autoload mail-mode.

Thu Sep 29 15:04:23 1988  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.

Wed Sep 28 15:03:11 1988  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.

Tue Sep 27 22:23:38 1988  Chris Hanson  (cph@kleph)

	* dired.el (dired-chown): hp-ux puts the chown program in /bin,
	not /etc.

Tue Sep 27 00:46:34 1988  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).

Mon Sep 26 15:14:15 1988  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.

Sun Sep 25 12:59:18 1988  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.

Fri Sep 23 00:35:33 1988  Richard Stallman  (rms@hobbes.ai.mit.edu)

	* sendmail.el (sendmail-send-it): Change "s:" to "subject:".

Wed Sep 21 01:02:53 1988  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.

Mon Sep 19 18:49:10 1988  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.

Sat Sep 17 17:27:47 1988  Richard Stallman  (rms@mole.ai.mit.edu)

*	* lisp.el (beginning-of-defun): Obey new var defun-prompt-regexp.

Fri Sep 16 00:34:47 1988  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.

Thu Sep 15 17:30:08 1988  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.

Tue Sep 13 22:49:02 1988  Richard Stallman  (rms@corn-chex.ai.mit.edu)

	* hideif.el (hif-tokenize): Typo in token string.

Mon Sep 12 14:56:40 1988  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.

Tue Sep  6 21:03:07 1988  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.
