Remove CVS merge cookie left in.
[emacs.git] / lisp / ChangeLog.3
blob4e4792af350b0ad66c14dbd500fe56c8b80a337b
1 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3         * Version 19.10 released.
5 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7         * term/bobcat.el: Just load term/keyswap.el.
9         * term/vt200.el: Just load term/vt100.el.
10         * term/apollo.el: Just load term/vt100.el.
11         * term/vt102.el, term/vt125.el, term/vt201.el, term/vt220.el,
12         term/vt240.el, term/vt300.el, term/vt320.el, term/vt400.el,
13         term/vt420.el: New files.  Just load vt100.el.
15         * term/lk201.el: New file.
16         * term/vt100.el: Use term/lk201.el.
18         * term/vt100.el (vt100-wide-mode): Add missing arg in set-frame-width.
20 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
22         * startup.el (command-line-1): Pass arg to other-window.
24         * files.el (find-file-run-dired): Doc fix.
25         (find-file-read-only): Return the buffer.
26         (find-file-read-only-other-window): Likewise.
27         (find-file-read-only-other-frame): Likewise.
29         * timer.el (cancel-function-timers): Renamed from spurious duplicate
30         definition of cancel-timer.
32         * add-log.el (find-change-log): Use file-chase-links.
34         * files.el (file-chase-links): New function.
35         (backup-buffer): Use file-chase-links.
36         (file-chase-links): Handle leading .. in symlink target.
38         * c-mode.el (c-up-conditional): Handle commented-out #-cmds properly.
40         * window.el (split-window-vertically): Return the new window.
42         * paths.el (gnus-local-organization): Initially nil.
44         * isearch.el (isearch-search): Take note of isearch-case-fold-search
45         initial value.
47         * lisp-mode.el (indent-sexp): Even if outer-loop-done is t,
48         still move down one line.
50         * files.el (auto-mode-alist): Fix syntax for sgml mode.
52         * man.el (Man-mode-map): Bind m to manual-entry.
53         (Man-notify-when-ready): Make arg name consistent.
54         Use delete-other-window.
55         (Man-mode): Use buffer-disable-undo, not old name.
57         * faces.el (x-resolve-font-name): Allow symbol as FACE arg.
58         Allow t as FRAME arg.
60         * sendmail.el (send-mail-function): Use defvar. not defconst.
62         * mouse.el (x-fixed-font-alist): Specify field 7, not field 6.
64 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
66         * iso8859-1.el: File deleted.
67         * superyank.el: File deleted.
69         * vc.el (vc-steal-lock, vc-insert-headers): Fix question whitespace.
70         (vc-finish-logentry): Use delete-windows-on.
72         * add-log.el (find-log-file): Use source file's truename dir.
74         * mh-e.el: Version 3.8.1 from Gildea.
76         * loaddefs.el (-key): repeat-complex-command moved to C-x ESC ESC.
78         * hexl.el: Doc fixes.
79         (hexl-char-after-point): Get rid of mistakenly free variables.
81         * info.el (Info-insert-dir): Ignore duplicate directories.
83         * paths.el (Info-default-directory-list): Take out ../../info.
84         Avoid duplication.
85         (manual-formatted-dirlist, manual-formatted-dir-prefix): Deleted.
87         * subr.el (baud-rate): Doc fix.
89         * add-log.el (find-change-log): Chase symlinks multiple levels.
91         * rmailsum.el (rmail-new-summary): Set rmail-summary-buffer
92         to nil at beginning; set it for real after summary is set up.
94 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
96         * files.el (find-alternate-file): Hide truename and inode number
97         temporarily, like the visited file name.
99         * iso8859-1.el: Pass just the downcase table to set-case-...
101 1993-05-28  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
103         * find-dired.el (find-dired-sentinel): Write a line describing death.
104         Set mode-line-process to record exit status.
105         Delete the process.
107 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
109         * frame.el (frame-initialize): Handle reverseVideo resource.
110         * faces.el (x-create-frame-with-faces): Handle reverseVideo resource.
112         * iso-insert.el, iso-ascii.el, iso-swed.el: Provide same name as file.
114         * ange-ftp.el (ange-ftp-dired-compress-file):
115         Use dired-compress-file, not dired-compress-filename.
117         * completion.el: Pervasive changes to use Emacs 19 features
118         and conform to Emacs conventions.
120 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
122         * Version 19.9 released.
124 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
126         * term/x-win.el: Check for a geometry resource, and apply it to the
127         initial frame.
129 1993-05-26  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
131         * isearch.el (isearch-forward): Remove the claim that
132         isearch-whitespace-chars matches any string of whitespace.
134 1993-05-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
136         * completion.el: Comment out handling of shell-send-input.
137         Delete the "local thinking machines" definitions at the end
138         since they caused compilation failure.
140         * cl.el (cl-member): Renamed from member.
142         * time.el (display-time-day-and-date): Use defvar, not defconst.
144         * subr.el (listify-key-sequence): Avoid the constant ?\M-\200.
146         * files.el (find-file-noselect): Expand buffer-file-truename
147         before copying it to anything else.
149         * dired.el (dired-other-frame): New function, with binding.
151         * compile.el: Make C-x ` binding just once.
153         * help.el (finder-by-keyword): Autoload from `finder', not `finder.el'.
155         * nroff-mode.el (nroff-mode): Don't leave nroff-electric-mode void.
157         * byte-opt.el (byte-optimize-divide):
158         Don't optimize to less than two arguments.
160         * hexl.el (hexlify-command, dehexlify-command): Use exec-directory.
162         * rmailsort.el: New version from Umeda.
163         (timezone-make-date-sortable): Make autoload for this.
164         (rmail-sort-by-recipient): Downcase the strings for sorting.
165         (rmail-sort-by-recipient): Likewise.
166         (rmail-sort-by-lines): Renamed from rmail-sort-by-size-lines.
167         Use numbers to sort by.
168         (rmail-summary-...): New functions.  Bind in rmail-summary-mode-map.
169         (rmail-sort-from-summary): New function.
170         (rmail-sort-messages): Don't bother checking major mode.
171         Put message bounds in sort list, not its text.
172         Choose string< or < as predicate.
173         Reorder messages by exchanging them, with inhibit-quit bound.
174         (rmail-fetch-field): Start by widening.
175         (rmail-sortable-date-strng): Deleted.
176         (rmail-make-date-sortable): New function, used instead.
178         * paths.el (gnus-local-organization): Renamed from ...-your-...
179         (gnus-local-domain): Likewise.
181 1993-05-26  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
183         * faces.el (x-resolve-font-name): If PATTERN is nil, return the
184         frame's face.
185         (set-face-font): Only use x-resolve-font-name if FONT is a string.
186         Copying a faces shouldn't resolve the font.
188         * paths.el (Info-default-directory-list): Add
189         configure-info-directory to this list.
191 1993-05-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
193         * scroll-bar.el (scroll-bar-mode): Make default value t.
195         * help-macro.el (make-help-screen): Handle mouse events.
196         Be smart about window configurations--when and whether to restore.
198         * info.el (Info-follow-nearest-node): Omit 4th arg to Info-get-token.
200         * sgml-mode.el (sgml-validate): compile1 renamed to compile-internal.
201         (sgml-mode): Add autoload cookie.
202         * files.el (auto-mode-alist): Recognize .sgm, .sgml, .dtd.
204         * files.el (auto-mode-alist): Treat .H and .hh as C++ files.
206         * mouse.el (mouse-set-mark): Activate the mark.
207         Don't bounce the cursor if Transient Mark mode.
208         (mouse-save-then-kill): Pass explicit args to kill-ring-save.
209         (mouse-kill-ring-save): Likewise.
211         * mail-utils.el (mail-strip-quoted-names):
212         Catch errors from forward-sexp.
214         * comint.el (comint-filter): Restore buffer-read-only in proper buffer.
216         * ispell.el: Provide `ispell'.
218         * ange-ftp.el (ange-ftp-set-buffer-mode): Do nothing unless
219         visited name is an ange ftp magic name.
221         * advice.el: New version from Chalupsky.
223 1993-05-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
225         * dired.el (dired-unmark-all-files): Read arg as a string.
227         * rmailsum.el (rmail-summary-mark-deleted): Check for end of buffer.
228         Pass t as NOWARN when calling rmail-summary-goto-msg.
230         * dired-aux.el (dired-compress-file): Test the return value
231         of dired-check-process properly.
232         Fix use of nonexistent var `name'.
234         * info.el (Info-edit, Info-last-search, Info-enable-edit):
235         Correct case in `Info-mode-map'.
237         * rmail.el (rmail-bury): Fix call to set-window-buffer.
239         * loaddefs.el: copy-to-register now on C-x r s.
241 1993-05-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
243         * term/x-win.el: Pass x-command-line-resources to x-open-connection.
244         (x-command-line-resources): New variable.
245         (x-handle-rn-switch): New function.
246         (command-switch-alist): Add -rn.
248 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
250         * term/x-win.el (command-switch-alist, x-switch-definitions): Treat
251         `-i' like `-itype', as in Emacs 18.
253 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
255         * Version 19.8 released.
257         * startup.el (command-line-1): Don't handle `-i'.  We're
258         abandoning the `insert file' meaning in favor of the `use a
259         bitmapped icon' meaning.
261         * faces.el (set-face-font): Call x-resolve-font-name on the font
262         before including it in the face.
263         (x-resolve-font-name): New function.
265         * iso-syntax.el: Make downcase into a proper case table before
266         passing it to set-standard-case-table.
268         * disp-table.el (standard-display-european): Doc fix.  Make
269         it autoload.  Make it respond to prefix arg like a minor mode.
271 1993-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
273         * term/x-win.el (x-select-text): New arg PUSH.
274         (x-switch-definitions): Represent -r as `reverse' option.
276 1993-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
278         * files.el (find-file-read-only-other-window):
279         Use find-file-other-window.
281         * paths.el (Info-default-directory-list): Add ../../info.
283         * info.el (Info-suffix-list): Fix duplicate .z to .info.z.
285         * faces.el (x-create-frame-with-faces): Handle `reverse' as parameter.
286         * frame.el (frame-initialize): Likewise.
288         * dired.el (dired-flag-backup-files): Speedup:
289         check explicitly for ~ at end of line.
290         (dired-flag-auto-save-files): Similar change.
292         * register.el (jump-to-register):
293         Don't fail if frame-configuration-p is unbound.
295         * files.el (cd): Set cd-path to a list.
297         * simple.el (kill-new): Pass t as 2nd arg to interprogram-cut-function.
298         * select.el (x-set-cut-buffer): New arg PUSH.
300 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
302         * disp-table.el (standard-display-default): New function.
303         (standard-display-european): New command.
305         * loaddefs.el: Bind [?\M-\C-\ ] to mark-sexp.
307 1993-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
309         * simple.el (shell-command): Don't activate mark even momentarily.
311 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
313         * case-table.el, disp-table.el, finder.el, iso-ascii.el,
314         iso-insert.el, iso-swed.el, iso-syntax.el, iso8859-1.el,
315         swedish.el: Change "i14n" keyword to "i18n".
316         * finder.el (finder-compile-keywords): Replacement unnecessary.
318 1993-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
320         * menu-bar.el (menu-bar-mode): Doc fix.
322 1993-05-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
324         * lucid.el (switch-to-other-buffer): Build the list of acceptable
325         buffers properly.
327         * faces.el (make-face): Change interactive spec to 'S'.
329 1993-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
331         * ange-ftp.el (ange-ftp-raw-send-cmd): Allow quitting
332         during accept-process-output.
334         * finder.el (finder-known-keywords): Use i18n, not i14n.
335         (finder-compile-keywords): Substitute i18n for i14n.
336         Turn off undo in *finder-scratch*.  Ignore file names
337         starting with =.
338         (finder-mode, finder-current-item): Rename headmark to finder-headmark.
339         (finder-list-matches, finder-list-keywords): Likewise.
341         * iso8859-1.el: Call set-case-..., not standard-case-...
343 1993-05-23  Paul Eggert  (eggert@twinsun.com)
345         * calendar.el (calendar-daylight-savings-starts,
346         calendar-daylight-savings-ends): Default to nil if the locale
347         never has DST.
349 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
351         * Version 19.7 released.
353 1993-05-22  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
355         * vc.el (vc-comment-to-change-log): Don't take FILE argument, since
356         vc-update-change-log doesn't support it anyway.
357         Don't bind default-directory.  Instead pass second arg to
358         file-relative-name.
359         (vc-update-change-log): Use find-change-log instead of hardcoding.
361 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
363         * cl.el (cl-floor, cl-ceiling, cl-truncate, cl-round): Renamed
364         from floor, ceiling, truncate, and round; the old names conflict
365         with built-in functions.
367 1993-05-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
369         * gud.el (gud-def): Fix inclusion of the define-key.
370         (gdb, sdb, dbx): Change bindings from letters to control chars.
371         (gud-common-init): Add save-excursion.
372         (gud-display-line): Don't mess with buffer-read-only.
373         (gud-filter): Set output-after-point *after* deleting old prompt.
374         Likewise for `moving'.
376         * subr.el (event-modifiers): Doc fix.
378         * help.el (describe-key, describe-key-briefly):
379         Discard the click or drag that follows a down event.
381         * levents.el (event-modifiers): Function deleted.
382         (read-command-event): For switch-frame event, call select-frame.
384 1993-05-22  Noah Friedman  (friedman@splode.com)
386         * rlogin.el (rlogin-filter): Yet another rewrite which handles
387         unusual values of scroll-step in a winning way by window-start
388         frobnication.
390 1993-05-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
392         * simple.el (pending-undo-list): Var declared.
394         * apropos.el (apropos-print-matches): Bind tem.
396 1993-05-21  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
398         * holidays.el: Update reference to the papers in S-P&E.
399         (filter-visible-calendar-holidays): Test for nil date.
401         * cal-mayan.el: Update reference to the papers in S-P&E.
403         * cal-french.el: Update reference to the papers in S-P&E.
405 1993-05-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
407         * apropos.el (apropos-match-keys): Handle modern keymap structure.
409         * simple.el (transient-mark-mode): Doc fix.
411         * outline.el (outline-minor-mode): Make permanent local in all buffers.
412         Give the command a doc string, and make it autoload.
414         * lisp-mode.el (lisp-body-indent): Add doc.
416 1993-05-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
418         * texinfo.el (texinfo-section-types-regexp): Define here.
420         * delsel.el: Provide delsel.
421         (keyboard-quit): Definition deleted.
422         (minibuffer-keyboard-quit): If Delete Selection mode is off,
423         do abort even if mark is active.
425 1993-05-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
427         Some time-handling patches from Paul Eggert:
428         * calendar.el (calendar-current-time-zone): New function.
429         (calendar-time-zone, calendar-standard-time-zone-name,
430         calendar-daylight-time-zone-name): Use it instead of current-time-zone.
431         * sendmail.el (mail-do-fcc): Use the same absolute time for both
432         current-time-string and current-time-zone.  Adjust to new format
433         returned by current-time-zone.
435         * xfaces.el (face-equal): Doc fix.
437 1993-05-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
439         * delsel.el: Renamed from pending-del.el.
440         Functions and variables renamed to ...delete-selection...
441         from ...pending-delete...
442         Bind all minibuffer keymaps alike.
444         * outline.el (outline-heading-end-regexp): Fix typo.
445         (outline-minor-mode-map): New variable.
446         (minor-mode-map-alist): Add new entry.
447         (outline-minor-mode): Work with above change.
448         Do not set outline-regexp or outline-header-end-regexp.
450 1993-05-19  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
452         * calendar.el (hebrew-calendar-yahrzeit): Correct error from S-P&E
453         paper in test for Adar I 30 date of death for yahrzeit in a
454         non-leap year when Shevat 29 must be used.
456 1993-05-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
458         * files.el (set-auto-mode): If the buffer's file name is nil,
459         don't try to compare it against the entries in auto-mode-alist.
461 1993-05-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
463         * ispell.el (ispell-command-loop): Make an undo boundary.
465         * isearch.el (isearch-mode-map): Use vector, not string, to bind
466         printing characters.
468 1993-05-18  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
470         * select.el (xselect-convert-to-class): Just return "Emacs" here.
471         That's what the class will always be.
473 1993-05-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
475         * loaddefs.el: Add bindings for C-SPC and C-/, like C-@ and C-_.
477 1993-05-18  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
479         * startup.el (normal-top-level, command-line, command-line-1):
480         Don't call the frame and face initialization functions unless
481         they're bound.
483         * frame.el (frame-notice-user-settings): Don't make
484         frame-initial-frame unbound; just set it to nil.
485         * startup.el (command-line-1): Call frame-notice-user-settings
486         before displaying the startup message.
488         * server.el (server-switch-hook): New hook.
489         (server-process-filter): Call it.
491         * bibtex.el (bibtex-string): Use \" instead of "" to get a double
492         quote inside a string.
493         * vms-patch.el (print-region-function): Same.
495 1993-05-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
497         * sendmail.el (mail-yank-original): In Transient Mark mode,
498         don't get error and don't activate the mark.
500         * isearch.el (isearch-mode-map): Extend the dense keymap to 256 chars.
502 1993-05-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
504         * trace.el, advice.el: New files.
506         * bytecomp.el (byte-compile-file): Don't write output if error.
508         * sendmail.el (mail-setup): Leave point before signature, not after.
510         * rmailsort.el (rmail-sortable-date-string): Handle date in format
511         produced by current-time-string.
513         * simple.el (keyboard-quit): Run deactivate-mark-hook.
514         (kill-ring-save): If quit happens while cursor is bounced,
515         make it appear like a command-level quit.
517         * loaddefs.el: Add bindings for C-digits, C-M-digits, C-- and C-M--.
519         * isearch.el (isearch-mode): Set deactivate-mark.
521         * menu-bar.el (fill-region, kill-region, delete-region)
522         (kill-ring-save): Use mark-active as enable condition.
523         (undo): Add an enable condition.
525 1993-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
527         * texinfo.el (texinfo-chapter-level-regexp): Copied here.
529 1993-05-17  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
531         * gnus.el (gnus-info-directory): Variable removed.
532         (gnus-info-find-node): Don't use it.
534 1993-05-16  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
536         * gnus.el, gnuspost.el, gnusmail.el, gnusmisc.el
537         * nntp.el, nnspool.el, mhspool.el: Version 3.15 from Umeda.
539         * frame.el (toggle-scroll-bar): Renamed from toggle-vertical-scroll...
541 1993-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
543         * texinfo.el: Don't require tex-mode or texnfo-upd.
544         (texinfo-mode-map): Binding for " deleted.
545         (texinfo-tex-print): Require tex-mode here.
546         (texinfo-tex-region): Likewise.
547         (texinfo-tex-region): Update name of tex-set-buffer-directory.
549         * tex-mode.el (tex-insert-quote): Doc fix.
551         * vc.el: Don't require sendmail, compile, or dired.
553         * simple.el (push-mark): Always activate the mark
554         if not in Transient Mark mode.
556         * c-mode.el (mark-c-function): Activate the mark.
558         * ispell.el (ispell): Deactivate mark before the Ispell run.
559         (ispell-point): Delete the sit-for; it was confusing.
560         (ispell): Don't use save-excursion; just restore current buffer.
561         (ispell-next): Don't save-excursion or save-window-excursion.
562         (ispell-point): Don't save-excursion.
563         (ispell-window-configuration): New variable.
564         (ispell-show-choices): Set it if not nil.
565         (ispell-next): Initialize to nil.  Restore at end.
567         * simple.el (yank, yank-pop): Don't activate the mark.
569         * lisp.el (mark-sexp, mark-defun): Activate the mark.
570         * page.el (mark-page): Activate the mark.
571         * paragraphs.el (mark-paragraph, mark-end-of-sentence): Likewise.
573         * simple.el (mark-whole-buffer, mark-word): Activate the mark.
574         (push-mark): Optional arg ACTIVATE.
575         (set-mark-command): Use that.
577         * faces.el (face-initialize): Do make the modeline face.
578         (x-initialize-frame-faces): Explicitly invert `modeline' face.
579         (x-create-frame-with-faces): Simplify; do nothing special
580         with `default' or `modeline' face.
582 1993-05-15  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
584         * version.el (emacs-version): Alpha release 19.6.
586 1993-05-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
588         * faces.el: Rename `primary-selection' to `region'.
590         * mouse.el (mouse-set-region): Call set-mark to activate mark.
592         * isearch.el (isearch-done): Don't activate mark.
594         * simple.el (push-mark): Don't activate the mark.
595         (set-mark-command): Explicitly do so here.
596         When popping, don't mind if mark is inactive.
597         (pop-mark): Deactivate mark.  Don't mind if it's inactive.
598         (yank-pop): Don't mind if mark is inactive.
599         (keyboard-quit): Deactivate the mark.
600         (kill-ring-save): When bouncing cursor,
601         bounce the mark too, so highlighted area does not change.
603         * bytecomp.el (byte-compile-track-mouse): New function.
604         This is a kludge; track-mouse must be compiled better.
606         * simple.el (transient-mark-mode): New command.
608         * mouse.el (mouse-drag-region): New command, on down-mouse-1.
610         * map-ynp.el (map-y-or-n-p): Show the answers in the echo area.
612         * faces.el (face-initialize): Turn off `modeline' face.
613         Set region-face.
614         (invert-face): Really do use the default colors.
615         (x-initialize-frame-faces): Always try "gray" color for
616         primary-selection; always invert if that fails.
617         Similar changes for highlight, secondary-selection.
619         * menu-bar.el: Fix up the edit commands.  Add fill-region.
621 1993-05-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
623         * menu-bar.el (menu-bar-mode): New command.  Use for initialization.
625         * faces.el (make-face): Add interactive spec.
626         (set-default-font): Deleted.
628         * isearch.el (isearch-mode-map): Handle any length vector in keymap.
629         (isearch-char-to-string): Handle non-character events properly.
631 1993-05-14  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
633         * subr.el (overlay-start, overlay-end, overlay-buffer): Removed.
635         * vc.el (vc-version-diff): Match parens.
637 1993-05-14  Paul Eggert  (eggert@twinsun.com)
639         * vc.el (vc-revert-buffer1): Don't assume that compilation-error-list
640         is a list; it might be t.
642 1993-05-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
644         * emerge.el: Installed version 5 from drw.
645         Merged in previous FSF changes, plus new changes:
646         (emerge-count-matches-string): Renamed from count-matches-string.
647         (emerge-command-prefix): Now C-c C-c.
648         (emerge-shadow-key-definition): Deleted.
649         Callers use substitute-key-definition.
650         (emerge-recursively-substitute-key-definition): Deleted.
651         Callers use substitute-key-definition.
652         (emerge-unselect-hook): Renamed from emerge-unselect-hooks.
653         (emerge-files-internal): Use file-local-copy to handle remote files.
654         (emerge-files-with-ancestor-internal): Likewise.
655         (emerge-remote-file-p): Deleted.
656         (emerge-abort): New command.
657         (describe-mode): Deleted.
658         (emerge-hash-string-into-string): Renamed from hash-string-into-string.
659         (emerge-unslashify-name): Renamed from unslashify-name.
660         (emerge-write-and-delete): Don't write-file if file-out is nil.
661         (emerge-setup-fixed-keymaps): Put emerge-abort on C-].
662         (emerge-find-difference-diff): Renamed from emerge-find-difference.
663         (emerge-find-difference): New command.  Now on `.'.
664         (emerge-diff-ok-lines-regexp): Renamed from emerge-diff-ok-lines.
665         (emerge-diff3-ok-lines-regexp): Renamed from emerge-diff3-ok-lines.
667 1993-05-13  Paul Eggert  (eggert@twinsun.com)
669         * vc.el (vc-version-diff): Don't move point in current buffer.
671 1993-05-13  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
673         * etags.el (tags-table-including): Take new third arg CORE-ONLY.
674         If non-nil, ignore files without extant buffers.
675         (visit-tags-table-buffer): Call tags-table-including first with
676         CORE-ONLY set, and then afterwards with it clear.
678 1993-05-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
680         * term/x-win.el: Require menu-bar.el.
681         * menu-bar.el: Provide 'menu-bar.
683         * compile.el (Setting minor-mode-map-alist):
684         Put the map directly in the alist, not a variable name.
685         * vc.el: Likewise.
687         * macros.el (kbd-macro-query): Fix prompt string.
689         * loadup.el: Preload mouse, scroll-bar and select if have multi-frames.
691         * vc.el: Improve doc strings and prompt strings.
692         (vc-cancel-version): Ask whether to revert buffer.
694         * lmenu.el (default-menubar): Make initial value nil.
695         (kill-this-buffer, x-new-frame)
696         (sensitize-file-and-edit-menus-hook, format-buffers-menu-line)
697         (buffers-menu-max-size, complex-buffers-menu-p)
698         (buffers-menu-switch-to-buffer-function, buffer-menu-save-buffer)
699         (buffer-menu-write-file, build-buffers-menu-internal)
700         (build-buffers-menu-hook): Functions and variables deleted.
702         * faces.el (face-initialize): New function.
703         All initialization code moved into it.
704         Call at end of file, if using X frames already.
705         (x-create-frame-with-faces): Don't use faces if not initialized.
707         * startup.el (command-line): Call frame-initialize explicitly.
708         Call face-initialize.
709         (normal-top-level): Call frame-notice-user-settings explicitly.
710         * frame.el: Do not put those functions on hooks.
712         * terminal.el (te-pass-through): Handle meta chars and non-char events.
713         (terminal-map, etc.): Use default bindings, not fillarray.
714         Make the maps sparse.
715         (terminal-meta-map): New map; lets us make ESC a prefix key.
716         (terminal-map): Bind ESC to terminal-meta-map.
717         (te-more-break-unread): Handle non-char as last-input-char.
718         (te-filter): Delete code that worked with meta-flag.
719         (terminal-emulator): Don't look at meta-flag.
720         (terminal-mode): Don't make meta-flag local.
721         (te-stty-string): Quote the args that have ^.  Add pass8.
723 1993-05-08  Paul Eggert  (eggert@twinsun.com)
725         * vc.el (vc-diff): Report an error if the buffer isn't registered.
726         (vc-registration-error): New function.
727         (vc-next-action, vc-diff, vc-print-log, vc-backend-diff): Use it to
728         make VC's error messages more uniform.
730         * vc.el (vc-directory, vc-revert-buffer1): Quote lambdas with
731         (function ...) for Emacs 18.
732         (compilation-old-error-list): Set if undefined, for Emacs 18.
734 1993-05-11  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
736         * faces.el: Re-arranged to put accessors at the top.
738 1993-05-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
740         * buff-menu.el (Buffer-menu-quit): New function, now on q.
741         (buffer-menu): Update list of options.
742         Don't save a window config.
743         (Buffer-menu-select): Don't call Buffer-menu-execute.
744         Don't restore a window config.
745         (Buffer-menu-mode-map): Buffer-menu-select now on v.
747 1993-05-10  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
749         * bytecomp.el (byte-recompile-directory): If ARG is non-nil, set
750         it to its prefix numeric value.  Test for ARG being zero with eq,
751         not zerop.
753 1993-05-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
755         * rmailout.el (rmail-output): Undo June 11 1992 change:
756         Don't try to use Date field in the From.
758         * faces.el: Rename all references to try-face-font to
759         internal-try-face-font, so we don't need lucid.el.
761         * faces.el (read-face-name): Call face-list, not list-faces.
763         Fail more gracefully if we can't build bold, italic, etc,
764         versions of the default font.
765         * faces.el (make-face-bold, make-face-italic,
766         make-face-bold-italic, make-face-unbold, make-face-unitalic):
767         Implement NOERROR argument.
768         (x-initialize-frame-faces): Use the NOERROR argument to the
769         font manipulation functions to avoid errors while starting up.
770         Remove initialization of isearch font.
771         * xfaces.c (internal-x-complain-about-font): Add new frame
772         argument, so we can check the frame parameters to find the
773         default font.  Callers changed.
775         * faces.el (x-create-frame-with-faces): Fix typo.  Dyke out
776         code to fully qualify the modeline font; we may not be able to
777         do that correctly.
779 1993-05-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
781         * dabbrev.el (dabbrev-expand): Delete a search-forward call
782         after the second replace-match.
784 1993-05-09  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
786         * add-log.el (find-change-log): If there is a buffer-local value of
787         change-log-default-name, just return it with no searching.
788         Previously if it was set to a nonexistent file name, we would
789         loop forever.
791 1993-05-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
793         * replace.el (query-replace-map): Bind [escape] like "\e".
795         * macros.el (kbd-macro-query): Use query-replace-map to define answers.
797         * vc.el (diff-switches): Define var here as well as in diff.el.
798         (vc-backend-diff): Handle either string or list.
800         * comint.el (comint-filter): Increment opoint only if after
801         insertion point.
803 1993-05-08  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
805         * faces.el: Call internal-set-face-1, not internat-set-face-1.
807         * faces.el: Don't set frame-creation-function here; term/x-win.el is
808         the appropriate place to set it.
810         * faces.el: Only apply x-initialize-frame-faces to X frames; pass
811         over terminal frames.
813         * faces.el: Provide 'faces.
815 1993-05-08  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
817         * term/x-win.el: Since we require faces.el, there's no point in setting
818         frame-creation-function to x-create-frame - just set it directly
819         to x-create-frame-with-faces.
821 1993-05-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
823         * sendmail.el (mail-do-fcc): Don't output a newline before From...
825         * rmail.el (rmail-convert-to-babyl-format): Delete 1 char
826         if we see a newline instead of what we expect.
828         * register.el (jump-to-register): Allow file name "in" a register.
830         * scroll-bar.el (scroll-bar-drag, scroll-bar-drag-1): New functions.
831         Put scroll-bar-drag on down-mouse-2 in scroll bar.
832         Leave up-events on mouse-2 unbound.
834         * help-macro.el: Provide help-macro, not help-screen.
835         * help.el: Require help-macro, not help-screen.
837         * menu-bar.el: Don't add menu bar to minibuffer-only frames.
839 1993-05-07  Paul Eggert  (eggert@twinsun.com)
841         * vc.el (vc-directory-18): New function.
842         If Emacs 18, make vc-directory alias to this.
844 1993-05-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
846         * loaddefs.el: Bind M-right and M-left to forward-word, backward-word.
847         Unbind M-up and M-down.
849         * calendar.el (calendar-mode-map): Add arrow key bindings.
851         * rmail.el (rmail-resend): Add `resent' attribute.
852         (rmail-forward): With prefix arg, run rmail-resend.
854 1993-05-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
856         * term/x-win.el: (require 'faces), too.  Move (require 'select) to top,
857         with the other requires.
859 1993-05-06  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
861         * finder.el: Bind finder-exit to 'q', not 'x'; the former is the
862         conventional way to get out of such a package.
863         (finder-summary): Use substitute-command-keys.
864         (finder-mode): Use \\<...> to make sure we get the right keymap.
866 1993-05-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
868         * replace.el (flush-lines, keep-lines, how-many):
869         Delete spurious `s' from prompt arg to read-from-minibuffer.
871         * comint.el (comint-filter): New function.
872         (comint-exec): Install the filter.
874         * simple.el (previous-matching-history-element): If minibuf is empty,
875         use the last regexp specified a the default.
876         (next-matching-history-element): Likewise.
878         * comint.el (comint-previous-matching-input): New command, on M-r.
879         (comint-next-matching-input): New command, on M-s.
880         (comint-previous-similar-input): Commented out.
881         (comint-next-similar-input): Likewise.
882         (comint-previous-input-matching): Deleted.
883         (comint-last-input-match): Var commented out.
884         (comint-mode): Don't make comint-last-input-match local.
886 1993-05-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
888         * files.el (auto-mode-alist): Delete the entries for makefile-mode.
890         * asm-mode.el: Doc fix.
892         * man.el: Rename functions and variables `man-*' to `Man-*'.
893         (manual-entry): Make prompt string clearer.
895         * simple.el (blink-matching-paren-distance): Change default to 12,000.
897 1993-05-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
899         * vc.el (minor-mode-map-alist): Don't use it if it's void.
900         (vc-cancel-version): Doc fix.
901         (vc-backend-diff): Use diff-switches, not vc-diff-options.
902         (vc-diff-options): Variable deleted.
904 1993-05-03  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
906         * calendar.el: Update reference to the papers in S-P&E.
907         (calendar-print-astro-day-number): Correct spelling error in
908          message string.
910 1993-05-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
912         * help.el (help-for-help):  Use lower case letters for help options.
914         * rect.el (string-rectangle): Renamed from fill-rectangle.
915         (string-rectangle-line): Renamed from fill-rectangle-line.
917 1993-05-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
919         * vc.el (vc-dired-prefix-map): New keymap.
920         Use it in minor-mode-map-alist for vc-dired-mode.
922         * vc-hooks.el (vc-mode-line): Don't alter key bindings.
923         (vc-toggle-read-only): Put on C-x C-q unconditionally.
924         (vc-mode): Add permanent-local property.
926 1993-04-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
928         * files.el (find-file-noselect): On VMS, always set buffer-file-name
929         to the truename.
931         * vc.el (vc-revert-buffer1): Fix format of compilation-error-list.
933         * files.el (find-file-noselect): Do set buffer-file-name
934         to the truename, when find-file-visit-truename.
936 1993-04-29  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
938         * yow.el (yow): Fix interactive spec.
940         * files.el (insert-directory): Undo change of March 23;
941         dereferencing links is inappropriate for dired.
943         * edebug.el (edebug-display): Call the `mark' function with the
944         FORCE argument non-nil, so that we don't get an error if the mark
945         isn't set yet.
947         * edebug.el (global-edebug-prefix, global-edebug-map): Add
948         autoload cookies for these, so they are present when Emacs starts
949         up.
951         * edebug.el (global-edebug-map): Bind `C-x X d' to edebug-defun in
952         this map; we can't bind it to `C-x x', as the installation
953         instructions suggest, because that conflicts with
954         copy-to-register.
956 1993-04-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
958         * complete.el: New file.
960         * vc.el (vc-match-substring): Renamed from match-substring.
961         (vc-parse-buffer): Use new name.
963         * shell.el (shell-prompt-pattern): Undo last change.
965         * files.el (file-truename): Redo esr's change.
967         * loaddefs.el: Put arrow key bindings back to the ordinary Emacs cmds.
968         * simple.el (up-arrow, down-arrow, left-arrow, right-arrow): Deleted.
970         * simple.el (kill-line, next-line-add-newlines): Doc fix.
971         (kill-whole-line): Doc fix.
972         (kill-forward-chars, kill-forward-chars): Reinsert as before.
974         * simple.el: Change defalias to define-function.
976 1993-04-28  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
978         * vc.el (vc-revert-buffer1):
979         Ignore non-marker elts of compilation-error-list.
981         * compile.el: Add compilation-minor-mode to minor-mode-alist and
982         minor-mode-map-alist.
983         (compilation-minor-mode): New defvar.
984         (compilation-minor-mode-map): New defvar; keymap with the bindings
985         from compilation-mode-map except SPC and DEL.
986         (compilation-mode-map): Construct this keymap to inherit from
987         compilation-minor-mode-map.
988         (compilation-setup): New function, code broken out of compilation-mode.
989         (compilation-mode): Call it.
990         (compilation-minor-mode): New function to toggle
991         compilation-minor-mode; if setting it, call compilation-setup.
993 1993-04-28  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
995         * bibtex.el: Installed Aaron Larson's new bibtex.el.  See the
996         header comment for details.
998 1993-04-28  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1000         * gnuspost.el (gnus-inews-organization):
1001         If ORGANIZATION is "", set it to nil.
1003 1993-04-28  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1005         * files.el (file-truename): Undo last change.
1007 1993-04-27  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1009         * files.el (file-truename): Do the right thing when $HOME = "".
1011         * simple.el (hscroll-step): New variable.
1012         (hscroll-point-visible): New function.
1013         (left-arrow, right-arrow): These use hscroll-point-visible for
1014         better auto- scrolling behavior.
1016         * picture.el: Completed the package entry point's name change from
1017         edit-picture to picture-mode.
1018         (move-to-column-force, picture-end-of-line): When movement is
1019         completed, scroll horizontally if necessary to make point visible.
1020         (picture-beginning-of-line): New function.
1021         (picture-mode-map): Use substitute-key-definition.
1023         * gud.el (gud-format-command): Fix %f expansion to send ondly the
1024         basename of files to gdb.
1026 1993-04-27  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
1028         * disp-table.el (describe-display-table): Don't use the term
1029         "rope"; we're using vectors of characters now.
1030         (standard-display-8bit, standard-display-ascii): Set the element
1031         of the display table to a vector, not an integer; the latter
1032         doesn't mean anything.
1034         * mouse.el (mouse-buffer-menu): Don't right-justify the buffer
1035         name; this doesn't look nice if we use a proportional font.
1037         * sendmail.el (mail-setup): Don't insert "--\n" before the
1038         signature.  If they want it, they can put it in their .signature
1039         file.
1041         * lucid.el: Comment out fset of set-screen-width properly.
1043         * lucid.el: (provide 'lucid).
1045         * lucid.el: (switch-to-other-buffer): Avoid buffers whose names
1046         start with a space.
1048 1993-04-26  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1050         * etags.el (find-tag-interactive): New function to read args.
1051         (find-tag-noselect, find-tag, find-tag-other-window)
1052         (find-tag-other-frame, find-tag-regexp): Use it.
1053         (find-tag, find-tag-other-window):
1054         Take new arg REGEXP-P, pass to find-tag-noselect.
1055         (find-tag-regexp): Call either find-tag-other-window or find-tag,
1056         rather than find-tag-noselect and switch-to-buffer[-other-window].
1057         (tags-location-stack): New defvar.
1058         (find-tag-noselect): If NEXT-P is '-, pop location off
1059         tags-location-stack.
1061 1993-04-26  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1063         * cmacexp.el: Installed Francesco Potorti's enhanced and
1064         cleaned-up version, see its commentary for details.
1066         * tex-mode.el: Doc fixes.  Also a few teaks to pacify the
1067         byte-compiler.
1069         * terminal.el: Some defvars moved.
1070         Defvars added for many variables.
1071         (te-stty-string): Specify the characters explicitly--not `stty dec'.
1073 1993-04-26  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1075         * files.el (cd): Handle leading "~" like an absolute filename.
1077         * dired.el: Changed fsets to defaliases.
1079 1993-04-25  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1081         * comint.el (comint-mod): Nuked.  A call to ring-mod replaces it.
1082         (comint-mem): Nuked.  A call to member replaces it.
1084         * ring.el: Rewritten.  A poor choice of representation made the
1085         old code excessively complex.  The new version is smaller and
1086         faster.  The interface is unchanged, except that ring-remove now
1087         accepts an optional numeric argument specifying the element to
1088         remove.
1090         * gud.el: Set no-byte-compile local variable t to work around a
1091         byte-compiler bug.
1092         (gud-def, global-map): Move C-x C-a commands to global map.  Restore
1093         original C-x SPC global binding.
1095         * vc.el (vc-diff): Get proper error message when you run this with
1096         no prefix arg on an empty buffer.
1097         (vc-directory): Better directory format --- replace the user and
1098         group IDs with locking-user (if any).
1099         (vc-finish-logentry, vc-next-comment, vc-previous-comment):  Replace
1100         *VC-comment-buffer* with a ring vector.
1102 1993-04-25  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1104         * simple.el (down-arrow): New function.  Uses
1105         next-line-add-newlines to suppress addition of new lines at end of
1106         buffer.
1107         (up-arrow): Alias of previous-line, added for consistency.
1108         These changes complete terminal-type-independent support for arrow
1109         keys.
1111         * tex-mode.el (tex-compilation-parse-errors): Added.  At the
1112         moment, this would have to be applied manually.  It's not worth
1113         trying to integrate this with the rest of the mode more tightly
1114         until we decide whether and how compile's interface is going to
1115         change away from a closed subsystem.
1117         * files.el (cd): Changed to use to resolve relative cd calls.
1118         (cd-absolute): Added.  This is actually the old cd code with a
1119         changed doc string.
1120         (parse-colon-path): Added. Path-to-string exploder --- may be
1121         useful elsewhere.
1123         * ring.el: Added and fixed documentation.
1124         (ring-rotate): Nuked.  It was (a) unused, and (b) totally broken
1125         (as in, any attempt to use it died with a type error, and when I
1126         patched it to fix that I found its algorithm was broken).
1127         (ring-ref): Added doc string.
1129 1993-04-25  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
1131         * bytecomp.el (meta-flag): Declare this an obsolete variable.
1133         * subr.el (listify-key-sequence): Use a character constant to
1134         decide which bits to flip, not an integer constant.
1136 1993-04-24  Noah Friedman  (friedman@splode.com)
1138         * shell.el (shell-prompt-pattern): Add `;' as potential prompt
1139           delimiter (for `es' and `rc' shells most particularly).
1141 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1143         * isearch.el: Replaced all fsets with defaliases.
1145 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1147         * bytecomp.el (define-function): Changed name back to defaliases
1148         to get things in a known-good state.  The unload patch had been
1149         half-applied, leading to lossage.
1151         * register.el, gnuspost.el, find-dired.el, cust-print.el,
1152         two-column.el, tar-mode.el, shell.el, lselect.el, select.el,
1153         ispell.el, life.el, picture.el, rmail.el, mim-mode.el, replace.el,
1154         tex-mode.el, frame.el, lucid.el, subr.el:
1155         All fsets changed to defaliases.
1157         * edt.el: Some fsets changed to defaliases.
1159         * telnet.el: Commentary added.
1160         (telnet): Doc fix.
1161         (rsh): Added entry point for rsh to remote host, per suggestion by
1162         Michael McNamara <mac@ardent.com>.  No change to any other code.
1164         * info.el (Info-find-node, Info-insert-subfile): Do the right
1165         thing if info files have been compressed or gzipped.  This is
1166         saving me lots of disk space.
1168         * simple.el: All fsets changed to defaliases.
1169         (kill-forward-chars, kill-backward-chars): Deleted.  These were
1170         internal subroutines used by delete-char and delete-backward-char
1171         before those functions were moved into the C kernel.  Now nothing
1172         uses them.
1173         (kill-line): Added kill-whole-line variable.  Defaults to nil; a
1174         non-nil value causes a kill-line at the beginning of a line to
1175         kill the newline as well as the line.  I find it very convenient.
1176         Emulates Unipress' &kill-lines-magic variable.
1177         (next-line): Added next-line-add-newlines variable.  If nil,
1178         next-line will not insert newlines when invoked at the end of a
1179         buffer.  This obviates three LCD packages.
1180         (left-arrow, right-arrow): New functions.  These do backward-char
1181         and forward-char first. If line truncation is on, they then scroll
1182         left or right as necessary to make sure point is visible.
1184         * loaddefs.el: All fsets changes to defaliases.
1185         (global-map): Changed bindings of [left] and [right] to left-arrow and
1186         right-arrow respectively.
1188 1993-04-22  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
1190         * ange-ftp.el (ange-ftp-binary-file-name-regexp):
1191         Match .z and .z-part-?? files.
1193 1993-04-21  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1195         * makefile.el: Rewritten and simplified, commentary added.  It now
1196         will usually detect when the makefile target or macro lists need
1197         to be rebuilt and do it automatically; in particular, this means
1198         you no longer have to deal with an annoying wait at find-time.
1200 1993-04-19  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
1202         * vc.el (vc-revert-buffer1): Typo fix in last change.
1204         * shell.el (shell-mode): isation/ization (doc fix).
1206         * shell.el (shell-mode): Capitalize mode name.
1208         * vc.el (vc-comment-to-change-log): Restored interactive spec.
1209         Why was it removed?  Why does the only log entry mentioning this
1210         function contain no actual information?
1212         * vc.el (vc-revert-buffer1):
1213         Completely rewrote compilation reparsing code.
1215         * files.el (find-file-noselect): Never set SAME-TRUENAME to a
1216         buffer whose buffer-file-name is nil.
1218         * files.el (set-auto-mode): If the buffer begins with "#!", look
1219         for -*- in the first two lines, not just the first one.
1221 1993-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1223         * sendmail.el (mail-do-fcc): Make a numeric time zone indicator
1224         with current-time-zone--don't run `date'.
1226 1993-04-16  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1228         * bytecomp.el (byte-compile, byte-compile-keep-pending)
1229         (byte-compile-file-form-defmumble): Generate define-function
1230         rather than fset, to install definitions for defun, defmacro, etc.
1232         * loadhist.el: New file.
1234         * tar-mode.el: Add defvars to pacify the byte compiler, at RMS's
1235         request.
1237         * diff.el (diff-parse-differences): Small robustification ---
1238         don't lose if we call this with compilation-parsing-end nil
1240 1993-04-16  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1242         * electric.el (shrink-window-if-larger-than-buffer):
1243         Moved to window.el.
1245 1993-04-16  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
1247         * comint.el (comint-match-partial-pathname): Move "---" range in
1248         character class in regular expressions to the end of the character
1249         class; this way, it meets the POSIX regexp specs.
1251         * files.el (abbreviate-file-name): If abbreviated-home-dir ends
1252         with a slash, don't remove the corresponding slash from filename
1253         when we collapse the home directory to ~.
1255 1993-04-16  Noah Friedman  (friedman@splode.com)
1257         * rlogin.el: Add autoload cookies for all defvars.
1258         (rlogin-process-connection-type): New variable.
1259         (rlogin): Use it to determine process-connection-type.
1260         (rlogin): Set process mark to point-max, not point-min.
1261         (rlogin-with-args): Put `+' inside \(\) pair in string-match.
1262         (rlogin-password): Take optional arg `proc' for use by rlogin-filter.
1263         Write docstring.  Call new winning version of comint-read-noecho
1264         instead of doing reading by hand.
1265         (rlogin-mode): Wrote docstring.
1266         (rlogin-filter): Completely rewritten to be more efficient.
1268 1993-04-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1270         * resume.el (resume-suspend-hook): Renamed from empty-args-file.
1271         Add autoload cookie.
1272         (resume-emacs-args-buffer): Renamed.
1273         (resume-write-buffer-to-file): Renamed.
1275         * two-column.el (tc-dissociate): Renamed from tc-kill-association.
1276         Move binding to C-x 6 d.
1278 1993-04-14  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1280         * autoload.el (update-file-autoloads, update-directory-autoloads):
1281         If called interactively, save generated-autoload-file when done.
1283 1993-04-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1285         * makefile.el (makefile-mode): Fix typo in autoload cookie.
1287         * isearch.el: Doc fixes.
1289 1993-04-14  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1291         * gud.el (gud-mode): Created C-c synonym bindings in the GUD
1292         buffer's local map.
1294         (gud-key-prefix): Changed to C-x C-a.
1296 1993-04-14  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1298         * help-macro.el: Name changed from help-screen.el to fit in a
1299         14-character limit.
1301         * sun-curs.el: Name changed from sun-cursors.el to protect the
1302         innocents.
1304 1993-04-14  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1306         * finder.el: Rewritten.  The Finder is now a major mode with the
1307         ability to browse package commentary sections and a completely
1308         point-and-shoot interface similar to Dired's.
1310         * window.el (shrink-window-if-larger-than-buffer): Moved from
1311         electric.el to windows.el, minor bug fix.  This is to avoid code
1312         duplication between vc.el, electric.el, and finder.el.
1314         (ctl-x-map): Added C-x - and C-x + as experimental bindings for
1315         shrink-window-if-larger-than-buffer and balance-windows
1316         respectively.  Since shrink-window-if-larger-than-buffer has to
1317         live here anyhow, let users use it to manage screen space.
1319         * lisp-mnt.el (lm-commentary-region): Gone.
1320         (lm-commentary): New function, replacing lm-commentary-region.
1322 1993-04-12  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
1324         * bytecomp.el: The `suspend-hooks' variable is obsolete now, and
1325         `suspend-hook' is the right name.
1327 1993-04-12  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
1329         * term/sun-mouse.el (suspend-emacstool): Run suspend-hook, not
1330         suspend-hooks.
1332 1993-04-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1334         * rot13.el (rot13-display-table): Use `vector', not `make-rope'.
1336         * disp-table.el: Use `vector', not `make-rope'.
1338         * rot13.el (rot13-other-window): Add autoload.
1340 1993-04-12  Noah Friedman  (friedman@splode.com)
1342         * comint.el (comint-process-echoes): New variable.
1343         (comint-mode): Make it buffer-local.
1344         (comint-send-input): Delete text from process mark to point if
1345         variable `comint-process-echoes' is non-`nil', since it is assumed
1346         process will re-echo the text.
1348 1993-04-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1350         * disp-table.el: Use `vector', not `make-rope'.
1352         * rot13.el (rot13-other-window): Add autoload.
1353         (rot13-display-table): Use `vector', not `make-rope'.
1355 1993-04-10  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1357         * gud.el (gdb, sdb, dbx): Improved prompting a la grep.
1359         * comint.el: Clean up cmu* uses in header comments.
1361 1993-04-10  Jim Blandy  (jimb@mole.gnu.ai.mit.edu)
1363         * subr.el (overlay-start, overlay-end, overlay-buffer): New
1364         defsubsts.
1366 1993-04-10  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
1368         * paragraphs.el (sentence-end, forward-sentence): Doc fixes.
1370         * finder.el (finder-by-keyword): Build an alist to pass to
1371         completing-read, instead of building an invalid obarray.
1373         * finder.el (finder-by-keyword): If the user quits or enters the
1374         empty string in response to the keyword prompt, restore the old
1375         window configuration properly.
1377 1993-04-10  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
1379         * paragraphs.el (sentence-end, forward-sentence): Doc fixes.
1381 1993-04-09  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1383         * emerge.el (emerge-with-ancestor): Applied Donald Erway's fix
1384         patch, which included the following explanatory comment: "D.Erway
1385         - This used to just do emerge-get-diff3-group on 2, then on
1386         3. This was incorrect, since the file 3 info for a diff can
1387         preceed the file 2 info for that same diff. So we save and restore
1388         point to overcome this."
1390 1993-04-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
1392         * subr.el (overlay-start, overlay-end, overlay-buffer): New
1393         defsubsts.
1395         * finder.el (finder-by-keyword): Build an alist to pass to
1396         completing-read, instead of building an invalid obarray.
1398         * finder.el (finder-by-keyword): If the user quits or enters the
1399         empty string in response to the keyword prompt, restore the old
1400         window configuration properly.
1402 1993-04-08  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1404         * autoload.el (generate-file-autoloads): Doc fix.
1406 1993-04-08  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1408         * gud.el: Massive changes, amounting nearly to a rewrite.  The new
1409         features include auto-configuring support for SVr4, more commands,
1410         and a full minor-mode implementation that binds all GUD commands
1411         not just in the GUD interaction mode, but in C buffers visited by
1412         GUD.  The common prefix of GUD commands is now C-x X, like
1413         electric-debug mode.
1415         * vc-hooks.el (vc-mode): name change.  This looks better in keymap
1416         listings and conforms to the naming conventions used by other
1417         packages.
1419         * vc.el (vc-directory. vc-start-entry, vc-next-action,
1420         vc-next-action-on-file): The vc-directory listing is now in an
1421         augmented Dired mode that supports vc-next-action on all marked
1422         files.
1424         * dired.el (dired-noselect, dired-internal-noselect,
1425         dired-insert-directory): Enhancements to support passing dired a
1426         DIRNAME argument consisting of a directory-name car and a
1427         list-of-files cdr.  This is needed to support VC's augmented
1428         dired, which wants a filtered file display that recurses (showing
1429         all version-controlled files in subdirectories as well as the
1430         top-level ones).
1432         * menu-bar.el: Added and corrected library headers.
1434 1993-04-08  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
1436         * menu-bar.el: entered into RCS
1438         * lucid.el: Add copyright notice.
1440 1993-04-07  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1442         * compile.el (compile-internal): Initialize the process-mark.
1444         * compile.el (compilation-error-regexp-alist):
1445         Tighten first regexp so that it
1446         requires a colon or open-paren before the line number, not just
1447         whitespace.
1449         * compile.el (compilation-parse-errors): Remove debugging setq.
1451         * compile.el (compilation-filter): New function.
1452         (compile-internal): Make it the process's filter.
1454         * compile.el (compilation-error-regexp-alist):
1455         Fixed MIPS CC regexp to match file
1456         names longer than one char.
1457         (compilation-parse-errors): Error if compilation-error-regexp-alist is nil.
1459 1993-04-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1461         * menu-bar.el: New file.
1463         * fill.el (fill-nonuniform-paragraphs): New command.
1465 1993-04-07  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1467         * compile.el (compile-internal): Initialize the process-mark.
1469 1993-04-07  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1471         * compile.el (compilation-error-regexp-alist): Tighten first
1472         regexp so that it requires a colon or open-paren before the line
1473         number, not just whitespace.
1475 1993-04-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1477         * files.el (find-file-noselect):
1478         Verify other buffers' file numbers are still valid.
1480 1993-04-07  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1482         * compile.el (compilation-filter): New function.
1483         (compile-internal): Make it the process's filter.
1485         * compile.el (compilation-error-regexp-alist): Fixed MIPS CC
1486         regexp to match file names longer than one char.
1487         (compilation-parse-errors): Error if
1488         compilation-error-regexp-alist is nil.
1490 1993-04-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1492         * tabify.el (untabify): Don't really change where restriction starts.
1494 1993-04-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1496         * dired.el (dired-pop-to-buffer): Adjust count-lines val for last line.
1498 1993-04-05  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
1500         * add-log.el (find-change-log): New function.
1501         (add-change-log-entry): FILE-NAME frobnicating code moved there;
1502         call it.
1503         * vc.el (vc-comment-to-change-log):
1504         Renamed from vc-comment-to-changelog.
1505         Take optional arg and pass it to find-change-log.
1506         Added docstring and interactive spec.
1508 1993-04-05  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1510         * compile.el (compilation-error-regexp-alist):
1511         Merged HP-UX 7.0 fc regexp with the
1512         GNU format regexp: just allowing blanks to terminate the line number
1513         makes that one handle the HP case.  Merged MIPS RISC CC regexp with
1514         Apollo cc regexp: make "s optional, and don't anchor to bol.
1516         * compile.el (compilation-error-regexp-alist):
1517         Changed MIPS RISC CC regexp (last one) to
1518         be anchored at bol, and to never match multiple lines.
1520 1993-04-03  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1522         * man.el, assoc.el: Installed Barry Warsaw's new and much more
1523         featureful man page browser.
1525         * finder.el, help-screen.el, faces.el: Added or corrected
1526         documentation headers
1528 1993-04-03  Noah Friedman  (friedman@splode.com)
1530         * comint.el: New comint-read-noecho.
1532 1993-04-02  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1534         * chistory.el (repeat-history-command): Bug fix.  Someone forgot a car.
1536 1993-04-02  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
1538         * mpuz.el (mpuz-try-letter): Use read-char to read digit.
1539         Use message directly also.  Use downcase.
1540         (mpuz-read-map): Deleted.
1542         * dired.el (dired-unmark-all-files): Read the arg as just a char.
1544 1993-04-01  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
1546         * lisp-mode.el (eval-defun): Rename argument to avoid collision.
1547         (eval-last-sexp): Likewise.
1549 1993-03-31  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1551         * etags.el (etags-tags-completion-table): Rewritten with a mondo
1552         regexp.
1554 1993-03-31  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
1556         * timer.el (timer-program): New defconst.
1557         (run-at-time): Use timer-program as the name of the program the
1558         subprocess should run, and search for it in exec-directory, rather
1559         than checking the entire exec path.
1561 1993-03-31  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1563         * simple.el (indent-for-comment): Use skip-syntax-backward in place of
1564         skip-chars-backward.
1565         Correctly set INDENT to the return value of comment-indent-function.
1567         * etags.el (etags-tags-completion-table): Use skip-syntax-backward
1568         instead of skip-chars-backward.
1570         * view.el (view-exit): Use local map view-old-local-map,
1571         not (current-local-map).
1572         (view-buffer-other-window): Remove spurious backslashes from
1573         interactive spec.
1575         * map-ynp.el (map-y-or-n-p): Make bindings of user-defined keys be
1576         each a vector containing the user's binding, rather than 'user.  Check
1577         (vectorp DEF) and call the vector's elt, rather than checking (eq 'user
1578         DEF) and calling something completely random.
1580         * novice.el (enable-command): Remove spurious assignment of free
1581         variable `foo'.
1583         * help.el (describe-function): For Lisp functions, write a
1584         prototype call before the docstring, instead of an argument
1585         description after it.
1587 1993-03-30  Noah Friedman  (friedman@splode.com)
1589         * files.el (find-backup-file-name): Delete nothing if overflow
1590         in number of versions to keep.
1592 1993-03-30  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
1594         * subr.el (int-to-string): Make this an alias for the subr
1595         number-to-string.
1597 1993-03-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1599         * isearch.el (isearch-mode-map): Delete the binding for C-h.
1600         (isearch-done): Customize the message about mark.
1602 1993-03-30  Noah Friedman  (friedman@splode.com)
1604         * comint.el (comint-read-noecho): Rewritten to provide some simple
1605         editing ability and be able to abort when called from a process
1606         filter.  Re-arranged and updated docstring.
1608 1993-03-30  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1610         * ring.el: Changed summary line.
1612 1993-03-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1614         * faces.el: New file.
1616 1993-03-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1618         * rmail.el (rmail): Don't use mbox as inbox by default.
1620         * simple.el (count-lines): Use save-match-data.
1622         * buff-menu.el: Put back removed years in copyright notice.
1624 1993-03-29  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1626         * vc.el (vc-next-action, vc-print-log, vc-diff, vc-revert-buffer):
1627         Improved logic for parent buffer finding.
1629         (vc-cancel-version): bug fix.
1631 1993-03-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1633         * mailabbrev.el: Provide mailabbrev, not mail-abbrevs.
1635 1993-03-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1637         * fill.el (fill-individual-paragraphs): When skipping mail headers,
1638         skip to a blank line.
1640         * env.el (setenv): Renamed back from putenv.
1642         * replace.el (regexp-history): New history list.
1643         (occur, flush-lines, keep-lines, how-many): Use it.
1644         (occur): Don't insert previous string in minibuffer gratuitously.
1645         Just use it if input is empty.
1646         Use save-match-data around count-lines.
1648 1993-03-28  Noah Friedman  (friedman@splode.com)
1650         * setenv.el: Renamed to env.el.  Provide `env', not `setenv'.
1651         (setenv): Renamed to `putenv', which is the more proper complement
1652         of `getenv'.  `setenv' retained as an alias.
1653         Make VALUE parameter optional; if not set, remove VARIABLE from
1654         process-environment.
1656         * rlogin.el (rlogin): If given a prefix argument and an rlogin
1657         session for HOST is already running, start a new rlogin process
1658         rather than switching to the existing one.  Added docstring.
1659         Bound `proc' in let*.
1660         (rlogin-explicit-args, rlogin-password-paranoia): New variables.
1661         (rlogin-filter): Prompt for passwords in minibuffer if
1662         rlogin-password-paranoia is set.
1663         (rlogin-with-args, rlogin-password): New functions.
1665 1993-03-28  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1667         * vc.el (vc-comment-to-changelog): A useful vc-checkin hook, added.
1668         (vc-checkout): Now rejects attempts to check out files via FTP.
1670         * vc.el: The `derived buffers' in the mode (the VC log buffer,
1671         status buffers, and most buffer output commands) now know which
1672         file buffer was their parent, and most commands will try to find
1673         such a parent buffer when executed from within a special buffer.
1675         * makefile.el: Added autoload cookie for entry point.
1677         * files.el (auto-mode-alist): added pairs for .ms, .man, .mk,
1678         [Mm]akefile, .lex.
1680         * electric.el: (shrink-window-if-larger-than-buffer) Added doc
1681         string.  Made argument optional, because window-buffer does the
1682         right thing with nil.
1684         * ebuff-menu.el (electric-buffer-menu-mode-map): fillarray isn't a
1685          valid operation on maps any more.
1687 1993-03-27  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1689         * refer.el: Installed.
1691 1993-03-27  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
1693         * lucid.el (try-face-font, find-face, get-face): New aliases.
1695 1993-03-27  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1697         * abbrevlist.el, old-inf-lisp.el, old-screen.el old-shell.el,
1698         oshell.el: Removed.
1700 1993-03-27  Noah Friedman  (friedman@splode.com)
1702         * rlogin.el: Updated copyright year and added autoload cookies.
1703         (rlogin): Set process marker to beginning of buffer.
1704         (rlogin-filter): Use unwind-protect to restore match-data.  Use
1705         insert-before-markers instead of insert to keep input and output
1706         from getting garbled.  Delete spurious ?\C-m chars in output
1707         instead of replacing them with ?\ .
1709 1993-03-27  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
1711         * case-table.el: Add autoloads.
1712         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
1713         Rename arg STRING to TABLE.  Do not set the standard case table.
1715 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1717         * loaddefs.el: Commented out function-key-error definition and
1718         uses in the global keymaps.  RMS and jimb objected to the amount
1719         of space these took up in the keybinding listings.
1721 1993-03-27  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1723         * lpr.el (printify-buffer): Added, debugged from Roland McGrath's
1724         printify-buffer code in LCD.
1726         * cookie.el (cookie): Enhanced it to handle both LINS files and
1727         UNIX fortune files.
1729         * rect.el (fill-rectangle):  Added.  Inspired by Lynn Slater's
1730         insert-box package in LCD, but the interface and implementation
1731         are different.
1733         * loaddefs.el (ctl-x-map): Added binding for fill-rectangle.
1735         * buff-menu.el (Buffer-menu-toggle-read-only): Added, per Rob
1736         Austein's suggestion in the LCD package bm-toggle.el.
1738         * subr.el (add-hook):  Added optional arg to cause hook to be
1739         appended rather than prepended to the hook list.  This obviates
1740         the 23 different hook-bashing packages in LCD.
1742         * subr.el (current-word): Added.  Lots of help and default-generator
1743         functions in LCD use it, and it's remarkably difficult to get
1744         right, especially given the new syntax primitives.
1746 1993-03-26  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
1748         * files.el (local-write-file-hooks): New variable.
1749         (set-visited-file-name): Kill local-write-file-hooks as local var.
1750         (basic-save-buffer): Use local-write-file-hooks.
1752 1993-03-26  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
1754         * files.el (local-write-file-hooks): New variable.
1755         (set-visited-file-name): Kill local-write-file-hooks as local var.
1756         (basic-save-buffer): Use local-write-file-hooks.
1758 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1760         * yow.el (psychoanalyze-pinhead): Needed a prefrontal lobotomy.  I
1761         gave it one.
1763         * two-column.el: Added Commentary.
1765 1993-03-25  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
1767         * help.el (describe-function): Add blank line above doc string.
1769         * uncompress.el: Add provide call.
1771 1993-03-25  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1773         * lisp-mnt.el (lm-last-modified-date): Fixed return bug.
1775         (lm-author, lm-maintainer): These now return cons pairs, not strings.
1777         * shell.el: Brent Benson's patch to support `cd -'.
1779         * mh-e.el (mh-unshar): Added.
1781         * emacsbug.el: Added a (provide 'emacsbug); lisp-mnt.el needs this.
1783 1993-03-24  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
1785         * term/x-win.el (x-defined-colors): Use x-color-defined-p instead of
1786         x-defined-color.
1787         (x-handle-geometry): Use x-parse-geometry instead of x-geometry.
1789 1993-03-24  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
1791         * calendar.el (calendar-standard-time-zone-name,
1792         calendar-daylight-time-zone-name): Initialize these at load-time,
1793         as well as calendar-time-zone.
1795         * calendar.el (calendar-time-zone): Fix code which initializes
1796         this.
1798 1993-03-24  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
1800         * term/x-win.el: Bind M-next to an alias scroll-other-window-1
1801         to get better doc string output.
1803 1993-03-23  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1805         * compile.el: Fix library headers.
1807 1993-03-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
1809         * files.el (insert-directory): Do chase symlinks before passing
1810         the directory name to ls.
1812 1993-03-23  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1814         * buff-menu.el: Incorporated changes from Bob Weiner's enhanced
1815         buff-menu from the LCD archive.
1817 1993-03-23  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
1819         * replace.el (query-replace-map): Define backspace like delete.
1821 1993-03-22  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1823         * cookie.el: Created.  This file contains what was formerly the
1824         guts of spook.el, lightly hacked to support more than one
1825         simultaneous cookie database.
1827         * spook.el, yow.el: Modified to use cookie.el.  Total code in
1828         the three files cookie.el, yow.el and spook.el is less than the
1829         old spook.el + yow.el.
1831         * time.el, timer.el, uncompress.el, underline.el, view.el, vip.el,
1832         xscheme.el: Added or corrected Commentary section.  This finishes
1833         my pass over the lisp libraries; I'll teach the finder about
1834         these commentary sections soon.
1836 1993-03-22  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
1838         * term/x-win.el (x-win-suspend-error):
1839         suspend-hook renamed from suspend-hooks.
1841 1993-03-22  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1843         * help.el, register.el, replace.el, reposition.el, rfc822.el,
1844         rlogin.el, rot13.el, scribe.el, scroll-bar.el, sendmail.el,
1845         setenv.el, sgml-mode.el, simple.el, simula.el, sort.el, spell.el,
1846         spook.el, studly.el, tabify.el, text-mode.el: Added or corrected
1847         Commentary headers.
1849 1993-03-22  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
1851         * diary-insert.el: Change the name to diary-ins.el.
1852         * calendar.el: Change all autoload references to diary-ins.
1854 1993-03-22  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
1856         * help.el: Don't load help-screen at run time if compiled.
1858 1993-03-22  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1860         * man.el, mlconvert.el, mlsupport.el, modula2.el, mouse.el,
1861         mpuz.el, netunam.el, novice.el, nroff-mode.el, options.el,
1862         outline.el, page.el, paragraphs.el, picture.el, prolog.el,
1863         rect.el: Added or corrected Commentary sections.
1865 1993-03-22  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1867         * abbrev.el, ada.el, add-log.el, array.el, autoinsert.el,
1868         autoload.el, awk-mode.el, bib-mode.el, bibtex.el, buff-menu.el,
1869         bytecomp.el, c++-mode.el, c-mode.el, cl-indent.el, cmacexp.el,
1870         cmulisp.el, cmuscheme.el, comint.el, compare-w.el, compile.el,
1871         debug.el, diff.el, dired-aux.el, dired.el, disass.el,
1872         dissociate.el, doctor.el, ebuff-menu.el, edebug.el, ehelp.el,
1873         emacsbug.el, emerge.el, files.el, fill.el, fortran.el, gosmacs.el,
1874         hanoi.el, hexl.el, hideif.el, icon.el, indent.el, iso-insert.el,
1875         iso-swed.el, iso-syntax.el, iso8859-1.el, ispell.el, kermit.el,
1876         ledit.el, life.el, lisp-mode.el, lisp.el, lpr.el, macros.el,
1877         mail-utils.el, mailalias.el, makefile.el, makesum.el, mim-mode.el,
1878         modula2.el, nroff-mode.el, perl-mode.el, prolog.el, scheme.el,
1879         sgml-mode.el, tex-mode.el:
1880         Added or corrected Commentary sections.  There's more of this
1881         coming; soon, the package finder will be able to browse Commentary
1882         sections, and I want almost all packages to have useful ones.
1884 1993-03-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1886         * help.el: Don't load help-screen at run time if compiled.
1888         * simple.el (line-number-mode): New function and variable.
1890         * loaddefs.el (default-mode-line-format-default): Use %l.
1892 1993-03-21  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
1894         * time.el (display-time): Doc fix.
1896         * isearch.el (isearch-switch-frame-handler): Call
1897         handle-switch-frame instead of select-frame; it has been renamed.
1899         * simple.el (comment-indent-function): New variable, intended to
1900         replace comment-indent-hook.
1901         (comment-indent-hook): Make this default to nil now.
1902         (indent-for-comment): If comment-indent-hook is non-nil, call it
1903         for backward compatibility; otherwise, call
1904         comment-indent-function.
1905         * bytecomp.el: Declare comment-indent-hook an obsolete variable.
1907 1993-03-20  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
1909         * time.el (display-time): Doc fix.
1911         * lucid.el: Alias lower-screen and raise-screen to lower-frame and
1912         raise-frame, the new names for those functions.
1914 1993-03-19  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1916         * bush.el: Deleted.
1918         * finder.el: Make sure that when new keywords are compiled, we see them
1919         immediately.
1921 1993-03-19  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
1923         * tex-mode.el (tex-send-command): Fix the command sent so that no
1924         blank is inserted when replacing the asterisk with the file name.
1926 1993-03-19  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1928         * vt100-led.el, bg-mouse.el, sup-mouse.el, sun-mouse.el:
1929         moved to term directory.
1931 1993-03-18  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1933         * Makefile: created.  This exists mainly so developers elsewhere
1934         can unlock the lisp files to accept an update tar, then relock
1935         them without locking the few that should stay writeable.
1937         * solar.el, ange-ftp.el: Corrected Keywords header
1939         * ftp.el: Nuked (actually, moved to =ftp.el).
1940         ange-ftp.el replaces this.
1942 1993-03-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
1944         * solar.el (solar-time-string): Round the time properly.
1946 1993-03-18  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1948         * abbrev.el, abbrevlist.el, add-log.el, apropos.el, array.el,
1949         autoload.el, awk-mode.el, cal-french.el, cal-mayan.el,
1950         calendar.el, cmulisp.el, cmuscheme.el, comint.el, compile.el,
1951         completion.el, cust-print.el, dabbrev.el, debug.el, diary.el,
1952         diff.el, disass.el, edebug.el, edmacro.el, emacsbug.el, finder.el,
1953         inf-lisp.el, ispell.el, life.el, lisp.el, lunar.el, macros.el,
1954         netunam.el, old-shell.el, scribe.el, spell.el, sun-cursors.el,
1955         terminal.el, unrmail.el, vms-pmail.el:
1956         Add or correct Keywords headers for finder.
1958 1993-03-18  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
1960         * frame.el (make-frame): Renamed from new-frame.
1961         (new-frame): Alias for make-frame.
1963 1993-03-18  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
1965         * frame.el (make-frame): Renamed from new-frame.
1966         (new-frame): Alias for make-frame.
1968 1993-03-18  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
1970         * tex-mode.el (tex-send-command): Fix the command sent so that no
1971         blank is inserted when replacing the asterisk with the file name.
1973 1993-03-18  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1975         * term/wyse50.el: (function-key-map) Nuke code no longer bound to keys.
1977         * term/tvi970.el: (function-key-map)
1978         As many key cookies as possible renamed to fit the new conventions
1979         documented in lisp/term/README.
1981         * term/vt100.el, term/news.el: (function-key-map)
1982         Fix things so that bindings are added to the keymap already created by
1983         terminal initialization.
1985 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1987         * help-screen.el: Installed, following release.  Now package
1988         writers can easily implement help screens resembling Emacs's
1989         own on-line help system.
1991         * help.el: help-for-help now uses make-help-screen from help-screen.el.
1993 1993-03-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1995         * finder-inf.el: Deleted the RCS file.
1997 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1999         * isearch.el, lselect.el, select.el, scroll-bar.el, texinfo.el,
2000         pending-del.el, profile.el, texinfmt.el, ls-lisp.el, meese.el,
2001         isearch.el, tmenu.el, lmenu.el, rmailsum.el, unrmail.el,
2002         hippie.el, lmenu.el, rmailmsc.el, rlogin.el, mhspool.el,
2003         lisp-mode.el, novice.el, mouse.el, vms-pmail.el, vc-hooks.el,
2004         levents.el, iso8859-1.el, isearch.el, hippie.el, find-gc.el,
2005         cust-print.el, find-dired.el, etags.el, electric.el, dired.el,
2006         dired-aux.el, cust-print.el, cmuscheme.el, cmulisp.el, cl.el,
2007         case-table.el, byte-run.el, ange-ftp.el, backquote.el:
2008         Added or corrected library header comments.
2010 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
2012         * finder.el (finder-compile-keywords): Treat nil in a path
2013         argument as $PWD.
2015         (finder-by-keyword): Handle LFD as input gracefully.
2017 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
2019         * vc-hooks.el: Increment version number to match vc.el's.
2021         * vc.el (vc-header-strings): Name changed to vc-header-alist, to match
2022         the docs.
2024         (vc-finish-logentry, vc-next-comment, vc-previous-comment,
2025         vc-comment-search-forward, vc-comment-search-backward) The VC comment
2026         ring is now a separate buffer from *VC-log*; editing of old comments
2027         is no longer destructive.
2029 1993-03-16  Paul Eggert  (eggert@twinsun.com)
2031         * vc.el (vc-version-diff): Use (message ...), not (message (format
2032         ...)).  (vc-backend-checkout, vc-backend-assign-name): Correct
2033         bogus messages.
2035         * vc-hooks.el: Merge today's change by eric with everybody else's
2036         change (from 1992/08/04 through 1993/02/24).
2038 1993-03-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
2040         * bytecomp.el (byte-compile-from-buffer): Put buffer containing
2041         compiled code in binary overwrite mode.
2043         * simple.el (quoted-insert): In overwrite mode, don't read digits
2044         as an octal character code.  In binary overwrite mode, overwrite
2045         the characters instead of inserting them.
2046         (overwrite-mode-textual, overwrite-mode-binary): New symbols, for
2047         use in the mode line.
2048         (overwrite-mode): Doc fix.  Use force-mode-line-update.
2049         (binary-overwrite-mode): New function.
2050         * loaddefs.el (minor-mode-alist): Make the mode line element for
2051         overwrite-mode be the symbol `overwrite-mode'.
2053 1993-03-16  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
2055         * vc.el, vc-hooks.el: the macro vc-error-occurred has to move from
2056         vc.el to vc-hooks.el for C-x C-f of a nonexistent file to work.
2058 1993-03-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
2060         * calendar.el (calendar-time-zone): Initialize this when
2061         calendar.el loads, not in the defvar.
2063 1993-03-15  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
2065         * register.el (view-register): Neglect not to avoid failing to
2066         properly display all the possible sorts of things one might find
2067         in a buffer.
2069         Make frame configurations start with a distinctive symbol.
2070         * frame.el (current-frame-configuration): Return a list as before,
2071         but starting with `frame-configuration'.
2072         (set-frame-configuration): Check that CONFIGURATION is a list
2073         starting with `frame-configuration', strip it off, and do as before.
2074         (frame-configuration-p): New function.
2075         * register.el (jump-to-register): Use frame-configuration-p,
2076         instead of catching an error in set-frame-configuration.  Really now.
2078         * indent.el (indent-region, indent-region-function): Doc fix.
2080         * indent.el (indent-line-function): Doc fix.
2082 1993-03-14  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
2084         * sort.el (sort-float-fields, sort-numeric-fields): Use
2085         string-to-number, not string-to-float or string-to-int.
2087         * sort.el (sort-float-fields): Make this autoloaded.
2089         * sort.el (sort-numeric-fields): Doc fix.
2091 1993-03-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2093         * lselect.el, select.el: New files.
2095         * term/x-win.el: Require select.el.
2096         (x-select-text): Update call to x-set-cut-buffer.
2097         Put `PRIMARY' and `CLIPBOARD' in upper case.
2098         (x-cut-buffer-or-selection-value): Put `PRIMARY' in upper case.
2100         * lucid.el, lmenu.el, levents.el: New files.
2101         Much of lmenu.el comes from Lucid.
2103 1993-03-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2105         * rmailsum.el (rmail-summary-next-msg): Call display-buffer.
2106         (rmail-summary-previous-all, rmail-summary-next-all): Likewise.
2107         (rmail-summary-rmail-update): Do nothing if rmail buffer not visible.
2108         (rmail-summary-mode-map): Don't bind C-n, C-p.  Use ordinary move cmds.
2110 1993-03-12  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
2112         * term/x-win.el: Added library headers.
2114 1993-03-12  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
2116         * loaddefs.el (global-map): Fixed a typo in the binding of
2117         [kp-backtab].
2119         * term/x-win.el: Added library headers back in. Didn't touch
2120         any key bindings or code, and won't without making sure there
2121         won't be any repeat of the bad-patch brouhaha.
2123 1993-03-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2125         * term/x-win.el: Cancel previous change, since it discarded
2126         earlier necessary changes.
2128 1993-03-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2130         * term/x-win.el: Cancel previous change, since it discarded
2131         earlier necessary changes.
2133 1993-03-11  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
2135         * term/vt100.el:
2136         Added headers, commented out code the duplicates startup effects.
2138         * term/x-win.el: Added headers, removed function bindings.
2140         * term/wyse50.el: Added headers, changed some keycap names.
2142         * term/tvi970.el: Added headers, changes some keycap names.
2144         * term/sun.el: Added headers, removed function-key bindings.
2146         * term/news.el: Added headers, changed a few cookie names.
2148         * term/keyswap.el: Initial revision
2150 1993-03-11  Jim Blandy  (jimb@mole.gnu.ai.mit.edu)
2152         * term/x-win.el: Disable suspending under X windows by setting
2153         suspend-hooks, not suspend-hook.  The latter is an obsolete name.
2154         Use add-hook instead of setting suspend-hooks directly.
2156 1993-03-11  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
2158         A boatload of changes to terminal support and terminal capability
2159         initialization that make it a lot smarter, with a more uniform
2160         and featureful interface across many different keyboard types.
2162         * term.c (fkey_table): has been expanded to handle the entire
2163           intersection of the capability sets defined by X keysyms and
2164           terminfo.  That is, every keysym for which there is a natural
2165           equivalent in terminfo is now bound to that by the startup code.
2167         * loaddefs.el (global-map): Natural default keybindings set up for
2168           almost all supported keysyms other than function keys.  All
2169           other keysyms are now default-bound to a function which explains
2170           that the key is not bound to anything, then raises an error.
2172         * term/READ.ME: terminal package conventions and standard keysym
2173           cookies are now documented here.
2175         * term/AT386.el: new package installed.  Handles IBM-AT style
2176           console keyboards with style and flair.
2178         * term/new-at386.el: removed, it was obsolescent.
2180         * term/apollo.el: nuked and linked to vt100.el.  All it formerly
2181           did was load vt100.el.
2183         * term/bobcat.el: copied and linked to `keyswap.el'.
2185         * term/keyswap.el: the old bobcat.el with headers and docs.  This
2186           is available for other terminal packages to call.
2188         * term/news.el: cleaned up, headers added.
2190         * term/sun.el: headers added, [again] changed to [redo].  This
2191           package is a hairball and should probably be scrapped if we
2192           can find or built abetter one.
2194         * term/tvi970.el: headers added, [enter] changed to [kp-enter].
2196         * term/vt100.el: headers added, cleanup, explicit function-key
2197           enable is no longer necessary.
2199         * term/vt200.el: nuked.  It's now a link to vt100.el.  This is possible
2200           because all the things handled differently on the vt200 are
2201           mined out of termcap by 19's initialization before either
2202           package is loaded.
2204         * term/wyse50.el: cleaned up, headers added, various cookie names
2205           changed, function bindings removed.
2207         * term/x-win.el: cleaned up, headers added.  Some bindings of keycap
2208           cookies to functions were removed; all that stuff is handled
2209           terminal-independently in loaddefs now.
2211         Other changes:
2213         * help.el: added binding and menu line for new `P' package-finder
2214         command.  Won't actually take effect till the next Emacs build.
2216         * vc.el (vc-backend-checkin): Fixed bizarre POM-dependent bug
2217         introduced into VC by a bad patch.  This was one for the
2218         books....badly corrupted vc-checkin code somehow mostly functioned
2219         for three days.  The Code That Would Not Die...
2221 1993-03-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2223         * startup.el (command-line-1): Fix copyright year.
2225 1993-03-10  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
2227         * diary-insert.el (insert-anniversary-diary-entry,
2228         insert-block-diary-entry): Fix calendar-date-display-form used.
2230 1993-03-10  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2232         * files.el (basic-save-buffer): If file-precious-flag is set, and
2233         we write the buffer to a temp file and then rename it, don't
2234         neglect to set the new file's modes properly.
2236 1993-03-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2238         * term/x-win.el (function-key-map):
2239         Map key symbols backspace, return... into ASCII chars.
2240         Likewise their Meta versions.
2241         Also add `ascii-character' properties.
2243 1993-03-09  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
2245         * term/at386.el:  Removed.  The new terminal initialization stuff
2246           makes it superfluous.  I wrote it, so I should know. :-)
2248         * vc.el: Installed version 5, the new baseline.  This version
2249           merges my changes with Paul Eggert's.
2251 1993-03-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2253         * timer.el (run-at-time): Allow an integer as TIME.
2254         (cancel-timer): New function.
2256         * c-mode.el (c-beginning-of-statement): If next to a comment,
2257         use sentence motion.
2259         * map-ynp.el (map-y-or-n-p): Use query-replace-map.
2261         * replace.el (query-replace-map): New keymap.
2262         (perform-replace): Use query-replace-map.
2263         (query-replace, query-replace-regexp, map-query-replace-regexp):
2264         (replace-string, replace-regexp): Don't print `done' if unread chars.
2266         * help.el (command-apropos): Print echo area message iff found symbols.
2268         * rmailsum.el (rmail-update-summary): New function.
2269         (rmail-new-summary): New arg redo-form.  Considerable rewrite
2270         of how and when buffers are selected.
2271         (rmail-summary-mode): New local vars rmail-summary-redo,
2272         revert-buffer-function, post-command-hook, rmail-current-message.
2273         (rmail-summary-expunge): Use rmail-update-summary.
2274         (rmail-summary-get-new-mail): Likewise.
2275         (rmail-summary-expunge-and-save): Likewise.
2276         (rmail-summary-input): Don't update summary at all.
2277         (rmail-summary-reply): Do the work inside save-window-excursion,
2278         then switch to the mail buffer.
2279         (rmail-summary-retry-failure): Likewise.
2280         (rmail-summary-edit-current-message): Delete spurious autoload.
2281         (rmail-summary-summary): Function deleted.
2282         Use plain rmail-summary on h and C-M-h.
2283         (rmail-summary-rmail-update): New function.
2285         * rmail.el (rmail-delete-forward): Go to summary buf to change D mark.
2286         Always do the motion in the rmail buffer; let that handle summary.
2287         (rmail-undelete-previous-message): Likewise.
2288         (rmail-select-summary): New macro.
2289         (rmail-show-message): Use rmail-select-summary.
2290         (rmail-get-new-mail): Likewise.
2291         (rmail-expunge): Likewise.
2293         * pending-del.el: New file.
2295 1993-03-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2297         * subr.el (posn-timestamp, posn-col-row, posn-point, posn-window):
2298         (event-end, event-start, mouse-movement-p): Moved from mouse.el.
2299         * mouse.el: Functions moved to subr.el.
2301 1993-03-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2303         * subr.el (event-basic-type): New function.
2305         * isearch.el: Renamed from isearch-mode.el.
2307         * isearch-mode.el (isearch-other-meta-char): Call listify-key-sequence.
2308         (isearch-unread): Don't call it here.
2309         (isearch-mode-map): Bind the ASCII-equivalent function keys.
2311 1993-03-07  Paul Eggert  (eggert@twinsun.com)
2313         * vc.el (vc-update-change-log): Check that ChangeLog is writable
2314         before starting the expensive rcs2log process.
2315         Use call-process instead of shell-command to invoke rcs2log;
2316         this avoids undesired shell escapes and is more robust about errors.
2317         Put mark at point-min, so that the new insertion is in the region.
2318         (vc-checkin-hook): Fix `runs-hooks' typo.
2319         (vc-checkout-writeable-buffer-hook): New var.
2320         (vc-next-action): Fix bug: initial checkin was botched when C-x v v
2321         was applied to a new file while vc-initial-comment was non-nil.
2322         (vc-register): Don't barf when registering a new, empty buffer.
2323         (vc-directory): The `No files are currently registered'
2324         message was wrongly worded, because sometimes the message talks
2325         about locked files, not registered files.
2326         (vc-file-tree-walk): Change (apply 'funcall ...) to (apply
2327         ...), since the 'funcall is redundant.
2328         When traversing a directory tree, message
2329         "Traversing directory XXX" so that the user can see what progress is
2330         being made.  Traversal can take a long time.  Omit first argument,
2331         since it is always the current directory.  All callers changed.
2332         (vc-file-tree-walk-internal): New function.
2333         (vc-do-command, vc-diff, vc-version-diff, vc-backend-diff):
2334         Remove redundant calls to `format'.
2335         (vc-diff): Remove unused variable `old'.
2336         (vc-version-diff): When recursively generating a difference
2337         listing, don't append the latest output unless diff was actually run;
2338         otherwise, you'll get the output from the previous file by mistake.
2340 1993-03-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2342         * term/x-win.el (function-key-map):
2343         Map key symbols backspace, return... into ASCII chars.
2345 1993-03-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2347         * isearch-mode.el (isearch-mode): Don't make a pre-command-hook.
2349         * vc.el (vc-revert-buffer1): Use mark-marker; don't alter mark-active.
2351         * subr.el (event-modifiers): New function.
2352         (eventp): New function.
2354 1993-03-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2356         * isearch-mode.el (isearch-unread): Find last list element by hand.
2358         * info.el (Info-forward-node): Properly go to first menu item.
2359         (Info-insert-dir): Bind temp wider, around use.
2361         * term/x-win.el (function-key-map):
2362         Map key symbols backspace, return... into ASCII chars.
2363         Likewise their Meta versions.
2364         Also add `ascii-character' properties.
2366         * simple.el (set-mark): Activate the mark.
2367         (mark): Handle region-active.  New optional arg FORCE.
2368         (exchange-point-and-mark, push_mark): Pass FORCE.
2369         (set-mark-command): Likewise.
2371         * terminal.el (te-escape-extended-command-unread): Handle any key seq.
2373         * emerge.el (emerge-show-file-name): Handle any kind of event.
2375         * fortran.el (fortran-abbrev-start): Handle any kind of event.
2376         (fortran-window-create-momentarily): Likewise.
2378         * ehelp.el (electric-help-command-loop): Handle any kind of event.
2380         * ebuff-menu.el (electric-buffer-list): Handle any kind of event.
2381         (Electric-buffer-menu-exit): Handle any key sequence.
2383         * info.el (Info-summary): Handle any event
2384         when flushing the display.
2386         * simula.el (simula-electric-label): Handle any event
2387         when flushing the display.
2389         * subr.el (momentary-string-display): Handle any event
2390         when flushing the display.
2392         * comint.el (comint-dynamic-list-completions): Handle any event
2393         when flushing the display.
2395         * subr.el (listify-key-sequence): New function.
2396         * simple.el (prefix-arg-internal): Use listify-key-sequence.
2398         * isearch-mode.el (isearch-unread): Handle multiple args.
2399         For Emacs 19, use listify-key-sequence.
2400         If not Emacs 19, assume they are a meta sequence.
2401         (isearch-other-meta-char): Pass the whole key sequence.
2402         (isearch-other-control-char): Make this alias for ...-meta-char.
2404         * rmail.el (rmail-bury): Record Rmail buffer to bury it later.
2406 1993-03-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2408         * disp-table.el: Add autoload comments.
2409         (rope-to-vector): Deleted.
2410         (describe-display-table): Don't use rope-to-vector.
2412         * compare-w.el (compare-windows): Use compare-buffer-substrings.
2414 1993-03-05  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2416         * term/x-win.el: Disable suspending under X windows by setting
2417         suspend-hooks, not suspend-hook.  The latter is an obsolete name.
2418         Use add-hook instead of setting suspend-hooks directly.
2420         * bytecomp.el: Declare suspend-hook to be an obsolete variable.
2422 1993-03-05  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
2424         * calendar.el (hebrew-calendar-yahrzeit): Change reference to
2425         nonexistent function last-month-of-hebrew-year to the correct
2426         function hebrew-calendar-last-month-of-year.
2428         * cal-mayan.el (calendar-mayan-haab-on-or-before,
2429         calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'.
2431         * cal-mayan.el (calendar-next-tzolkin-date): Delete bogus second
2432         defun.
2434 1993-03-04  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2436         * simple.el (kill-ring-save): Doc fix.
2438         * sun-mouse.el (suspend-emacstool): Run suspend-hooks, not
2439         suspend-hook.
2441         * resume.el: Doc fix.
2443         * simple.el (yank, yank-pop): Always return nil; don't rely on
2444         exchange-point-and-mark to return nil.
2445         * fill.el (justify-current-line): Return nil, to be sure to
2446         conform with documentation.
2448 1993-03-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2450         * files.el (write-file): Handle directory name as arg.
2452         * rmail.el: Major changes from Bob Weiner <weiner@pts.mot.com>
2453         Handle some Emacs 18 function names to run in 18.
2454         This is to facilitate working with Weiner.
2455         (rmail-reply-prefix): New variable.
2456         (rmail-reply): Use that variable to add to subject.
2457         (rmail-retry-failure): Change binding to M-m.
2458         (rmail-forward): Look for >From as well as for From.
2459         Handle case where neither is found.
2460         (rmail-last-regexp): New variable.
2461         (rmail-mode): Make rmail-last-regexp local.
2462         (rmail): Don't update rmail-mode data for old buffer
2463         if it's not in rmail mode.
2464         Error if in Rmail Edit mode.
2465         (rmail-bury): New command, plus key binding.
2466         (rmail-summary-by-topic): New key binding.
2467         (rmail-insert-inbox-text): Check for pop case earlier.
2468         (rmail-convert-to-babyl-format): Handle Content-Length field.
2469         (rmail-maybe-display-summary): New function.
2470         (rmail-redisplay-summary): New user option.
2471         (rmail-undelete-previous-message, rmail-delete-forward):
2472         (rmail-get-new-mail, rmail-show-message): Update summary buffer if any.
2473         Call rmail-maybe-display-summary to put it back on screen.
2474         (rmail-only-expunge): Renamed from rmail-expunge.
2475         (rmail-expunge): New function.
2476         (rmail-message-recipients-p, rmail-message-regexp-p): New functions.
2477         (rmail-summary-exists, rmail-summary-displayed): New functions.
2479 1993-03-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2481         * cl.el (defsetf): Use eval-and-compile for self-update-fn.
2483         * add-log.el (add-change-log-entry): Never move past second hdr line.
2485 1993-03-02  Jim Blandy  (jimb@mole.gnu.ai.mit.edu)
2487         * term/x-win.el (x-switch-definitions): Use the proper names for
2488         the scroll bar parameters.
2490         Use the term `scroll bar', instead of `scrollbar'.
2491         * term/x-win.el, frame.el, mouse.el: Terminology changed.
2492         * scrollbar.el: Renamed to scroll-bar.el.
2494         * term/x-win.el: Require `scroll-bar', not `scrollbar'.
2496 1993-03-02  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2498         * frame.el (new-frame): Doc fix.
2500         * info.el (Info-directory-list): Doc fix; it is set according to
2501         INFOPATH, not INFODIR.
2503         * info.el (Info-find-node): Don't try to set the info buffer's
2504         directory according to Info-directory; that variable doesn't exist
2505         any more.  Instead, let Info-insert-dir set the current directory.
2506         (Info-insert-dir): Properly check for upper- and lower-case forms
2507         of "dir", with and without ".info" extension.  Set the buffer's
2508         default-directory to the directory containing the first dir file
2509         we find, and cache it in Info-dir-contents-directory.
2510         (Info-dir-contents-directory): New variable, to cache the
2511         directory we decided to use as the merged directory's
2512         default-directory.
2514         * term/x-win.el (x-switch-definitions): Use the proper names for
2515         the scroll bar parameters.
2517 1993-03-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2519         * frame.el: Doc fixes.
2520         (set-pointer-color): Renamed to set-mouse-color.
2521         (set-border-color): New function.
2523         * info.el (Info-insert-dir): Make menu items in Top node
2524         pointing each of the other nodes.
2526         * rmail.el (rmail-get-new-mail): Reset read-only after find-file.
2528 1993-03-01  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2530         * simple.el (kill-region): If the buffer is read-only, call
2531         `barf-if-buffer-read-only' instead of just `ding', to get the
2532         appropriate error condition and message.
2534         * hexl.el (hexl-mode-map): When initializing, remember that the
2535         argument to key-binding is a key sequence, not a single key.
2537         * mouse.el (mouse-split-window-vertically): If the user clicks too
2538         close to the top or bottom of a window, split at the closest
2539         reasonable line.  Give a helpful error message if the window is
2540         too small to be split anywhere.
2541         (mouse-split-window-horizontally): Similar changes.
2543 1993-02-28  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2545         * simple.el (insert-buffer): Make sure this returns nil.
2547         * simple.el (quoted-insert): Use insert-char, instead of writing
2548         out the loop.
2550         * etags.el (find-tag-other-window): If another window is already
2551         displaying the tag's buffer, explicitly set that window's point to
2552         the tag's position.
2554         Use the term `scroll bar', instead of `scrollbar'.
2555         * term/x-win.el, frame.el, mouse.el: Terminology changed.
2556         * scrollbar.el: Renamed to scroll-bar.el.
2558 1993-02-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2560         * frame.el (auto-raise-mode): Renamed from toggle-auto-raise.
2561         (auto-lower-mode): Renamed from toggle-auto-lower.
2563 1993-02-26  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2565         * timer.el (run-at-time): Doc fix.
2567         * autoload.el (generate-file-autoloads): Add another
2568         save-excursion so that point is before the generated autoloads
2569         after we scan the file.
2571 1993-02-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2573         * add-log.el (add-change-log-entry): Find end of first paragraph
2574         from after the header line.
2576         * subr.el (walk-windows): Doc fix.
2578         * register.el (point-to-register): Make arg ARG optional.
2579         (window-configuration-to-register): Likewise.
2580         (frame-configuration-to-register): Likewise.
2582 1993-02-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
2584         * term/x-win.el (scroll-bar-mode, scroll-bar-mode): Move these
2585         functions to scrolbar.el.
2586         * scrollbar.el (scroll-bar-mode, scroll-bar-mode): Here they are.
2587         Make scroll-bar-mode set the {vertical,horizontal}-scrollbars
2588         parameters in default-frame-alist, and modify all extant screens
2589         using the correct parameter names.
2591 1993-02-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2593         * vc-hooks.el (vc-find-file-hook): Discard vc status of file
2594         if we will actually have to create the buffer.
2596 1993-02-22  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2598         * gud.el (gud-break): With a prefix argument, set a temporary
2599         breakpoint.
2600         (gud-apply-from-source): New argument ARGS, to pass to FUNC.  Now
2601         it's really like `apply'.
2602         (gud-set-break): Add another argument to this method.
2603         Document it in the section describing how the methods are supposed
2604         to be used.
2605         (gud-gdb-set-break): New argument TEMP; if non-nil, set a
2606         temporary breakpoint.
2607         (gud-sdb-set-break, gud-dbx-set-break): New argument TEMP.  Ignore
2608         it, since I don't know how to set a temporary breakpoint in these
2609         debuggers.
2611         * subr.el (string-to-int): Make this an alias for
2612         string-to-number.
2614 1993-02-21  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2616         * two-column.el: Add autoloads for the functions defined in
2617         tc-mode-map.
2619 1993-02-21  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
2621         * info.el (Info-insert-dir): New function.
2622         (Info-find-node): Use Info-insert-dir to visit dir file.
2624         * mlsupport.el (esc-map, ctl-x-map): Define as functions.
2626 1993-02-20  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
2628         * apropos.el (super-apropos-check-doc-file):
2629         Look for DOC file in proper directory.
2631         * files.el (insert-directory): Doc fix.
2633 1993-02-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2635         * help.el (describe-function):
2636         Print the arglist if the function is bytecode or a list.
2638 1993-02-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2640         * files.el (revert-buffer): Reverse the sense of the first
2641         argument, but leave interactive usage the same.
2642         * vc.el (vc-resynch-window): Call vc-revert-buffer1 with the newly
2643         appropriate arguments.  This seems to be the only file which was
2644         adjusted for the new meaning of the revert-buffer arguments.
2646 1993-02-17  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2648         * autoload.el (generate-file-autoloads):
2649         If no buffer was visiting FILE when we started,
2650         kill the buffer we create.
2652 1993-02-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2654         * isearch-mode.el (isearch-backward-regexp):
2655         New arg no-recursive-edit, always non-nil for interactive call.
2656         Rename first arg, and set it right in interactive call.
2657         (isearch-forward-regexp): Likewise.
2658         (isearch-forward, isearch-backward): Likewise no-recursive-edit.
2660 1993-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2662         * frame.el (frame-initialize): Fix error syntax.
2663         (toggle-horizontal-scroll-bar): Likewise.
2664         (toggle-horizontal-scroll-bar): Renamed from set-horizontal-bar
2665         (toggle-vertical-scroll-bar): Likewise.
2666         (toggle-auto-lower, toggle-auto-raise): Likewise.
2667         (set-foreground-color, set-background-color):
2668         Renamed from set-frame-{fore,back}ground.
2670 1993-02-15  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
2672         * informat.el (Info-tagify): Change the regular expression which
2673         recognizes node names to work properly with Emacs 19's regexp
2674         semantics.
2676 1993-02-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2678         * files.el (find-file-hooks): Delete permanent-local property.
2679         (find-file-not-found-hooks): Likewise.
2681         * bytecomp.el (byte-compile-lambda):
2682         Test of byte-compile-compatibility was backwards.
2684 1993-02-12  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2686         * gosmacs.el: Bind M-h to delete-previous-word, not
2687         backward-kill-word; the latter has different prefix semantics.
2689         * frame.el: Clean up initialization code.
2690         (initial-frame-alist): Doc fix.
2691         (minibuffer-frame-alist): New default value, with a reasonable height.
2692         (filtered-frame-list, minibuffer-frame-list): New functions.
2693         (frame-initialize): Use minibuffer-frame-list, instead of writing
2694         it out.
2695         (frame-notice-user-settings): Thoroughly rearranged.
2696         Notice changes to default-frame-alist as well as initial-frame-alist.
2697         Properly handle requests to make the initial frame into a
2698         minibufferless or minibuffer-only frame.
2699         Create a minibuffer-only frame if the initial frame should lack a
2700         minibuffer and there are no other minibuffer frames created by the
2701         user's initialization file.
2702         Fix any frames using the initial frame as a surrogate minibuffer
2703         frame.
2704         Restore the current buffer after creating and deleting all these
2705         frames.
2707         * frame.el (set-default-font, set-frame-background,
2708         set-frame-foreground, set-cursor-color, set-pointer-color,
2709         set-auto-raise, set-auto-lower, set-vertical-bar,
2710         set-horizontal-bar): Give these docstrings.
2711         (set-auto-raise, set-auto-lower, set-vertical-bar,
2712         set-horizontal-bar): Make these toggle or look at the prefix
2713         argument, like minor modes.
2715         * frame.el (set-vertical-bar): Use the proper parameter symbol.
2716         (set-horizontal-bar): Signal an error indicating that horizontal
2717         scrollbars are not implemented.
2719         * lisp-mode.el (lisp-fill-paragraph): New function.
2720         (shared-lisp-mode-map): Bind M-q to lisp-fill-paragraph.
2722 1993-02-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2724         * flow-ctrl.el (enable-flow-control...): Renamed from evade...
2725         (enable-flow-control): Add autoload.
2727 1993-02-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2729         * gosmacs.el (set-gosmacs-bindings): Fix binding of \eh.
2731 1993-02-10  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2733         * gosmacs.el: Require 'mlsupport, to get definition of
2734         backward-kill-word.
2736 1993-02-10  Stephen A. Wood  (saw@cebaf.gov)
2738         * fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in
2739         front of first argument to `insert-abbrev-table-description'.
2741         * fortran.el (fortran-is-in-string-p): Fixed incorrect behaviour
2742         when in first statement of a buffer.
2744 1993-02-08  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2746         * add-log.el (add-change-log-entry): Undo Jan 25 change.  It worked
2747         for buffers in indented-text-mode, but lost for change-log-mode,
2748         which is what matters.
2750 1993-02-08  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2752         * compile.el (compilation-forget-errors): Just set
2753         compilation-directory-stack to nil; no need to loop through it.
2754         (next-error): For a non-numeric prefix arg, pass nil for
2755         compile-reinitialize-errors's FIND-AT-LEAST arg.
2756         (next-error): When getting marker for error source location, be
2757         sure to examine buffer local value of compilation-old-error-list
2758         before switching to source file buffer.
2760 1993-02-08  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2762         * rmailout.el (rmail-output, rmail-output-to-mail-file): Reverse
2763         the order of the arguments and make COUNT optional, for backward
2764         compatibility's sake.
2766         * cl.el (cl-version): Mark as no longer in beta test.
2768 1993-02-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2770         * subr.el (mod): Add back this alias for %.
2772 1993-02-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2774         * sort.el (sort-build-lists): Record the key as pair of positions;
2775         don't copy string from buffer.
2776         (sort-subr): Use compare-buffer-substrings.
2778 1993-02-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2780         * sendmail.el (mail-setup): Use fill-region-as-paragraph
2781         for To field; handle the CC just like the To.
2783         * rmailsum.el: Big rewrite from weiner@pts.mot.com.
2785 1993-02-05  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2787         * comint.el (make-comint): Added docstring.
2789 1993-02-05  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2791         * simple.el: Restore nuked information in minibuffer history bindings.
2792         Use intelligent method of disabling completion-oriented bindings.
2794 1993-02-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2796         * simple.el: Once again, go back to ordinary next-history-element
2797         for M-n in minibuf, even for completion.
2799 1993-02-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2801         * sort.el (sort-subr): Doc fixes.
2803         * sendmail.el (mail-do-fcc): Allow dash in timezone name.
2805 1993-02-01  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
2807         * texinfo.el (texinfo-mode): Make page-delimiter buffer-local, and
2808         set it according to texinfo-chapter-level-regexp.
2810         * simple.el (kill-region): If the buffer is read-only, do beep,
2811         but also put the region in the kill ring.  Doc fix.
2813 1993-01-31  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2815         * mailabbrev.el (mail-abbrev-end-of-buffer):
2816         Changed interactive spec from "P" to "p".
2818 1993-01-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2820         * cmacexp.el (c-macro-expand): Use expanded name to write or delete.
2821         Send two eofs.
2823 1993-01-28  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
2825         * simple.el (next-complete-history-element): Restore point after
2826         replacing the buffer text with the appropriate history element.
2828 1993-01-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2830         * simple.el: Don't use the completion-oriented history commands.
2831         * paths.el (sendmail-program): Try /usr/ucblib/sendmail.
2833 1993-01-26  Jim Blandy  (jimb@mole.gnu.ai.mit.edu)
2835         * term/x-win.el: x-selection-value has been renamed to x-selection.
2836         x-own-selection has been renamed to x-set-selection, and the order
2837         of its arguments has been reversed, for consistency with other
2838         lisp functions like put and aset.
2839         * term/x-win.el (x-select-text): Adjusted.
2840         (x-cut-buffer-or-selection-value): Check the primary selection,
2841         using x-selection, instead of checking the cut buffer again.
2843         * term/x-win.el: Doc fix.
2845 1993-01-25  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2847         * frame.el (frame-notice-user-settings): Use new name
2848         frame-live-p, instead of live-frame-p.
2850         x-selection-value has been renamed to x-selection.
2851         x-own-selection has been renamed to x-set-selection, and the order
2852         of its arguments has been reversed, for consistency with other
2853         lisp functions like put and aset.
2854         * term/x-win.el (x-select-text): Adjusted.
2855         (x-cut-buffer-or-selection-value): Check the primary selection,
2856         using x-selection, instead of checking the cut buffer again.
2858         * disass.el (disassemble): Add autoload cookie for this.
2859         * bytecomp.el (byte-decompile-bytecode): Add an autoload for this.
2861         compiled-function-p has been renamed to byte-code-function-p.
2862         * subr.el: Define compiled-function-p as an alias for it.
2863         * bytecomp.el: Register compiled-function-p as obsolete.
2864         * bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change
2865         uses.
2867         * subr.el (numberp): Remove fset which made this an alias for
2868         integerp; now numberp also recognizes floats.
2870 1993-01-25  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2872         * etags.el (tags-query-replace): C-t.
2874         * add-log.el (add-change-log-entry): Restrict PARAGRAPH-END to
2875         being on the first page.
2877         * simple.el (next-complete-history-element): Use only buffer
2878         contents before point to match history elements.
2880 1993-01-25  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2882         * simple.el ({next,previous}-complete-history-element): New functions.
2883         Bind them to M-n/M-p and next/prior in minibuffer completion maps.
2885 1993-01-24  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2887         unread-command-event has been replaced by unread-command-events.
2888         * simple.el (prefix-arg-internal): Use this to push back all
2889         key sequences for processing by the main command loop, instead of
2890         trying to simulate its behavior ourselves.
2891         * bytecomp.el: Document unread-command-event as an obsolete
2892         variable, although nothing but the GNU Emacs 19 sources use it.
2893         Adjust obsolescence message for unread-command-char.
2894         * comint.el (comint-dynamic-list-completions): Change uses of
2895         unread-command-event to work with unread-command-events.
2896         * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit):
2897         Same.
2898         * edebug.el (edebug-outside-excursion): Same.
2899         * ehelp.el (electric-help-command-loop): Same.
2900         * electric.el (Electric-command-loop): Same.
2901         * emerge.el (emerge-show-file-name): Same.
2902         * fortran.el (fortran-abbrev-start,
2903         fortran-window-create-momentarily): Same.
2904         * gnus.el (gnus-Subject-next-article): Same.
2905         * info.el (Info-summary): Same.
2906         * isearch-mode.el (isearch-update, isearch-unread): Same.
2907         * map-ynp.el (map-y-or-n-p): Same.
2908         * mlsupport.el (push-back-character): Same.
2909         * replace.el (perform-replace): Same.
2910         * simula.el (simula-electric-label): Same.
2911         * subr.el (read-quoted-char, momentary-string-display): Same.
2912         * sun-mouse.el (mouse-second-hit): Same.
2913         * terminal.el (te-escape-extended-command-unread): Same.
2914         * vip.el (vip-escape-to-emacs, vip-prefix-arg-value,
2915         vip-prefix-arg-com): Same.
2917         * simple.el (quoted-insert): Doc fix.
2919 1993-01-23  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2921         * mouse.el (mouse-save-then-kill): Instead of deleting the text
2922         whenever the text of the region happens to be the same as the
2923         front of the kill-ring, delete it only when the front of the kill
2924         ring is identical to the last text we put there, and point and the
2925         mouse click are at the same position.
2927         * mouse.el (mouse-save-then-kill): If the undo list is disabled,
2928         don't build an undo record.
2930         * mouse.el (mouse-save-then-kill): If we're deleting the text,
2931         kill from point to the mouse click, not from point to mark; mark
2932         and the mouse click may not be the same.  If they're not, this
2933         screws up the undo record we create, corrupting the undo list
2934         pretty nastily.
2936 1993-01-22  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2938         * term/x-win.el: Doc fix.
2940         * mouse.el (mouse-set-font): Account for the fact that
2941         x-popup-menu returns nil if no selection is made.
2943         * mouse.el (mouse-buffer-menu, mouse-set-font): Bind these to the
2944         down-going events.
2945         (mouse-split-window-vertically): Move the binding for this down
2946         out of the commented-out scrollbar section, so it is on S-mouse-2
2947         on the mode line.
2949 1993-01-21  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2951         * c-mode.el (c-fill-paragraph): Fix the regular expressions used
2952         for finding paragraph beginnings and endings so that they think
2953         lines containing only whitespace and asterisks are paragraph
2954         separators/starters.
2956         * add-log.el (add-change-log-entry): If we've just started a new
2957         date, limit the searches to within the current date, not the first
2958         paragraph; the latter extends into the previous date.
2960 1993-01-21  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2962         * etags.el (tags-loop-scan): Set default value to an error form.
2964         * etags.el (visit-tags-table-buffer): When propagating a change of
2965         name after file-find-noselect, refer to tags-file-name, not the
2966         undefined var FILE.
2968 1993-01-20  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2970         * c-mode.el (c-fill-paragraph): When modifying the
2971         paragraph-separate regexp, don't let it match paragraph starts.
2973 1993-01-19  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2975         * etags.el (visit-tags-table-buffer):
2976         Error if called with 'same and no current table.
2978 1993-01-19  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2980         * mouse.el (event-end): Work on click events, too.
2981         (mouse-split-window-vertically): Use event-end and
2982         posn-col-row, instead of mouse-coords, which is obsolete.
2984         * mouse.el: Comment out the scrollbar commands until we make them work.
2986         * mouse.el: Comment out jla's experimental things.  What are these
2987         doing in the distribution source anyway?
2989         * mouse.el: Bind the help menu to C-down-mouse-2, instead of
2990         C-mouse-2; this way, you can use the mouse-up event to make the
2991         menu selection.
2992         (help-apropos-map, help-keys-map, help-manual-map, help-misc-map,
2993         help-modes-map, help-admin-map): Give the menu names for these
2994         keymaps using make-sparse-keymap's optional argument, rather than
2995         constructing them by hand.
2997         * scrollbar.el: (require 'mouse)
2998         (scrollbar-set-window-start, scrollbar-scroll-down,
2999         scrollbar-scroll-up): Use event-end, from mouse.el.
3001 1993-01-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3003         * x-mouse.el: Deleted; it was the interface to the Emacs 18-style
3004         mouse interface, which doesn't exist anymore.
3006 1993-01-15  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3008         * c-mode.el (c-switch-label-regexp): New constant.
3009         (electric-c-terminator, c-indent-line, indent-c-exp): Use it to
3010         correctly recognize default labels in switch statements.
3012 1993-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3014         * shell.el (shell): Doc fix.
3016 1993-01-14  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3018         * files.el (switch-to-buffer-other-frame): Pass t to pop-to-buffer.
3020 1993-01-14  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3022         * scrollbar.el: New file.
3023         * term/x-win.el: Require 'scrollbar.
3025 1993-01-13  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
3027         * solar.el (solar-time-string): Round the time properly.
3029 1993-01-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3031         * mouse.el (mouse-save-then-kill): When deleting, avoid delay
3032         and don't set the mark.  Replace obsolete fn event-point.
3033         (mouse-kill): Replace obsolete fn event-point.
3035 1993-01-11  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3037         * page-ext.el (next-page): Correctly handle negative page count.
3039 1993-01-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3041         * simple.el (kill-append): Doc fix.
3043 1993-01-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3045         * frame.el (frame-notice-user-settings): Don't try to delete the
3046         initial frame if the user took care of that.
3048 1993-01-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3050         * rmail.el (mail-unsent-separator): Add `-- begin message --'.
3052         * dired.el (dired-regexp-history): New history list.
3053         (dired-read-regexp): Use that history list.  Take just one arg.
3054         * dired-aux.el (dired-mark-read-regexp): Give dired-read-regexp 1 arg.
3056 1993-01-08  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3058         * upd-copyr.el (update-copyright): Doc fix.
3060 1993-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3062         * add-log.el (add-change-log-entry): Search for existing ChangeLog
3063         in parent dir and its parents.
3065 1993-01-08  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3067         * timer.el (run-at-time): Use a pipe to talk to the timer process.
3069 1993-01-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3071         * simple.el (set-goal-column): Make this disabled by default.
3073 1993-01-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3075         * sendmail.el (mail-send):
3076         Don't clear modified or delete autosave if visiting a file.
3078 1993-01-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3080         * hippie.el: New file.
3082 1993-01-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3084         * apropos.el (apropos-match-keys): Handle non-chars as keys.
3086 1993-01-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3088         * compile.el (compilation-sentinel): Change buffer-read-only with let.
3090 1992-12-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3092         * mouse.el (mouse-buffer-menu): Select the window clicked on.
3094 1992-12-28  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3096         * add-log.el (add-change-log-entry):
3097         Notice when ENTRY is equal to FILE-NAME,
3098         not the hard-wired string "ChangeLog".
3099         Added missing regexp-quote's in same-day entry search.
3100         Search only in the first paragraph for a similar entry to add to.
3102 1992-12-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3104         * files.el (abbreviated-home-dir): New variable.
3105         (abbreviate-file-name): Properly convert abbreviated homedir to ~.
3107 1992-12-24  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3109         * etags.el (visit-tags-table-buffer):
3110         When picking a table and using tags-table-list,
3111         skip over nonexistent files in the list.
3113         * etags.el (etags-verify-tags-table):
3114         Use eq instead of = in case char-after returns nil.
3116 1992-12-21  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3118         * etags.el (visit-tags-table-buffer):
3119         Don't look in list for tags-file-name if nil.
3121         * etags.el: Many comments added and docstrings fixed.
3122         (tags-table-list): Elt of nil is not special.
3123         (tags-expand-table-name): Value of nil is not special.
3124         (tags-next-table): Removed arg RESET; no caller used it.
3125         (visit-tags-table-buffer): Don't need to do tags-expand-table-name
3126         in or form. When table is invalid, only set tags-file-name to nil
3127         globally if its global value contained the losing table file name.
3128         (find-tag-tag): Return a string, not a list.
3129         (find-tag-noselect, find-tag, find-tag-other-window,
3130         find-tag-other-frame): Changed callers.
3131         (etags-recognize-tags-table): Call etags-verify-tags-table, rather than
3132         duplicating its functionality.
3133         (visit-tags-table-buffer): When CONT is 'same, set it to nil after the
3134         cond.  We want the normal list frobbing to take place in this case.
3135         (find-tag-other-window): Save and restore window-point around call to
3136         find-tag-noselect.
3138 1992-12-21  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3140         * subr.el (ignore):
3141         Use defun instead of fset to define; the byte compiler is smart
3142         enough now not to compile this trivial function into slow byte code.
3144 1992-12-21  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3146         * c-mode.el (c-fill-paragraph): Calculating the proper fill-prefix
3147         shouldn't change the buffer text.  Make it not.  If we're in the
3148         blank space before another comment, fill that one as a comment,
3149         not as normal text.
3151 1992-12-20  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3153         * simple.el (kill-region): Change interactive spec to signal an
3154         error if the buffer is read-only, and remove the code to do a
3155         copy-region-as-kill if the buffer is read-only.
3157 1992-12-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3159         * loadup.el: Display load-path at start.
3161 1992-12-19  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3163         * sendmail.el (mail-position-on-field): `end' is guaranteed to be
3164         at the beginning of the header separator; don't skip back to the
3165         end of the previous line.
3167         * loadup.el: Dump under the name `emacs', not `xemacs'.
3169         * compile.el (compilation-error-regexp-alist): Tightened up
3170         BSD/GNU regexp to insist that line number end with a colon or
3171         close-paren.
3173 1992-12-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3175         * rmail.el (rmail-unix-mail-delimiter): Not all time zone names
3176         end with "T".  Accept any sequence of three or four alphabetic
3177         characters.
3179         * simple.el (set-mark-command): Clarify doc string.
3181         * simple.el (prefix-arg-internal): Don't apply string-to-char to
3182         get the first element of the key sequence - it might be a vector.
3184 1992-12-15  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3186         * c-mode.el (c-fill-paragraph): When guessing the fill prefix,
3187         don't ever grab any actual text.
3189 1992-12-14  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3191         * compile.el (compilation-error-regexp-alist): Add regexp for the
3192         MIPS CC distributed with Ultrix.
3194 1992-12-12  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3196         * paths.el (Info-default-directory-list): The info files are
3197         supposed to be in /usr/local/info these days.  Add it to the list
3198         of directories to search.
3200 1992-12-11  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3202         * vc.el (vc-do-command): Set the default directory of the *vc*
3203         buffer to the directory containing FILE.
3205 1992-12-09  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
3207         * info.el (Info-{first,second,third,fourth,fifth}-menu-item): Removed.
3208         (Info-nth-menu-item): New function; bound to 1..9.
3210 1992-12-08  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3212         The find-file-name-handler function in ../src/fileio.c is now
3213         callable from lisp; use it instead of writing out its code.
3214         * dired-aux.el (dired-compress-file): Just that.
3215         * dired.el (dired-uncache): Just that.
3216         * files.el (file-local-copy, file-truename,
3217         file-name-sans-versions, make-directory, save-buffers-kill-emacs):
3218         Just that.
3219         * ls-lisp.el (insert-directory): Just that.
3221         * ange-ftp.el (ange-ftp-unhandled-file-name-directory): New
3222         function.  Set ange-ftp's `unhandled-file-name-property' to its
3223         name.
3225 1992-12-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3227         * lpr.el (lpr-switches, lpr-command): Make these defvars, not
3228         defconsts.
3230 1992-12-04  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3232         * c-mode.el (c-fill-paragraph): When trying to make sure that the
3233         comment ender isn't on its own line, don't signal an error if
3234         there is no comment ender.
3236 1992-12-03  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3238         * sendmail.el (mail-self-blind, mail-interactive,
3239         mail-yank-ignored-headers): Make these defvars, not defconsts.
3240         Otherwise, they wipe out the user's customizations when we
3241         autoload sendmail.el.
3243 1992-12-01  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3245         * hanoi.el (hanoi): If pole-spacing is odd, round down, not up.
3246         To see if the window is wide enough, just check if one half of a
3247         ring will fit inside pole-spacing.
3249 1992-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3251         * add-log.el (add-change-log-entry):
3252         Expand file-name again after chasing links.
3254 1992-11-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3256         * vc.el (vc-next-action): Undo previous change.
3258 1992-11-19  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3260         * vc.el (vc-next-action): Pass t as NOQUERY argument to
3261         vc-resynch-window here too.  This means that all uses of
3262         vc-resynch-window pass t; I'm going to wait until I understand the
3263         situation better before I rip out the NOQUERY argument
3264         altogether.
3266         * vc.el (vc-revert-buffer1): Try to preserve the position of mark
3267         as well as point.
3268         (vc-position-context, vc-find-position-by-context): New functions
3269         to help with that, made out of the old innards of vc-revert-buffer1.
3271 1992-11-18  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3273         * fortran.el: New version of version 1.30 (!) from Stephen A. Wood
3274         <saw@hallc1.cebaf.gov>
3276 1992-11-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3278         * fortran.el: New version (1.30) from "Stephen A. Wood"
3279         <saw@hallc1.cebaf.gov>
3281         * subr.el (lambda): Doc fix.
3283 1992-11-15  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3285         * simple.el (comment-column): Doc fix.
3287 1992-11-13  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3289         * paths.el (rmail-spool-directory): Add dgux-unix to the list of
3290         systems which put their mail in "/usr/mail".
3292         * lpr.el (lpr-command, lpr-switches): Removed strings starting
3293         with \newline; this file is loaded in loaddefs.el, and doesn't
3294         need to follow that convention.
3296         * lpr.el (lpr-command): Add dgux-unix to the list of systems which
3297         want "lp".
3299 1992-11-12  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3301         * bytecomp.el: Declare unread-command-char an obsolete variable.
3302         * vip.el (vip-escape-to-emacs, vip-prefix-arg-value,
3303         vip-prefix-arg-com): Use unread-command-event instead of
3304         unread-command-char; respect its new semantics.
3305         * simula.el (simula-electric-label): Same.
3306         * comint.el (comint-dynamic-list-completions): Same.
3307         * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit):
3308         Same.
3309         * ehelp.el (electric-help-command-loop): Same.
3310         * electric.el (Electric-command-loop): Same.
3311         * emerge.el (emerge-show-file-name): Same.
3312         * fortran.el (fortran-abbrev-start, fortran-window-create-momentarily):
3313         Same.
3314         * gnus.el (gnus-Subject-next-article): Same.
3315         * info.el (Info-summary): Same.
3316         * isearch-mode.el (isearch-update, isearch-unread): Same.
3317         * map-ynp.el (map-y-or-n-p): Same.
3318         * mlsupport.el (push-back-character): Same.
3319         * replace.el (perform-replace): Same.
3320         * simple.el (prefix-arg-internal): Same.
3321         * subr.el (read-quoted-char, momentary-string-display): Same.
3322         * sun-mouse.el (mouse-second-hit): Same.
3323         * terminal.el (te-escape-extended-command-unread): Same.
3325         * emerge.el (emerge-file-names): Use `temp-buffer-show-function',
3326         not `temp-buffer-show-hook'.
3327         (emerge-combine-versions-edit): Fix misarranged cond expression;
3328         the t is an `else' clause, not a function call in the preceeding
3329         clause.
3331         * simula.el (simula-calculate-indent): Call backward-word with the
3332         appropriate argument.
3334         * vip.el (vip-delete-char, vip-delete-backward-char, ex-delete):
3335         Don't pass nil as a fourth argument to vip-append-to-register; it
3336         takes only three.
3337         (vip-mark-point, ex-mark): Pass required second argument to
3338         point-to-register.
3340         * bytecomp.el: (require 'backquote).
3342         * subr.el (lambda): Don't use backquotes in lambda's definition.
3344         * disass.el (byte-compile): Specify that the 'byte-compile feature
3345         is provided in the file "bytecomp".
3347 1992-11-11  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3349         * ange-ftp.el (ange-ftp-repaint-buffer): Give this a non-hacky
3350         definition using (message nil).
3351         (ange-ftp-read-passwd, ange-ftp-process-filter): Uncomment out the
3352         calls to ange-ftp-repaint-buffer.
3354 1992-11-11  Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
3356         * c-mode.el (c-style-alist): Add quotes around C++ style name.
3358 1992-11-10  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3360         * rect.el (operate-on-rectangle): Use move-to-column's FORCE
3361         argument instead of implementing it ourselves.
3362         (rectangle-coerce-tab): No longer used; deleted.
3364         * rect.el (open-rectangle): Leave point at the upper corner of the
3365         rectangle just opened, in imitation of open-line.  Fix doc typo.
3366         (open-rectangle-line): Use skip-chars-backward's LIM argument to
3367         leave spaces before the line segment's beginning undisturbed.
3369         * rect.el: Provide 'rect.
3371 1992-11-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3373         * vc.el (vc-cancel-version): Use yes-or-no-p.
3375 1992-11-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3377         * startup.el (after-init-hook): Doc fix.
3379 1992-11-05  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3381         * isearch.el (isearch-frames-exist): This isn't what we want -
3382         replaced by...
3383         (isearch-gnu-emacs-events): non-nil if should expect events in the
3384         style generated by GNU Emacs 19.  Set if set-frame-height is
3385         fboundp; this is true on any GNU Emacs 19, whether or not it was
3386         compiled with multiple frame support.
3387         (isearch-mode-map): Test isearch-gnu-emacs-events instead of
3388         isearch-frames-exist to see if we should bind switch-frame events.
3389         (isearch-update): Test isearch-gnu-emacs-events instead of
3390         isearch-frames-exist to see if unread-command-char's quiescent
3391         value is nil or -1.
3393         * simple.el (previous-line): Doc fix.
3395 1992-11-05  Stephen A. Wood  (saw@cebaf.gov)
3397         * fortran.el version 1.28.8
3398         (fortran-indent-to-column): Make turning of lines that begin with
3399         `fortran-continuation-string' into properly formated continuation
3400         lines work for fortran TAB mode.
3402         * fortran.el version 1.28.7a
3403         Cleaned up some doc strings.
3405         (fortran-abbrev-help, fortran-prepare-abbrev-list-buffer): Use
3406         `insert-abbrev-table-description' and make buffer in abbrevs-mode.
3408         * fortran.el version 1.28.7
3409         Many changes since version 1.28.3.   Added auto-fill-mode, support
3410         for some Fortran 90 statements.  Adjust comments to conform to new
3411         gnu conventions.
3413         (fortran-mode): Fix `comment-line-start-skip' by changing \\1 to
3414         \\2 and include cpp statements in matching.  Changes for auto fill.
3416         (fortran-auto-fill-mode, fortran-do-auto-fill,
3417         fortran-break-line): New functions to implement auto fill.
3419         (fortran-indent-line, fortran-reindent-then-newline-and-indent):
3420         Added auto fill support.
3422         (find-comment-start-skip, is-in-fortran-string-p): New functions.
3424         (fortran-electric-line-number): Works better in overwrite mode.
3426         (fortran-indent-comment, fortran-indent-line,
3427         fortran-indent-to-column):  Use find-comment-start-skip instead of
3428         searching for `comment-start-skip'.
3430         (fortran-mode, calculate-fortran-indent): Added indentation
3431         for fortran 90 statements.
3433         (fortran-next-statement, fortran-previous-statement): Bug fixes.
3435         (fortran-mode, calculate-fortran-indent,
3436         fortran-setup-tab-format-style, fortran-setup-fixed-format-style):
3437         `fortran-comment-line-column' meaning changed.  Now defaults to 0.
3439 1992-11-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3441         * term/x-win.el: (command-switch-alist, x-switch-definitions):
3442         -ib was used for two things.  Use -itype for icon type.
3444 1992-11-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3446         * term/x-win.el (command-switch-alist, x-switch-definitions):
3447         -ib was used for two things.  Use -itype for icon type.
3449 1992-11-04  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3451         * term/x-win.el: Moved functions to support selections and cut
3452         buffers out from amidst the X initialization code.
3454         * simple.el (kill-line): Don't shift point before doing the
3455         delete.
3457         * startup.el (normal-top-level): Don't worry about setting
3458         default-directory to PWD if PWD is shorter.  And, if PWD isn't
3459         accurate, delete it.
3461 1992-11-03  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3463         * compile.el (compile-internal): Use NAME-OF-MODE in the prompt
3464         when offering to kill an existing process.
3466         * autoload.el (make-autoload): When creating an autoload
3467         invocation for a macro, pass (list 'quote 'macro) as the sixth
3468         argument, not just t.  autoload's sixth argument is now a type
3469         instead of just a boolean value, so we should use a value which
3470         reflects that.
3472         * cl.el: New version - 3.0 - from Cesar Quiroz.
3474         * etags.el (find-tag-noselect): Doc fix.
3476 1992-11-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3478         * rect.el (insert-rectangle): Put mark at upper left corner.
3480         * dired-aux.el (dired-mark-confirm): For `compress',
3481         say `Compress or uncompress'.
3482         (dired-map-over-marks-check): Likewise.
3484 1992-11-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3486         * isearch-mode.el (isearch-search): Handle all sorts of errors
3487         from regexp search.
3489 1992-10-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3491         * files.el (make-directory): Renamed from make-directory-path.
3492         Optional argument says whether to create parent dirs.
3493         Invoke file-name handler here.
3494         (after-find-file): Delete code that offers to create dir.
3495         Instead, just print a message.
3497         * bytecomp.el (byte-compile-lambda):
3498         Don't compile the interactive spec if it is a call to `list'.
3500 1992-10-30  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3502         * ange-ftp.el: Tighten the regular expression used in
3503         file-name-handler-alist to recognized ange-ftp filenames; the
3504         slash, username and hostname must be at the start of the filename,
3505         not just anywhere in the filename.
3507 1992-10-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3509         * tabify.el: Doc fix.
3511 1992-10-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3513         * vc.el (vc-admin): Pass t as noquery arg to vc-resynch-window.
3515         * paths.el (manual-program): Always use /usr/ucb/man if that exists.
3517 1992-10-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3519         * fortran.el (fortran-tab-mode): Add defvar.
3520         (fortran-analyze-file-format): Bind i.
3521         (fortran-tab-mode-string): Add defvar.
3522         (fortran-tab-mode): Use `arg' as variable, not as function.
3523         (fortran-prepare-abbrev-list-buffer): New function.
3524         (fortran-abbrev-help): Call that.
3525         (fortran-window-create): Use screen-width, not frame-width.
3527         * info.el: Rename buffer-flush-undo to buffer-disable-undo.
3528         (Info-goto-emacs-key-command-node): Fix typo.
3529         (Info-menu-item-sequence): Commented out.
3530         (Info-follow-nearest-node): Use new event format.
3531         Select the window clicked on.
3533         * vc.el (vc-log-file, vc-log-version): Declared.
3535         * simple.el (shell-command-on-region):
3536         Use region-beginning and region-end, in interactive spec.
3538 1992-10-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3540         * isearch-mode.el (isearch-edit-string):
3541         Bind cursor-in-echo-area only around read-char/allocate-event.
3543 1992-10-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3545         * vc-hooks.el (vc-prefix-map): Put vc-diff on = and vc-directory on d.
3547         * vc.el (vc-resynch-window): New arg NOQUERY.
3548         Pass it to vc-revert-buffer1.
3549         (vc-checkout, vc-finish-logentry, vc-revert-buffer, vc-finish-steal):
3550         Supply t as NOQUERY arg for vc-resynch-window.
3551         (vc-next-action):
3552         Don't revert workfile from master if buffer is modified.
3554 1992-10-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3556         * files.el (set-visited-file-name): Change the auto save file name.
3558         * macros.el (insert-kbd-macro): Replace nonprinting chars with escapes.
3559         If arg is empty, use last macro as default.
3561         * sendmail.el (mail-aliases): Doc fix.
3563         * help.el (describe-function): Print `an autoloaded', not `a ...'.
3565         * simple.el (goal-column): Don't put the defvar inside the
3566         make-variable-buffer-local.
3568 1992-10-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3570         * dired.el (dired-chown-program):
3571         Treat silicon-graphics-unix like usg-unix-v.
3573         * rmail.el (rmail-mode-map): Delete binding of M-r (use global one).
3575         * lpr.el (lpr-command):
3576         Treat hpux and silicon-graphics-unix like usg-unix-v.
3578         * rmailout.el (rmail-output-to-rmail-file): Call abbreviate-file-name.
3580         * files.el: Doc fixes.
3582 1992-10-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3584         * simple.el (comment-region): Do move to next line, in neg arg case.
3586         * isearch-mode.el (isearch-mode-map): Make the top-level keymap dense.
3587         Explicitly bind control characters at that level.
3589         * files.el (file-truename): Check for root by seeing if
3590         directory-file-name returns same as DIR.
3591         Look for a file-truename handler for the file name.
3592         * vc-hooks (vc-registered): Look for a vc-registered handler.
3593         But only if file-name-handler-alist is bound.
3594         * ange-ftp.el: Add dummy handlers for file-truename and vc-registered.
3595         (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host):
3596         (ange-ftp-add-dumb-unix-host):
3597         Use default-directory, not dired-directory.
3598         (ange-ftp-allow-child-lookup): Eliminate dired-local-variables-file.
3600         * mailalias.el (mail-aliases): Add definition here.
3602 1992-10-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3604         * add-log.el (add-log-current-defun): Add condition-case around
3605         the body, so at worst we return nil.
3607 1992-10-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3609         * paragraphs.el (kill-sentence, backward-kill-sentence):
3610         (kill-paragraph, backward-kill-paragraph):
3611         Don't change point before calling kill-region.
3613         * sendmail.el (mail-setup):
3614         Call build-mail-aliases, not mail-abbrev-setup.
3615         (sendmail-send-it): Call expand-mail-aliases.
3617         * mailalias.el: Doc fixes.
3619         * mailabbrev.el: Delete version 18 compatibility stuff.
3620         (mail-abbrevs, build-mail-abbrevs, rebuild-mail-abbrevs):
3621         (merge-mail-abbrevs): Renamed `mail-aliases' to `mail-abbrevs'.
3622         (mail-abbrev-end-of-buffer): Renamed from abbrev-hacking-end-of-buffer.
3623         (mail-abbrev-next-line): Renamed from abbrev-hacking-next-line.
3625         * isearch-mode.el (isearch-mode-map): Use sparse keymaps.
3626         Start printing-char loop at SPC.
3628         * rmailsort.el (rmail-sort-messages):
3629         Give up right away if not Rmail mode.
3631 1992-10-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3633         * replace.el (occur): Always search entire buffer.
3635 1992-10-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3637         * mouse.el (mouse-tear-off-window): New function.
3639 1992-10-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3641         * mouse.el (mouse-set-region): New command.  Bind drag-mouse-1 to it.
3643 1992-10-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3645         * telnet.el (telnet): Wait for telnet output before sending `open'.
3647 1992-10-14  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3649         * files.el (file-truename): The variable ~ should be considered an
3650         absolute pathname; handle it correctly.  Concatenate the directory
3651         onto the filename in the correct order.
3653 1992-10-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3655         * isearch-mode.el (isearch-mode-map): Bind t in top-level map
3656         and in the submap for meta keys.  Don't bind the individual chars.
3658 1992-10-12  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3660         * etags.el (visit-tags-table-buffer): When trying to pick table, call
3661         tags-expand-table-name on alternatives that might be nil.
3662         (tags-table-files): Don't call visit-tags-table-buffer; assume we
3663         are there.
3665 1992-10-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3667         * picture.el (edit-picture): Run picture-mode-hook.
3669 1992-10-10  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3671         * dired-aux.el (dired-compress-file): Change references to
3672         `from-file' to use `file'; the former only works because
3673         dired-compress-file is only called by dired-compress, which binds
3674         from-file.
3676         * rmail.el (rmail-mode): Make this autoload; we might find a file
3677         whose first line local variables want to put it in RMAIL mode;
3678         that ought to work.
3680 1992-10-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3682         * comint.el (comint-last-input-match): defvar moved up.
3684         * files.el (buffer-file-number): New variable.
3685         (find-file-noselect): Record the file's filenum and devnum.
3686         Notify if any buffer has the same values.
3687         (basic-save-buffer): Save new filenum and devnum.
3688         For file-precious-flag, pass real name as VISIT arg of write-region.
3689         (set-visited-file-name): Likewise.
3690         Clear buffer-file-{number,truename} if now visiting no file.
3692 1992-10-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3694         * rmail.el (mail-unsent-separator): Handle "Message text follows".
3696         * files.el (hack-one-local-variables): New subroutine.
3697         (hack-local-variables-prop-line): New function.
3698         (hack-local-variables): Use them both.
3699         (ignored-local-variables): New variable.
3701         * files.el (file-truename): New function.
3702         (find-file-noselect): Look for buffer with same truename.
3703         Warn about it; optionally find it.  Set buffer-file-truename.
3704         (set-visited-file-name): Set buffer-file-truename.
3705         (buffer-file-truename): New var, permanent local in all buffers.
3706         (find-file-visit-truename, find-file-compare-truenames): New options.
3708 1992-10-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3710         * rmail.el (mail-unsent-separator): Allow "original message" as
3711         alternative.  Allow extra dashes and spaces.
3712         (rmail-retry-failure): Ignore case while searching for unsent sep.
3714         * add-log.el (add-log-current-defun): In normal C case,
3715         start with beginning-of-line.
3716         In last (fallback) case, start with end-of-line.
3717         (add-log-current-defun-header-regexp): In first alternative
3718         within the parens, don't allow space as last character.
3720         * cust-print.el (custom-prin1-chars):
3721         Var defined, and renamed from prin1-chars.
3722         (circle-tree, circle-table): Define vars.
3723         (cust-print-vector, cust-print-list): Rename level to circle-level.
3724         (cust-print-top-level): Likewise.
3725         (circle-level): Var defined.
3727         * cmuscheme.el (inferior-scheme-filter-regexp):
3728         Move definition of this var up before first use.
3729         (scheme-buffer): Define variable.
3731         * cmulisp.el (cmulisp-mode): Eliminate compatibility code calling
3732         lisp-mode-variables with no arg.
3733         (cmulisp-mode-map): Use shared-lisp-mode-map as tail.
3734         (cmulisp-args-to-list): Fix typo in recursive call.
3735         (cmulisp-buffer): Define variable.
3737         * files.el (hack-local-variables): Ignore attempts to bind
3738         enable-local-eval.
3740 1992-10-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3742         * cust-print.el: CP:: changed to cust-print- in all names.
3743         Lots of doc fixes.
3745 1992-10-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3747         * add-log.el (add-log-current-defun): Catch errors checking for DEFUN.
3749 1992-10-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3751         * vc.el (vc-steal-lock): Use mail-setup, and do like `mail'.
3752         Supply vc-finish-steal as an action on sending.
3753         (vc-finish-steal): Delete the code to send the message.
3754         (vc-backend-steal): Put filename after options in rcs commands.
3755         Delete the workfile after the rcs -M -u.
3757 1992-10-05  Joseph Arceneaux  (jla@churchy.gnu.ai.mit.edu)
3759         * rmail.el (rmail-first-unseen-message): Don't show the message,
3760         just return its number, if there was an unseen message.
3761         (rmail): Check for unseen messages before calling
3762         rmail-get-new-mail.  After getting the new mail, call
3763         rmail-show-message to show the  pre-existing unseen message, or if
3764         that is nil, the current message, which rmail-get-new-mail sets to
3765         the first new message.
3767 1992-10-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3769         * isearch-mode.el (isearch-ring-advance-edit): Delete spurious `)'.
3771         * info.el (Info-restore-point): Delete duplicate definition.
3773 1992-10-05  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3775         * vc.el (vc-backend-checkin):
3776         Change buffers to get local value of vc-checkin-switches.
3778         * vc.el (vc-backend-checkin):
3779         Use apply on vc-do-command: vc-checkin-switches is a
3780         list.
3782 1992-10-05  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3784         * vc.el (vc-checkin-switches): New defvar.
3785         (vc-backend-checkin): Pass vc-checkin-switches to prog.
3787 1992-10-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3789         * ls-lisp.el (insert-directory): Renamed from dired-ls.
3790         All other functions renamed to start with ls-lisp.
3792         * ls-lisp.el: New file from Kremer.
3794 1992-10-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3796         * fill.el (fill-paragraph): Don't actually change point before
3797         calling fill-region-as-paragraph.
3798         (fill-region-as-paragraph): Save point on undo list at start.
3800 1992-10-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3802         * simple.el (insert-buffer): Before reading arg, barf if read-only.
3804 1992-10-03  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3806         * mouse.el: Begin adapting this to the new event format.
3807         (event-window, event-point, mouse-coords, mouse-timestamp):
3808         Removed.
3809         (event-start, event-end, posn-window, posn-point, posn-col-row,
3810         posn-timestamp): New accessors; these are defsubsts.
3811         (mouse-delete-window, mouse-delete-other-windows,
3812         mouse-split-window-vertically, mouse-set-point): Rewritten to use
3813         the new accessors.
3815         * mouse.el: Remove hack of binding down-mouse-1.
3817         * mouse.el (mouse-movement-p): Add docstring for this.
3819 1992-10-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3821         * simple.el (open-line): Shield undo from the hack to insert at pt-1.
3823 1992-10-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3825         * man.el (nuke-nroff-bs): 4 lines after header was 1 too many.
3826         Likewise for 10 before the header.
3828 1992-10-01  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3830         * compile.el (compilation-parse-errors): Save (match-beginning 0)
3831         in a variable, so the looking-at call doesn't clobber its value
3832         when we want to use it to back up before the error we discard.
3833         Make sure compilation-error-list is at least two elts long before
3834         checking its first two elts for being in the same file.
3836 1992-09-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3838         * simple.el (kill-word): Don't change point before calling kill-region.
3839         (delete-indentation): Don't go beyond eob, comparing with fill-prefix.
3841 1992-09-30  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3843         * gud.el (gud-last-frame): Added defvar for this.
3845 1992-09-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3847         * info.el (Info-follow-nearest-node): Handle line breaks after *note.
3848         Fix interactive spec.  Doc fix.  Put on mouse-3.
3850 1992-09-30  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3852         * compile.el (compilation-parse-errors): After we get enough errors
3853         to stop early, toss the last one (which is for a different file),
3854         so we don't lose the same way on the next run.
3856 1992-09-29  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3858         * compile.el (compilation-parse-errors): When we reach
3859         FIND-AT-LEAST errors, keep going until we have seen all the
3860         consecutive errors in the same file.
3862 1992-09-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3864         * sendmail.el (mail-send-and-exit): Do other-buffer before bury-buffer.
3866         * rmail.el (mail-unsent-separator): Add another alternative.
3868 1992-09-29  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3870         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3871         Use x-get-cut-buffer and x-set-cut-buffer, instead of expecting
3872         x-selection-value to manipulate the cut buffers.
3874         * term/x-win.el (x-cut-buffer-or-selection-value): Treat
3875         selections whose value is the empty string like unset selections.
3876         This allows us to truncate cut buffers to the empty string (if the
3877         text is too large, say) without causing
3878         interprogram-paste-function to wipe out the latest kill.
3880         * gud.el: When we send a command to the debugger via gud-call,
3881         it's annoying to see the command and the new prompt in the
3882         debugger interaction buffer; nuke the command and the old prompt.
3883         (gud-delete-prompt-marker): New variable, with extensive documentation.
3884         (gud-mode): Make gud-delete-prompt-marker buffer-local, and
3885         initialize it.
3886         (gud-filter-insert): If gud-delete-prompt-marker is set, delete
3887         the prompt, and clear gud-delete-prompt-marker.
3888         (gud-call): Arrange for the last prompt printed to get deleted, by
3889         setting gud-delete-prompt-char.
3891         * gud.el (gud-def): Doc fix.
3892         (gud-gdb-marker-filter, gud-sdb-marker-filter,
3893         gud-dbx-marker-filter): Rename the argument `s' or `str' to
3894         `string', and change all uses; these definitions were referring to
3895         `string', which is unbound in the lexical context, but which
3896         happens to end up being bound to the right thing by the caller,
3897         gud-filter.
3898         (sdb): Set comint-prompt-regexp, not comint-prompt-pattern; the
3899         latter doesn't exist.
3900         (gud-dbx-debugger-setup): Use the argument `f', not the variable
3901         `file', which happens to be bound in the caller.
3902         (gud-filter-insert): The variable `start' is never used.  The
3903         variable `moving' is unnecessary.  The variable `old-buffer' and
3904         the unwind-protect form are unneeded, since save-excursion can do
3905         their work.  The binding of output-after-point should be done after
3906         switching to the process's buffer, not in whatever random buffer
3907         happens to be current when the process filter is called.  There's
3908         no need to set the process mark if we've just inserted at its
3909         location using insert-before-markers.
3910         (gud-read-address): Don't bother setting the variable `result'; it
3911         is never used.
3913 1992-09-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3915         * ange-ftp.el (ange-ftp-kill-ftp-process): Delete spurious ".
3917         * files.el (file-relative-name-1): New function split out.
3918         (file-relative-name): Use it.
3920         * timer.el (timer-process-sentinel): Don't set timer-scratch.
3922         * ws-mode.el (ws-mark-word): Use forward-word, with an arg,
3923         instead of backward-word.
3924         (wordstar-mode): Move after definition of keymap.
3925         (ws-move-block): Just two args for kill-region.
3927         * vc.el (vc-rename-file): Use OLD, not FILE which is unbound.
3929         * two-column.el: Use frame-width instead of screen-width.
3931 1992-09-28  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3933         * map-ynp.el: Use (function ...) around lambdas, so it works in v18.
3935 1992-09-27  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3937         * vc.el (vc-update-change-log): Use file-relative-name.
3939 1992-09-27  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3941         * files.el (file-relative-name):
3942         Rewritten so unrelativizable file names win.
3944 1992-09-27  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3946         * files.el (file-relative-name): Don't lose when DIRECTORY is nil.
3948         * files.el (file-relative-name): New function.
3950 1992-09-27  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3952         * vc.el (vc-checkin-hook): New user hook variable.
3953         (vc-log-after-operation-hook): New internal defvar.
3954         (vc-checkin): Set vc-log-after-operation-hook to 'vc-checkin-hook.
3955         (vc-finish-logentry): (run-hooks vc-log-after-operation-hook) at end.
3957         (vc-update-change-log): When doing all visited files, remove directory
3958         names from file names that are in default-directory.
3960         * vc.el (vc-update-change-log):
3961         Use shell-command, not shell-command-on-region.
3962         Take optional args to pass to script.
3963         Add fancy interactive spec: C-u for current file only;
3964         M-0 for all visited.
3966 1992-09-27  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3968         * find-dired.el: New version from sk.
3969         Changed copyright owner to FSF, and updated year.
3970         (find-grep-dired): Use ! -type d, not -type f.
3972 1992-09-27  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3974         * vc-hooks.el (vc-toggle-read-only): Doc fix.
3975         (vc-mode-line): Add interactive spec.
3977 1992-09-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3979         * two-column.el (tc-window-width, tc-separator, tc-other):
3980         Add permanent-local property.
3981         (tc-two-columns): Renamed from tc-split.
3982         (tc-split): Renamed from tc-unmerge.  Put it on C-x 6 s.
3983         Use make-local-variable on tc-separator.
3985         * spook.el (spook): Make it autoload.
3987         * gomoku.el (gomoku): Make it autoload.
3989         * mpuz.el: Fix setup of mpuz-read-map not to depend on keymap format.
3990         (mpuz): Renamed from mult-puzzle.  Make it autoload.
3992         * setenv.el (setenv): Doc fix.  Make it autoload.
3994         * diff.el (diff): Don't print echo area message.
3995         (diff-parse-differences): Always add `done' to message, at end.
3996         New local num-loci-found counts the loci.
3998         * mouse.el (mouse-split-window-vertically): Use @.
3999         (mouse-split-window-horizontally): New command.
4000         Use S-mouse-2 for them.
4001         (mouse-delete-window): Put on mode-line mouse-3.
4002         (mouse-save-then-kill): New command, on mouse-3.
4003         (mouse-delete-other-windows): Use @.  Now on mode-line mouse-1.
4004         (mouse-scroll-down, mouse-scroll-up): Use e, get line from event.
4005         (mouse-scroll-move-cursor): Likewise.
4006         (mouse-scroll-left, mouse-scroll-right): Likewise for column.
4007         (mouse-scroll-move-cursor-horizontally): Likewise.
4009 1992-09-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4011         * files.el (after-find-file): New arg NOAUTO.
4012         (revert-buffer, recover-file): Pass t for that arg.
4014 1992-09-23  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
4016         * cal-mayan.el (calendar-print-mayan-date): Fix conversion in
4017         output message.
4019 1992-09-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4021         * c-mode.el (calculate-c-indent): When testing for function-start line,
4022         always match the first paren if have more than one.
4024 1992-09-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4026         * vms-pmail.el: New file.
4028         * texinfo.el (texinfo-mode): Capitalize the mode name string.
4030         * mail-extr.el (mail-undo-backslash-quoting): Renamed from undo-...
4031         (mail-safe-move-sexp): Renamed from safe-...
4032         (mail-variant-method): Renamed from variant-method.
4034         * tq.el: Doc fixes.  Make tq-create autoload.
4036         * keypad.el: File deleted (obsolete).
4038         * setenv.el (setenv): Add interactive spec.  Use \\` for string beg.
4039         Improve error message.
4041         * isearch-mode.el (isearch-other-meta-char): Use isearch-unread.
4042         Support `edit' as search-exit-option.
4044         * recompile-startup.el: File deleted.
4046         * at386.el: Deleted from here; latest version moved into term.
4048         * c-mode.el (calculate-c-indent): When checking for DEFUN macro,
4049         stop moving down if reach eob.
4051 1992-09-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4053         * prompt.el: File deleted.
4055         * find-dired.el (start-process-shell-command): Deleted.
4057         * diff.el (diff-switches): Default is now -c.
4058         (diff-parse-differences): Use line beg as location of message.
4060         * c-mode.el (calculate-c-indent): When checking for DEFUN macro,
4061         stop moving down at line with # or /.
4062         (c-fill-paragraph): Set first-line whenever we find a comment start
4063         on the current line.  Protect text before the comment start
4064         by excluding it from the region and adding spaces to bring back
4065         proper indentation of that point.
4067 1992-09-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4069         * ange-ftp.el (ange-ftp-generate-anonymous-password): Default now t.
4070         ??? This file is waiting for papers from several people.
4072         * vms-patch.el (vms-command-line-again): New function.
4073         (vms-pmail-setup): Autoload added here.
4074         (vms-suspend-resume-hook): Handle envvars EMACS_COMMAND_ARGS and
4075         EMACS_FILE_LINE.
4077         * dired.el (dired-view-file, dired-up-directory): Test that
4078         dired-subdir-alist has more than one element, to use dired-goto-subdir.
4079         (dired-goto-file, dired-clean-up-after-deletion): Likewise.
4080         (dired-mark): Likewise, before dired-get-subdir.
4081         (dired-subdir-max): Likewise, before dired-next-subdir.
4083         * isearch-mode.el (isearch-done): Do push on ring if ring is empty.
4084         (isearch-edit-string): Get default from search ring.
4085         Don't set the default here.
4086         (search-last-string, search-last-regexp): Vars deleted.
4087         (search-highlight): No longer a user option.
4089         * subr.el (baud-rate): Defined.
4090         (substitute-key-definition): Understand today's keymap format.
4091         New arg OLDMAP.  Operate recursively on prefix keys.
4093         * rmail.el (rmail-insert-inbox-text): Make the inbox file empty here
4094         if we rename it with rename-file here.
4095         (rmail-get-new-mail): Always try deleting the files in delete-files.
4097 1992-09-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4099         * lisp-mode.el (eval-last-sexp): Narrow before reading
4100         so don't read past point.
4102         * isearch-mode.el (isearch-mode): Change back to (baud-rate).
4104         * rmail.el (rmail-get-new-mail): Truncate inbox file if we
4105         fail to delete it, or if it's not in the ordinary mail spool dir.
4107 1992-09-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4109         * c-mode.el (calculate-c-indent): When checking for DEFUN macro,
4110         stop moving down at line with open-brace or close-brace.
4112         * ange-ftp.el (ange-ftp-file-name-as-directory): Fix typo.
4114 1992-09-17  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4116         * gud.el (gud-mode-map): Bind gud-refresh to C-c C-l, not C-c l;
4117         the latter is reserved for the user's purposes.
4119 1992-09-16  Joseph Arceneaux  (jla@churchy.gnu.ai.mit.edu)
4121         * isearch-mode.el (isearch-ring-advance-edit): added missing
4122         closing paren to end of this function.
4124 1992-09-16  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
4126         * rmail.el (rmail-insert-inbox-text): Avoid "Getting mail from"
4127         message for zero-length files.
4129 1992-09-15  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4131         * term/x-win.el: Bind M-next to scroll-other-window.
4133         * etags.el (visit-tags-table-buffer): Only return nil if (null
4134         tags-table-list-pointer) when CONT is t, not anything non-nil.
4136         * etags.el (tags-apropos): Pass arg to tags-apropos-function.
4138         * mailabbrev.el: Delete comment about needing papers.  We have them.
4140         * etags.el (tags-apropos): Start FIRST-TIME as t, not nil.
4141         Set it to nil inside the loop.
4143 1992-09-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4145         * simple.el (previous-history-element): Doc fix.
4147         * isearch-mode.el (isearch-event-data-type):
4148         Renamed from isearch-events-exist.
4149         (isearch-frames-exist): Set properly in Emacs 18.
4150         (isearch-mode): Use baud-rate as variable, not function.
4151         (isearch-abort): Use nil as 2nd arg to `signal'.
4152         (isearch-ring-advance-edit, isearch-ring-retreat-edit): Fns deleted.
4153         (isearch-ring-adjust-edit): Fns deleted.
4154         (isearch-done): Add new string to ring unless matches newest elt.
4155         Don't update the yank pointers.
4156         (isearch-repeat): Always use newest elt of ring.
4157         (isearch-mode): Set *search-ring-yank-pointer to nil.
4158         (isearch-edit-string): Set cursor-in-echo-area to nil after read-char.
4159         Use read-from-minibuffer and specify a ring as history.
4160         (*search-ring-yank-pointer): Value now integer or nil.
4161         (isearch-ring-adjust1): Modify yank pointer usage accordingly.
4163 1992-09-14  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4165         * dabbrev.el: Change provide to 'dabbrev from 'dabbrevs.
4167         * etags.el (find-tag-noselect, next-file, list-tags, tags-apropos):
4168         Call visit-tags-table-buffer with nil, not 'reset.
4169         (tags-expand-table-name): New function.
4170         (tags-table-list-member): New function.
4171         (tags-next-table): New function.
4172         (visit-tags-file): Folded into visit-tags-table-buffer.
4173         (tags-table-list-started-at): New defvar.
4174         (visit-tags-table-buffer): Rewritten.  No longer groks 'reset arg.
4175         For 'same, just expand tags-file-name.
4176         For t, use tags-next-table, and skip over nonexistent files.
4177         Use tags-table-list-member to search lists.
4178         Set tags-table-list-started-at.
4179         (visit-tags-table): Use (visit-tags-table-buffer 'same) in place of
4180         visit-tags-file.
4181         (tags-table-parent-pointer-list): Doc fix.
4182         (tags-table-including): New function, subr of visit-tags-table-buffer.
4184 1992-09-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4186         * gud.el (gdb, sdb, dbx): Use C-c C-r ("resume") for continuing,
4187         instead of C-c C-c.  C-c C-c should be comint-interrupt-subjob;
4188         it's important to have that available, and the C-c C-c binding is
4189         consistent with all the other comint-derived modes.
4191 1992-09-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4193         * isearch-mode.el: Add global key bindings.
4194         (isearch-mode-map): Use only define-key, not aset.
4195         Don't try using length of keymap.
4196         (isearch-update): Handle unread-command-char properly for Emacs 19.
4197         (isearch-switch-frame-handler): Use select-frame to switch frames.
4198         (isearch-pre-command-hook): Commented out.
4199         (search-upper-case): Renamed from search-caps-disable-folding.
4201 1992-09-14  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
4203         * etags.el (visit-tags-file): Return t iff tags file exists.
4204         (visit-tags-table): Error if file doesn't exist.
4205         (tags-next-table): New function, code broken out from
4206         visit-tags-table-buffer.
4207         (visit-tags-table-buffer): Use it.
4208         Skip over nonexistent files in the tags-table-list.
4209         (find-tag-in-order): When (not FIRST-SEARCH), call
4210         visit-tags-table-buffer with 'same, not nil.
4212         * etags.el (visit-tags-file): Check for file being a directory here.
4213         (visit-tags-table-buffer): Not here.
4214         (visit-tags-table): Or here.
4216 1992-09-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4218         * rmail.el (rmail-retry-failure): Bind off mail-signature and
4219         mail-setup-hook.
4220         (rmail-forward): Likewise.
4222         * loaddefs.el: Added autoloads for dabbrev.  (That section got lost.)
4224         * simple.el (repeat-complex-command): Get rid of strings added
4225         to command-history by read-from-minibuffer.
4226         Don't bind minibuffer-history-variable here.
4227         (previous-matching-history-element): Read argument manually,
4228         with a special history list.  Delete this command from command-history.
4229         Fix arithmetic for counting N.
4230         (next-matching-history-element): Likewise.
4231         (minibuffer-history-search-history): New variable.
4233         * simple.el (read-expression-map): New keymap, w/ lisp-complete-symbol.
4234         (eval-expression, edit-and-eval-command): Use read-expression-map.
4235         (repeat-complex-command): Likewise.
4237 1992-09-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4239         * compile.el: Fix first lines of doc strings.
4240         (compilation-sentinel): Use local value of compilation-finish-function.
4241         (compilation-num-errors-found): New variable.
4242         (compilation-parse-errors): Use that, not `nfound'.
4243         * diff.el (diff-parse-differences): Likewise.
4245         * lisp-mode.el (save-match-data): Define indentation.
4247         * files.el (file-local-copy): New function, replaces diff-prepare.
4249         * subr.el (save-match-data): New macro.
4250         * files.el (insert-directory): Use that macro.
4251         (file-name-sans-versions): Likewise.
4252         * dired-aux.el (dired-compress-file): Likewise.
4253         * diff.el (diff-old-file, diff-new-file): Vars declared.
4254         (diff-old-temp-file, diff-new-temp-file): Vars declared.
4255         (dired-add-entry): Pass t as wildcard arg to insert-directory.
4256         (diff): Use compilation-finish-function to delete temp files.
4258         * comint.el (comint-mode): Reinsert kill-all-local-variables.
4259         Delete kludges to preserve comint-ptyp and comint-input-ring.
4260         (comint-ptyp): Move declaration before uses.  Make permanent.
4261         (comint-input-ring): Make permanent.
4262         (comint-input-ring-index): Declare it.
4264         * bytecomp.el (byte-compile-report-error):
4265         Set byte-compiler-have-errors.
4266         (byte-compile-file): Don't kill ` *Compiler Input*' buffer if error.
4267         Put input and output buffers in local vars when made.
4268         Make two separate save-excursion forms, excluding the call
4269         to byte-compile-from-buffer.
4271         * dired.el (dired-uncache): New function.
4272         (dired-revert, dired-insert-old-subdirs): Use it.
4273         (dired-view-file): Undo previous change.
4275 1992-09-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4277         * mouse.el: Change uses of 'K' interactive spec to 'e'.
4279 1992-09-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4281         * diff.el (diff): Call diff-prepare.  If we do have temporary files,
4282         tell diff to override their names in the listing; delete them at end.
4283         (diff-prepare): New function.
4285         * files.el (file-name-sans-versions): Support file-name-handler-alist.
4286         New arg KEEP-BACKUP-VERSION means don't delete backup versions.
4288         * dired.el (dired-display-file, dired-find-file-other-window):
4289         (dired-view-file, dired-find-file): Call file-name-sans-versions
4290         to remove non-backup version numbers.
4292         * dired-aux.el (dired-compress-file): New function.
4293         (dired-compress): Call that, to compress and determine new name.
4295         * files.el (insert-directory): New function; based on dired-ls.
4296         Supports file-name-handler-alist.
4297         (insert-directory-program): New variable.
4298         * dired-aux.el (dired-add-entry, dired-insert-subdir-doinsert):
4299         Use insert-directory.
4300         * dired.el (dired-readin-insert): Use insert-directory.
4301         (dired-ls, dired-ls-program): Deleted.
4303 1992-09-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4305         * autoload.el (update-file-autoloads): Use beginning of specified line.
4307         * loaddefs.el: Sort alphabetically by file name.
4309         * files.el (backup-buffer): If backup file to copy into exists
4310         and is not writable, try deleting it.
4312         * ange-ftp.el: New version from Andrew Norman.
4313         Modified to use file-name-handler-alist.
4314         Get rid of the dummy shell mode.
4315         Rename many variables used free to start with ange-ftp.
4316         Don't do anything special for revert-buffer.
4318 1992-09-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4320         * mouse.el (x-fixed-font-alist): New variable.
4321         (mouse-set-font): New function, now on C-mouse-3.
4323         * term/x-win.el (scroll-bar-mode): New function (and variable too).
4325         * dired.el (dired-next-subdir, dired-subdir-index): Moved here
4326         * dired-aux.el: From here.
4327         * dired.el (dired-build-subdir-alist): Don't print msg after each dir.
4328         Clarify final message.
4330         * files.el (auto-mode-alist): Recognize ChangeLog.N as change-log-mode.
4331         Move *.N pattern for nroff mode after ChangeLog.N.
4333 1992-09-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4335         * add-log.el (add-log-current-defun): Use eq instead of = when one
4336         side might be nil.
4338 1992-09-09  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4340         * frame.el (frame-notice-user-settings): In situations where we
4341         have to delete the existing frame and create a new one, redirect
4342         the dying frame's focus to the new frame, so that characters typed
4343         ahead won't get lost.
4345         * frame.el (frame-notice-user-settings): Explicitly include
4346         default-frame-alist in the frame parameter lists; it was nil
4347         before the .emacs file was loaded, and now we have to make sure it
4348         takes effect.
4350         * subr.el (keyboard-translate): keyboard-translate-table is a C
4351         variable; it's never unbound.  Assume it's bound, and create a new
4352         string if its current value is a non-array, or if the current
4353         array is too short to handle FROM or TO.
4355 1992-09-08  Joseph Arceneaux  (jla@geech.gnu.ai.mit.edu)
4357         * mailabbrev.el (sendmail-pre-abbrev-expand-hook): Changed the
4358         structure of this function:  Don't check to call
4359         mail-resolve-all-aliases unless we are actually in a header field
4360         where an abbrev should be expanded.
4362 1992-09-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4364         * c-mode.el (c-fill-paragraph): Fix the cases where point is before
4365         or after the comment.  This uses new var comment-start-place.
4367 1992-09-04  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4369         * rmail.el (rmail-unix-mail-delimiter): Expand this to recognize
4370         time zones after the date too.  Re-arranged some of the whitespace
4371         matching, to facilitate factoring out the time zone regexp.
4372         (rmail-nuke-pinhead-header): Deal with the timezone matched in
4373         either position.
4375 1992-09-04  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
4377         * server.el: Add provide.
4379 1992-09-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4381         * c-mode.el (calculate-c-indent): Delete stray setq of tem.
4382         (c-fill-paragraph): If line contains any comment, treat as comment.
4384         * add-log.el (change-log-mode): Match start of word at start of line.
4385         * page.el (forward-page): Handle page delim that matches null string.
4387         * rmail.el (rmail-mode): Doc fix.
4389         * shell.el (shell): Doc fix.
4391         * sendmail.el (mail-do-fcc): Copy code from Emacs 18 to add time zone.
4393 1992-09-03  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4395         * rmail.el (rmail-unix-mail-delimiter): Split this up and comment
4396         its various components so it looks a bit less like three lines of
4397         garbage.
4399 1992-09-02  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
4401         * compile.el (compile-goto-error): Move to bol before looking for
4402         the error.
4404 1992-09-02  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4406         * c-mode.el (c-auto-newline): Added backslashed before quotes in
4407         docstring.
4409 1992-09-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4411         * lpr.el (lpr-command): Make this autoload.
4413         * fill.el (justify-current-line): Fix escape syntax of regexp constant.
4415 1992-08-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4417         * files.el (enable-local-eval): Default value is `maybe'.
4418         (hack-local-variables): Ask just once about `eval:', not each time.
4420 1992-08-31  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4422         * loadup.el: Don't delete old DOC-M.N.O file if it doesn't exist.
4424 1992-08-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4426         * loadup.el: Delete old DOC-M.N.O file before copying to it.
4428         * c-mode.el (calculate-c-indent): Recognize the Emacs DEFUN macro.
4429         Do condition-case around sexp functions when checking for
4430         function arg decls.
4431         (c-fill-paragraph): Detect comment starting after code on current line.
4432         Exclude everything before line where comment starts.
4434         * add-log.el (add-log-current-defun): Fix test for LOCATION
4435         in range, for instace of DEFUN macro.
4437         * simple.el (open-line): Fix fill-prefix case.
4439         * loaddefs.el: Swap bindings of C-x a i l and C-x a i g.
4440         The former is now for mode abbrevs and the latter for global.
4442 1992-08-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4444         * mouse.el: Add bindings for down-mouse-1, drag-mouse-1,
4445         S-mouse-3, C-mouse-1.
4446         Add real keybindings for scroll bar commands.
4447         (help-menu-map): New tree of menu-maps, on C-mouse-2.
4448         (mouse-buffer-menu): New function.
4450 1992-08-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4452         * c-mode.el (calculate-c-indent): If taking indent from prev stmt
4453         and it starts with an {, subtract c-brace-offset.
4455 1992-08-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4457         * add-log.el (add-log-current-defun): Recognize Emacs DEFUN properly.
4459 1992-08-24  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4461         * rnewspost.el (news-setup): Don't use kill-line; that puts
4462         trash in the kill ring; instead, use delete-region.
4464         * mouse.el (mouse-kill, mouse-set-point): Remember that
4465         event-point does not always return a number; it may return
4466         `mode-line' or `vertical-line'.
4468         * simple.el (prefix-arg-internal): Make sure that the key
4469         sequence is a string before comparing it against "0" and "9".
4471 1992-08-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4473         * etags.el (etags-recognize-tags-table): Don't print message.
4475 1992-08-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4477         * simple.el: Doc fixes.
4479 1992-08-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4481         * sendmail.el (mail-signature-file): Undo the previous change -
4482         replace this with mail-signature.  The manual has already gone to
4483         the printer.
4484         (mail-setup): Use mail-signature, rather than mail-signature-file.
4485         (mail-signature): Use "~/.signature", rather than
4486         mail-signature-file.
4487         (mail): Doc fix.
4489 1992-08-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4491         * rmail.el (rmail): Bind enable-local-variables, not inhibit...
4493         * sendmail.el (mail-setup): Don't use mail-signature-file
4494         if nonexistent.  Insert just one newline if no signature.
4496 1992-08-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4498         * rmail.el (rmail-next-undeleted-message): No error at eob,
4499         just message.  (This reverses the previous change.)
4501 1992-08-17  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4503         * sendmail.el (mail-signature): Variable replaced with...
4504         (mail-signature-file): This, since this is the way all the
4505         other lisp packages do it, and it's how people always say they
4506         want it on the mailing lists.
4507         (mail-setup, mail-signature): Adjusted accordingly.
4508         (mail): Doc fix.
4510 1992-08-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4512         * sort.el (sort-subr): No progress messages if sorting less than 50k.
4514 1992-08-17  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
4516         * solar.el (sunrise-sunset): Get various values set properly when
4517         there is (or isn't) a double prefix arg.
4519 1992-08-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4521         * timer.el (run-at-time, timer-process-filter): The character
4522         used to separate the time from the token in input to the timer
4523         subprocess used to be ?\001, which is not human-readable.
4524         Make it ?@, which is.
4526 1992-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4528         * info.el (Info-find-node): Be more flexible about format of
4529         tags table.
4531 1992-08-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4533         * unrmail.el: New file.
4535 1992-08-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4537         * hideif.el (hide-ifdef-mode): Made this function autoload.
4538         (hide-ifdef-initially, hide-ifdef-read-only,
4539         hide-ifdef-lines): Make these variables autoload.
4541 1992-08-12  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4543         * compile.el (grep-regexp-alist): New defvar.
4544         (grep): Pass grep-regexp-alist to compile-internal.
4546         * etags.el (find-tag-noselect): If NEXT-P,
4547         (visit-tags-table-buffer 'same) first.
4549         * add-log.el: Add (provide 'add-log).
4551 1992-08-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4553         * add-log.el (change-log-mode): Make it autoload.
4555 1992-08-12  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4557         * frame.el (initial-frame-alist): Change the initial frame
4558         alist from ((minibuffer . nil)), which asks for no minibuffer,
4559         to ((minibuffer . t)), which asks for a minibuffer.
4561         * term/x-win.el: Don't call set-input-mode from here; it's
4562         already taken care of in x_term_init, which is called from
4563         Fx_open_connection.  Rah.
4565 1992-08-11  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4567         * calendar.el, diary.el, diary-insert.el, holidays.el,
4568         cal-french.el cal-mayan.el, solar.el, lunar.el: Installed the
4569         latest update of this calendar stuff from that calendar guy, Ed
4570         Reingold.  Entries for his changes have been inserted in this
4571         file, ordered by date amongst the rest of the changes.
4572         * diary-add.el: This has become diary-insert.el.
4573         * calendar.el (generate-calendar-window,
4574         update-calendar-mode-line, calendar-set-mode-line): Replace uses
4575         of screen-width with frame-width.
4576         * diary.el (simple-diary-entry, fancy-diary-entry): Same.
4578 1992-08-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4580         * simple.el (eval-expression): Doc fix.
4582 1992-08-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4584         * add-log.el (add-log-current-defun): Protect against "Unbalanced
4585         parens" error from down-list.
4587 1992-08-10  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4589         * frame.el (set-screen-width, set-screen-height): Make the
4590         docstring say that these are obsolete.
4591         (screen-width, screen-height, set-screen-width,
4592         set-screen-height): Apply make-obsolete to these.
4594 1992-08-10  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
4596         * calendar.el (calendar-mode): Update mode line.
4598         * calendar.el (calendar-read-date): New function.
4599         (calendar-goto-date): Use it.
4601         * holidays.el (holidays): Optional prefix arg causes prompting for
4602         month and year.
4604         * calendar.el (calendar-interval): Fix doc string.
4606         * calendar.el (calendar): Changed use of prefix arg--now it causes
4607         prompting for the month and year.
4608         (regenerate-calendar-window): Renamed generate-calendar-window.
4609         Changed optional argument from an offset from the current month to
4610         a month, year pair.
4611         (redraw-calendar, calendar-current-month, scroll-calendar-left,
4612         calendar-other-month): Change calls from regenerate-calendar-window
4613         to generate-calendar-window.
4615 1992-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4617         * vc.el (vc-revert-buffer): Use yes-or-no-p.  Doc fix.
4619         * Reinstalled a loaddefs.el backup dated Aug 4.
4620         The installed copy seems to be a very old version.
4622 1992-08-08  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4624         * frame.el (set-screen-width, set-screen-height): Changed these
4625         from fset aliases to actual functions, since they aren't supposed
4626         to take a frame argument, while set-frame-{width,height} do.
4628 1992-08-07  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
4630         * add-log.el (add-log-current-defun): Handle ansidecl DEFUN macros.
4631         (change-log-mode): Doc fix.
4633         * add-log.el (add-log-current-defun): Use an intelligent regexps
4634         instead of many looking-at calls.  Use memq instead of (or (eq x a)
4635         (eq x b)).  Stupidity reigns.
4637 1992-08-07  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4639         * frame.el (set-frame-width, set-frame-height): Functions deleted
4640         *again*.  Where did these come from?
4642         * bytecomp.el: Merged changes up to version 2.08 of the
4643         Zawinski-Furuseth compiler.  Added a comment above the declaration
4644         of byte-compile-version indicating this, to assist future patchers.
4645         (byte-compile-warnings): Doc fix.
4646         (byte-recompile-directory): Ignore CVS subdirectories, as well as
4647         RCS dirs.
4648         * byte-opt.el: Correctly extract the components of a compiled
4649         function object.
4651         * bytecomp.el (byte-compile-warnings): Have this default to t,
4652         since Zawinski says everyone likes the warnings about unbound
4653         variables.
4655         * appt.el (appt-issue-message, appt-message-warning-time,
4656         appt-audible, appt-visible, appt-display-mode-line,
4657         appt-msg-window, appt-display-duration, appt-display-diary): Added
4658         ;;;###autoload cookies for these variables, since they are options
4659         for the user to set.
4660         * tex-mode.el (tex-shell-file-name, tex-directory, tex-offer-save,
4661         tex-run-command, latex-run-command, latex-block-names,
4662         slitex-run-command, tex-bibtex-command, tex-dvi-print-command,
4663         tex-alt-dvi-print-command, tex-dvi-view-command,
4664         tex-show-queue-command, tex-default-mode, tex-open-quote,
4665         tex-close-quote): Same.
4667 1992-08-06  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
4669         * add-log.el (add-log-current-defun): Use eq instead of = when one
4670         side might be nil.
4672         * compile.el (compilation-mode-map): Change
4673         compilation-previous/next-file bindings to M-{ and M-}.
4675 1992-08-05  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4677         * cl.el (*cl-valid-named-list-accessors*, *cl-valid-nth-offsets*,
4678         byte-compile-named-accessors): Deleted.
4679         (first, second, ... tenth, rest): Define these with defsubst, to
4680         get the same effect.
4681         (byte-compile-ca*d*r): Deleted.
4682         (caar, cadr, ..., cddddr): Define these using defsubst.
4684         * Installed changes from Zawinski-Furuseth 2.04 to 2.07:
4685         * byte-run.el (dont-compile): Doc fix.
4686         (make-obsolete-variable): New function.
4687         * bytecomp.el (byte-compile-log-1): Added new optional argument,
4688         FILL; if it is non-nil, reformat the error message.
4689         (byte-compile-warn): Use that flag.
4690         (byte-recompile-directory): Offer to recompile subdirectories.  If
4691         prefix argument is zero, create .elc files for those .el files
4692         which lack them, without asking.
4693         (byte-compile-output-form, byte-compile-output-docform): Disable
4694         print-gensym while writing the form.
4695         (byte-compile-form): Warn if t or nil are called as functions.
4696         (byte-compile-variable-ref): Check for, and warn about, obsolete
4697         variable uses.
4698         (byte-set-marker, byte-string=, byte-string<, byte-setcar,
4699         byte-setcdr, byte-rem): Define these with byte-defop-compiler19,
4700         not plain byte-defop-compiler.
4701         (auto-fill-hook, blink-paren-hook, lisp-indent-hook,
4702         temp-buffer-show-hook, inhibit-local-variables): Declare these
4703         variables to be obsolete.
4704         * byte-opt.el (byte-optimize-apply): If the last argument to apply
4705         is a constant list, and we therefore decide to turn this into a
4706         funcall, then don't forget to quote all the elements of the
4707         constant list.
4709         * inf-lisp.el (inferior-lisp-filter-regexp, inferior-lisp-program,
4710         inferior-lisp-load-command, inferior-lisp-prompt,
4711         inferior-lisp-mode-hook, inferior-lisp): Added ;;;###autoload
4712         cookies for these.
4714         * bytecomp.el (byte-compile-warnings): When choosing the default
4715         value for this variable, don't forget to apply delq to a COPY of
4716         byte-compile-warning-types, so we don't nuke the `free-vars' flag
4717         altogether.
4719 1992-08-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4721         * rmail.el (rmail-search): Fix typo (premature ref to reversep).
4722         Choice of amount to increment n by was backwards.
4723         (rmail-search-backwards): Setting of reversep was backwards.
4725 1992-08-04  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4727         * compile.el (compilation-next-file): Use FILE instead of "This"
4728         in error for moving too far.
4730 1992-08-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4732         * comint.el (comint-mode-map): Set to nil at load time.
4734         * lint.el: File deleted.
4736 1992-08-04  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4738         * compile.el (compilation-parse-errors): Write progress messages
4739         on all regexp matches, not just errors.
4741 1992-08-04  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
4743         * view.el (view-mode): teach this how to use help-char.
4745         * info.el (Info-mode): scroll-up, scroll-down now do the right
4746         thing for preorder browsing when the beginning/end of the node
4747         is visible.  RET now goes to the next preorder node.  These
4748         changes make sequential reading of info subtrees easier.
4750 1992-08-04  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4752         * appt.el (appt-make-list): Add ;;;###autoload cookie for this
4753         function.
4755         * vc-hooks.el: Removed autoloads; this task is better performed by
4756         the autoload cookies.
4757         * vc.el (vc-next-action, vc-register, vc-diff, vc-insert-headers,
4758         vc-directory, vc-create-snapshot, vc-retrieve-snapshot,
4759         vc-print-log, vc-revert-buffer, vc-cancel-version,
4760         vc-update-change-log): Added the ;;;###autoload cookies to these
4761         functions, since they get bound to keys in the global keymap.
4762         * loadup.el: Load vc-hooks.el.
4764 1992-08-03  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4766         * compile.el (compile-error-at-point): New function.
4767         (compilation-next-error): Use it.
4768         (compile-file-of-error): New function.
4769         (compilation-next-file, compilation-previous-file): New functions.
4770         (compilation-mode-map): Bind C-x [ and C-x ] to them.
4772 1992-08-03  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4774         * compile.el (next-error): Call compile-reinitialize-errors with
4775         3rd arg of ARGP-1, not ARGP.
4776         (compile-reinitialize-errors): Don't need to parse if
4777         compilation-parsing-end is past LIMIT-SEARCH.
4778         (compilation-next-error): Rewritten to use compile-reinitialize-errors
4779         limiting args.
4780         (compile-reinitialize-errors): Don't parse at all if
4781         compilation-parsing-end is at (point-max).
4783         * loaddefs.el (complete-tag): Define here to always error; loading
4784         etags will redefine it.
4786         * etags.el (complete-tag): Error if no tags table loaded.
4788 1992-08-03  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
4790         * ebuff-menu.el, echistory.el, help.el, hexl.el: teach these packages
4791         to use help-char, and add the appropriate magic to doc strings.
4793 1992-08-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4795         * gud.el (gud-def): If KEY is nil, don't make a binding.
4797 1992-08-03  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
4799         * diary.el (print-diary-entries): Rewrote to work for either
4800         simple or fancy diary display.
4801         (add-diary-heading): Deleted--incorporated into print-diary-entries.
4802         * calendar.el (print-diary-entries-hook): Change default value.
4804 1992-08-03  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4806         * add-log.el (change-log-mode): Doc fix.
4808         * map-ynp.el (map-y-or-n-p): Use key-description for USER-KEYS.
4810 1992-08-03  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4812         * simple.el (current-kill): Reinstate interprogram-paste feature.
4813         It doesn't seem to be wedged for me, and I can't find out how it is
4814         wedged unless it's enabled.
4816         * terminal.el (terminal-map, terminal-escape-map,
4817         terminal-more-break-map): Apply fillarray to the cadr of the map,
4818         not to the map itself; dense keymaps are no longer vectors.
4819         * ehelp.el (electric-help-map): Same here.
4821         * bytecomp.el (byte-compile-file): Don't catch errors here.
4822         (displaying-byte-compile-warnings): Catch them here.  This way,
4823         errors get caught no matter which compilation entry point we use;
4824         anyplace that can report warnings, also catches errors.
4826         * sun-cursors.el: Require 'cl, for the sake of the push macro.
4827         (sc::pic-ins-at-mouse): Call move-to-column with the FORCE
4828         argument true, instead of calling an unknown function named
4829         `move-to-column-force'.
4831         * medit.el (medit-zap-define-to-mdl): Fix interactive spec.
4832         (medit-zap-define-to-mdl): Change `medit-save-defun' to
4833         `medit-save-define'.
4834         (medit-save-region, medit-save-buffer, medit-zap-define-to-mdl):
4835         Changed `medit-go-to-mdl' to `medit-goto-mdl'.  Did anyone ever
4836         try this code?
4838 1992-08-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4840         * comint.el: Fix message syntax.
4841         (comint-previous-similar-input): Use error, not message.
4843         * files.el (save-some-buffers): Use C-r, not v, to look at a buffer.
4844         Use view-buffer and a recursive edit to do it.
4846         * view.el: Delete key bindings for C-x v and C-x 4 v.
4847         (View-scroll-lines-forward, view-helpful-message):
4848         Use view-exit, not exit-recursive-edit.
4850         * map-ynp.el: Fix prompt.
4852         * dired.el (dired-why): Don't use save-excursion.
4853         (dired-change-marks): New command.
4854         (dired-mode-map): Put dired-change-marks on c.
4855         Put dired-do-kill-lines on k.
4857         * dired-aux.el: Require dired.el for compilation.
4858         (dired-bunch-files): Was duplicating PENDING in apply calls.  Fixed.
4859         (dired-do-shell-command, dired-run-shell-command):
4860         Delete arg IN-BACKGROUND; rely on including & at end of command.
4861         (dired-run-shell-command): Return nil.
4862         (dired-do-shell-command): Accept COMMAND as arg; use minibuf
4863         within `interactive'.
4864         (dired-create-files, dired-handle-overwrite):
4865         Rename overwrite-confirmed to dired-overwrite-confirmed.
4866         (dired-do-kill-lines): Handle prefix arg as number of lines to kill.
4867         (dired-kill-line-or-subdir): Deleted.
4869 1992-08-01  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4871         * mailabbrev.el [from jwz] (mail-interactive-insert-alias): Do
4872         mail-aliases-setup if necessary before completing for interactive.
4873         (build-mail-aliases): Changed parsing regexp.
4875         * compile.el (compilation-parse-errors): Take 2nd arg FIND-AT-LEAST.
4876         If non-nil, stop after parsing that many new errors.
4877         (compilation-parse-errors-function): Document 2nd arg.
4878         (compile-reinitialize-errors): Take optional 3rd arg; pass to parser.
4879         (next-error): Pass repeat count to compile-reinitialize-errors.
4880         * diff.el (diff-parse-differences): Take same new arg.
4882         * reposition.el (C-l): Fix typo.
4884 1992-08-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4886         * comint.el: ring-* functions deleted--get them from ring.el.
4888         * ring.el (ring-mod): Renamed from comint-mod.
4889         Provide `ring', not history'.
4890         (make-ring, ring-p): Add autoloads.
4891         * history.el: Link deleted.
4893         * c-mode.el (c-up-conditional): New function.
4895         * add-log.el (add-log-current-defun): In C and Lisp, verify the defun
4896         really starts at or before the original point.
4898 1992-08-01  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4900         * mailalias.el: Provide 'mailalias.
4901         * mailpost.el: Require 'mailalias and 'sendmail, since we use
4902         expand-mail-aliases and mail-do-fcc.
4904         * mail-extr.el (mail-extract-address-components, variant-method):
4905         Use buffer-disable-undo instead of buffer-flush-undo; the latter
4906         is obsolete.
4908         * lpr.el (print-region-new-buffer): Added arguments START and END;
4909         this used to use dynamic scope, but it makes things less readable.
4910         (print-region-1): Always call this with two arguments, not
4911         sometimes two and sometimes none.
4913         * lint.el: Require 'compile.
4914         (compilation-convert-lint): Call set-buffer with only one argument.
4916         * life.el: Move the definitions of the macros out of the require
4917         clause; the new compiler seems to handle the macros correctly.
4918         (life): Add an autoload cookie for this.
4919         (life-display-generation): If the sit-for returns before the
4920         timeout has elapsed, exit the life loop.
4922         * ledit.el (ledit-setup): Use shared-lisp-mode-map, instead of
4923         lisp-mode-commands.
4925         * kermit.el (kermit-send-input-cr): comint-send-input doesn't
4926         accept any arguments.  Instead of applying comint-send-input to
4927         "\r", call comint-send-input on no arguments, and then use
4928         comint-send-string to send the carriage return.
4929         (kermit-clean-filter): Call re-search-backward, not
4930         re-search-backware.
4931         (kermit-clean-on): Remove extra quote from doc string.
4933         * informat.el (batch-info-validate): Don't pass any arguments to
4934         Info-tagify; it doesn't want any.
4936         * hideif.el (hif-endif-to-ifdef): Fix munged comment which was
4937         interfering with parsing.
4939         * hexl.el (hexl-next-line): Fixed up malformed let binding.
4941         * bytecomp.el (byte-compile-file): Catch errors that occur during
4942         compilation, and record them in the compilation log.  This allows
4943         us to find the name of the guilty file when we get a "invalid read
4944         syntax" error or some such.
4946         * gud.el: Require `etags', not `tags'.
4947         (sdb): Move interactive spec to top of function, just under doc string.
4948         (gud-read-address, send-gud-command): Use the point and point-max
4949         function instead of dot and dot-max; the latter two are obsolete.
4951         * gnus.el (gnus-Group-mode, gnus-Subject-mode,
4952         gnus-Subject-rmail-digest, gnus-Article-mode,
4953         gnus-output-to-rmail, gnus-output-to-file): Use
4954         buffer-disable-undo, instead of buffer-flush-undo; the latter is
4955         an obsolete name.
4957         * simple.el: Bind the `next' and `prior' function keys to
4958         next-history-element and previous-history-element in the
4959         minibuffer maps.  Clean up binding code.
4961         * two-column.el: Doc fixes.
4963         * loaddefs.el (function-keymap): Definition deleted; this has been
4964         superceded by function-key-map.
4966         * gomoku.el (gomoku-mode-map): Use function key symbols, instead
4967         of the keypad.el facilities.
4969         * edt.el: Converted to use the new function key events instead of
4970         keypad.el.  Don't require keypad.  Change global key bindings.
4971         (advance-direction, backup-direction): Bind the function key
4972         symbols directly in the global map, not in function-keymap.
4973         (edt-emulation-on): Doc fix.  This function will now work when
4974         called simply from .emacs; it doesn't need to be run after the
4975         terminal-dependent file has been loaded.
4977         * cl.el (byte-compile-named-list-accessors, byte-compile-ca*d*r):
4978         Changed these to work correctly with the Zawinski-Furuseth byte
4979         compiler.
4981 1992-07-31  Robert J. Chassell  (bob@churchy.gnu.ai.mit.edu)
4983         * loaddefs.el: New keybinding, `C-x r y', for `yank-rectangle'.
4985 1992-07-31  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
4987         * calendar.el (calendar-string-spread): New function.
4988         (calendar-mode-line-format): Redefine it.
4989         (calendar-set-mode-line): Rewrite using new function.
4990         (update-calendar-mode-line): Rewrite using new function.
4992 1992-07-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4994         * startup.el (command-line-1): Mention info in startup message.
4996 1992-07-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4998         * byte-opt.el (byte-optimize-plus): Don't entirely eliminate the call.
4999         (byte-optimize-minus): Likewise.
5000         (byte-optimize-multiply,(byte-optimize-divide): Likewise.
5002 1992-07-30  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
5004         * compile.el (compile-goto-error): Set compilation-error-list to
5005         the one we want, not the one before it.
5006         (next-error): Use the ARGP-1th, not ARGPth cdr of
5007         compilation-error-list.
5009 1992-07-30  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
5011         * bytecomp.el (byte-compile-warnings): By default, do not display
5012         warnings about references free variables.
5014 1992-07-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5016         * sendmail.el (mail): Get rid of the multiple mail buffer feature.
5018 1992-07-29  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
5020         * calendar.el (general-holidays, hebrew-holidays, local-holidays,
5021         christian-holidays, islamic-holidays, solar-holidays, other-holidays):
5022         New variables.
5023         (calendar-holidays): Use them to define the default value.
5026 1992-07-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5028         * comint.el (comint-mode-map): comint-previous-similar-input now M-r.
5029         (comint-previous-similar-input):
5030         Initialize comint-input-ring-index if nil.
5031         (comint-previous-input-matching): Report ordinary error if fail.
5032         Initialize comint-input-ring-index if nil.
5033         (comint-next-similar-input): New command, on M-s.
5034         (comint-previous-input): Always delete what was already given
5035         for the next input.  Initialize comint-input-ring-index if nil.
5036         (comint-send-input): Set comint-input-ring-index to nil.
5038         * field.el, cmushell.el: Files deleted.
5040         * co-isearch.el: File deleted; comint should have M-r and M-s
5041         like the minibuffer, instead.
5043 1992-07-29  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5045         * diff.el: Everything but diff and diff-backup removed.
5046         (diff-regexp-alist): New defvar.
5047         (diff-parse-differences): New defun.
5048         (diff): Use compile-internal.
5049         Take optional arg SWITCHES; interactively, prompt if prefix arg.
5050         (diff-backup): Take same new arg.
5051         Make this autoload.
5053         * compile.el (compilation-parse-errors): No message when we stop
5054         at LIMIT-SEARCH.
5055         (compile-reinitialize-errors): Don't short-circuit if passed
5056         a non-nil LIMIT-SEARCH.
5057         (compilation-next-error): New; bound to M-n.
5058         (compilation-previous-error): New; bound to M-p.
5060 1992-07-28  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5062         * compile.el (compilation-mode-map): Bind SPC, DEL, M-n, M-p.
5064 1992-07-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5066         * texinfo.el (texinfo-mode-map): Move M-} and M-{ to C-c prefix.
5068         * simple.el (delete-indentation): Delete fill prefix from after join.
5070 1992-07-28  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5072         * map-ynp.el (map-y-or-n-p-help): Remove.
5073         (map-y-or-n-p): Take new arg ACTION-ALIST.
5074         Compute help string fully instead of using map-y-or-n-p-help.
5075         * files.el (save-some-buffers): Pass new arg to map-y-or-n-p, so
5076         `v' displays the buffer.  Change save-excursion to
5077         save-window-excursion; it was only there to restore the current
5078         buffer, and now display-buffer might change windows.
5080         * compile.el (compilation-parse-errors): Fix M-t-o on `found-desired'.
5081         (compilation-error-list): Doc fix.
5082         (compile-internal): Document to return the buffer.
5083         (next-error): Simplify code to set NEXT-ERRORS from
5084         compilation-error-list and ARGP.
5085         (compile-goto-error): Rewrote searching so it finds the error that
5086         point is in or after; the error need not start at bol.
5087         Restore current buffer after calling other-window.
5089 1992-07-28  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
5091         * holidays.el (calendar-holiday-function-sexp):
5092         New function.
5093         *calendar.el (calendar-holidays): Describe it and use it for daylight
5094         savings.
5096         * calendar.el, cal-mayan.el, cal-french.el: Change names of all
5097         calendar-goto-next- or calendar-goto-previous- commands to
5098         eliminate the word "goto".
5100         Change names of all cursor-to-***-calendar-date commands to
5101         calendar-print-***-date.
5103         * diary.el (sort-diary-entries): New function.
5105 1992-07-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5107         * files.el (backup-extract-version): Copied from Emacs 18.
5108         (find-backup-file-name): Use that.
5110         * dired-aux.el (dired-clean-directory): Moved here.
5111         (dired-map-dired-file-lines, dired-collect-file-versions):
5112         (dired-trample-file-versions): Likewise.
5113         * dired.el: Moved from here.
5114         (dired-clean-directory): Auto load added.
5116         * add-log.el (add-change-log-entry): Chase symlinks.
5118 1992-07-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5120         * gud.el (gdb, dbx, sdb): Change C-c LETTER commands to C-c C-LETTER.
5122         * add-log.el (add-log-current-defun): Handle C macros.
5123         Handle the DEFUN macro used in Emacs C sources.
5125 1992-07-27  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5127         * compile.el (compilation-parse-errors): Take arg LIMIT-SEARCH;
5128         if non-nil stop parsing when we pass that location.
5129         (compilation-parse-errors-function): Document arg.
5130         (compile-reinitialize-errors): Take optional 2nd arg; pass to parser.
5131         (compile-goto-error): Pass (point) to compile-reinitialize-errors.
5133         * compile.el (compile-goto-error): Doc fix.
5135         * etags.el (find-tag): Fixed prompt.
5136         (tag-exact-match-p): Rewritten (again).
5138         * startup.el (command-line): Load site-start here.
5139         (normal-top-level): Not here.
5141         * etags.el: Remove M-? binding; move M-TAB binding to after defun.
5143 1992-07-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5145         * completion.el: Moved to external-lisp.
5147         * diff.el (diff-rcs, diff-sccs): Deleted.
5149 1992-07-27  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5151         * tar-mode.el (tar-subfile-save-buffer): whoever changed
5152         current-time forgot to check for breakage.  Added code to print
5153         the seconds parts of a (current-time) value as 11 octal digits
5154         (yes, this is nontrivial).
5156 1992-07-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5158         * simple.el (next-history-element): Fix error messages.
5159         (previous-matching-history-element): Likewise.
5161         * help.el (describe-function): Don't give the file name
5162         in the case of an autoloaded function.
5164         * lisp-mode.el (emacs-lisp-mode-map, lisp-interaction-mode-map):
5165         Add M-TAB as lisp-complete-symbol.
5166         * loaddefs.el: Delete binding of M-TAB.
5167         * etags.el: Add binding of M-TAB.
5169 1992-07-26  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5171         * etags.el (tags-exact-match-p): Rewritten.
5172         (tags-with-syntax): New macro.
5174 1992-07-26  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
5176         * calendar.el (calendar-cursor-to-date): Change `current-day' to
5177         `starred-day'.
5178         (calendar-star-date): Create and set buffer local var `starred-day'.
5179         (calendar-mode): Don't create buffer local vars current-month,
5180         current-day, current-year.
5181         (regenerate-calendar-window, calendar-current-date): Don't set
5182         buffer local vars current-month, current-day, current-year.
5183         (calendar, redraw-calendar, scroll-calendar-left,
5184         calendar-other-month, calendar-goto-date, calendar-goto-hebrew-date,
5185         calendar-goto-julian-date, calendar-goto-islamic-date,
5186         calendar-goto-iso-date): Use `calendar-current-date' instead of
5187         buffer local vars current-month, current-day, current-year.
5189 1992-07-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5191         * diff.el (diff-backup): New function.
5192         (diff-last-backup-file): Renamed from dired-last-backup-file.
5193         * dired-aux.el (dired-backup-diff): Use diff-backup.
5194         (dired-last-backup-file): Moved and renamed.
5195         * dired.el, dired-aux.el (dired-diff, dired-backup-diff): Doc fixes.
5197         * help.el (command-apropos): Fix call to apropos for new arg.
5199         * finder.el (finder-by-keyword): Rewrite to read args in `interactive'
5200         and use with-output-to-temp-buffer.
5202         * startup.el (normal-top-level): Load site-start if it exists.
5204         * add-log.el (add-log-current-defun): In C, when moving back over arg
5205         decls, stop at beg of buffer.
5206         (add-change-log-entry): Likewise for blank lines at end of buffer.
5208         * picture.el (picture-mode-old-major-mode): Declared.
5209         (picture-mode-old-mode-name, picture-mode-old-local-map): Likewise.
5210         (picture-mode-map): Don't use aset directly; use define-key.
5212         * saveconf.el: File deleted.
5214         * rmail.el (rmail-search): Accept repeat count.
5215         (rmail-search-backwards): New command, on M-r.
5217         * simple.el (previous-matching-history-element): New command.  On M-r.
5218         (next-matching-history-element): New command.  On M-s.
5220 1992-07-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5222         * c-mode.el (c-beginning-of-statement): If in string or comment,
5223         move by sentences.
5225         * compile.el (compile-history): New variable.
5226         (compile): Specify history list copile-history, with
5227         compile-command as initial contents.
5228         (grep): Specify constant "grep -n" as initial input,
5229         and history list grep-history.
5230         (grep-command): Variable deleted.
5232         * replace.el (query-replace-read-args): New function.
5233         It reads two args using query-replace-history.
5234         (query-replace, query-replace-regexp, replace-string):
5235         (replace-regexp): Use query-replace-read-args.
5236         (map-query-replace-regexp): Read args using query-replace-history.
5237         (perform-replace): Add local binding for `char'.
5239         * dired.el: Don't check for version 18.
5240         (dired-file-version-alist): New defvar.
5241         Use this instead of file-version-assoc-list.
5242         (dired-shrink-to-fit): Default is always t.
5243         (dired-internal-do-deletions): remove-directory => delete-directory.
5245         * abbrev.el (define-abbrevs): Bind name, hook, exp, count.
5247         * replace.el (perform-replace): Fix typo: match-after => match-again.
5248         (map-query-replace-regexp): Delete duplicate definition.
5250         * subr.el (defun-inline): Commented out.
5252         * comint.el (comint-input-ring*): Renamed from input-ring*.
5253         (ring-remove, ring-rotate): use setcar, not set-car.
5254         * co-isearch.el: input-ring* renamed to comint-input-ring*.
5256         * tex-mode.el: Don't require comint.
5257         * comint.el (make-comint): Make this autoload.
5259         * case-table.el (describe-buffer-case-table): Move the describe-vector
5260         inside the let.
5262         * c++-mode.el (indent-c++-exp): Fix typo "innerloop-done".
5263         Make last-depth local.
5265 1992-07-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5267         * flow-ctrl.el: fixed set-input-mode call broken by new third
5268           arg for meta control.
5270 1992-07-23  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
5272         * calendar.el (cursor-to-islamic-calendar-date,
5273         cursor-to-hebrew-calendar-date): Add phrase "until sunset" to message.
5275         * calendar.el (calendar-goto-astro-day-number,
5276         calendar-print-astro-day-number): New functions.
5277         (calendar-mode): Put them on keys and describe them.
5278         * diary.el (diary-astro-day-number): New function.
5280         * diary.el (diary-julian-date): New function.
5282 1992-07-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5284         * simple.el (current-kill): Ignore the interprogram paste feature;
5285         it is wedged.
5287         * paths.el (mh-lib, mh-prog): Add more alternatives.
5289 1992-07-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5291         * emerge.el (emerge-startup-hook, emerge-quit-hook):
5292         Renamed from ...-hooks.
5294         * dired.el (dired-display-file): New command, on C-o.
5296         * files.el (ctl-x-4-map): display-buffer is now C-x 4 C-o.
5298 1992-07-22  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5300         * etags.el (visit-tags-table-buffer): Look for a tags table
5301         containing buffer-file-name's tags.
5303 1992-07-22  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5305         * etags.el (last-tag): New defvar.
5306         (find-tag-noselect): Set and use it.
5308 1992-07-22  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5310         * edebug.el, gnus.el, gnusmail.el, gnusmisc.el, gnuspost.el,
5311         hideif.el, isearch-mode.el, mh-e.el, mhspool.el, netunam.el,
5312         nnspool.el, nntp.el, scheme.el, xscheme.el: Removed RCS "$Header"
5313         and "$Log" files; K. Richard Pixley <rich@cygnus.com> says they
5314         cause trouble with patches.
5316 1992-07-22  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5318         * etags.el (find-tag-noselect): Properly return
5319         find-tag-in-order's value.
5321 1992-07-22  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5323         * bytecomp.el: Removed relative jump instructions.
5324         (byte-rel-goto-ops): Variable deleted.
5325         (byte-compile-lapcode): Code to recognize potential relative jumps
5326         and patch the PC into relative jumps removed.
5327         * byte-opt.el (disassemble-offset, byte-decompile-bytecode-1):
5328         Support for relative jumps removed.
5330 1992-07-22  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5332         * Removed all Last-Modified headers.
5334 1992-07-21  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5336         * files.el (trim-versions-without-asking): Non-nil, non-t value
5337         suppresses all trimming of excess backups.  This is so we can make
5338         the @!%$@ question at save time go away....
5340 1992-07-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5342         * simple.el (kill-ring-save): Display only if interactive-p.
5344         * c-mode.el (c-backslash-region): New command.
5345         (c-append-backslash, c-delete-backslash): New functions.
5346         * c++-mode.el (c++-macroize-region, backslashify-current-line):
5347         Deleted.
5348         (c++-comment-region, c++-uncomment-region): Deleted.
5349         comment-region works just fine.
5350         (c++-beginning-of-defun, c++-end-defun, c++-indent-defun): Deleted.
5351         (c++-point-bol): Renamed from point-bol.
5352         (c++-within-string-p): Renamed from within-string-p.
5353         (c++-count-char-in-string): Renamed from count-char-in-string.
5354         (fill-c++-comment): Renamed from fill-C-comment.
5355         (c++-insert-header): Deleted.
5357 1992-07-21  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5359         * inf-lisp.el: When creating inferior-lisp-mode-map, use
5360         shared-lisp-mode-map, instead of calling the function
5361         lisp-mode-commands; that doesn't exist any more.
5362         (inferior-lisp-args-to-list): Recurse, rather than
5363         calling tea-args-to-list, which doesn't exist.
5364         (inferior-lisp-mode): Always call lisp-mode-variables with one
5365         argument; there's no longer any need to adapt to different
5366         versions of Emacs.
5368 1992-07-21  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
5370         * calendar.el (calendar-set-mode-line): New function.
5371         (list-yahrzeit-dates): Use it for mode line.
5372         * diary.el (simple-diary-display, fancy-diary-display): Use it for
5373         mode line.
5374         * diary.el (show-all-diary-entries): Use default mode line.
5375         * lunar.el (calendar-phases-of-moon): Use it for mode line.
5376         * holiday.el (list-calendar-holidays, calendar-cursor-holidays):
5377         Use it for mode line.
5379 1992-07-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5381         * dired.el (dired-remember-hidden): Fix typo in `following-char'.
5383         * add-log.el (add-change-log-entry): Avoid spurious whitespace
5384         when making new entry.  Delete excess blank lines.
5385         Really don't use "ChangeLog" as the file name in the entry.
5386         Always put a space after the colon.
5387         (add-log-current-defun): Verify the defun actually contains point.
5388         Handle the lines of a C function before the open brace.
5390         * rmail.el (rmail-undelete-previous-message): Don't catch errors.
5392         * simple.el (end-of-buffer): If buffer end is on screen, don't scroll.
5394         * c-mode.el (set-c-style): Deleted the first version of this function.
5395         It was badly written.
5396         Modified the remaining version by adding new argument GLOBAL
5397         and setting the parameters locally if GLOBAL is nil.
5399 1992-07-21  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5401         * Turfed r2bibtex.el.  Refbib.el turns out to be a newer version
5402         of the same package.
5404         * Installed co-isearch.el, new gud.el (1.19)
5406 1992-07-21  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5408         * frame.el (get-frame): Renamed to get-other-frame; get-frame
5409         sounds like a parallel to get-buffer or get-process.
5411         * c-mode.el (set-c-style): Remove the extraneous copy of this
5412         function.
5414         * c++-mode.el (within-string-p): Use `%', not `mod', as the name
5415         of the modulus function.
5417         * frame.el (frame-height, frame-width): Fixed several confusions
5418         here.
5420         * blackbox.el: When building blackbox-mode-map, locally rebind all
5421         keys to which the movement commands are bound to blackbox's
5422         movement functions.  Define the insert and kp-enter keys.
5424 1992-07-20  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5426         * blackbox.el (blackbox): Doc fix.
5427         (bb-outside-box): For some reason, this function was replaced by
5428         the comment ";; blackbox.el ends here"
5430         * dired.el (dired): Doc fix.
5432 1992-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5434         * sendmail.el (mail-send-and-exit): Just switch windows
5435         if the next window is in Rmail mode.
5437 1992-07-20  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5439         * simple.el (set-variable): If VAR has a `variable-interactive'
5440         property, use it as an interactive spec to prompt for VAL.
5441         * etags.el (tags-file-name): Give it a variable-interactive property.
5443         * etags.el (tags-table-format-hooks): Remove ctags-recognize-tags-table
5444         * ctags.el: Removed.
5445         (visit-tags-table): Don't call abbreviate-file-name.
5446         (visit-tags-file): If find-file-noselect changed the file name,
5447         propagate the change to tags-file-name and tags-table-list.
5449         * startup.el (command-line): Fixed typo in comment.
5451 1992-07-20  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5453         * bytecomp.el (byte-compile-warnings): Include the full
5454         documentation given in the comments at the top of the file in this
5455         variable's docstring.
5457 1992-07-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5459         * dired.el (dired-mark): Use prefix-numeric-value.
5461         * simple.el (kill-ring-save): Say "saved", not "killed", in messages.
5462         Let message do the formatting.
5464         * fill.el (fill-individual-paragraphs): If MAILP, skip indented headers
5465         and blank lines.
5467         * register.el (window-configuration-to-register): New function.
5468         (frame-configuration-to-register): New function.
5469         * loaddefs.el: Put them on C-x r w, C-x r f.
5470         * window.el (window-config-to-register, register-to-window-config):
5471         Deleted, along with keybindings C-x 6 and C-x 7.
5473 1992-07-19  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
5475         * cal-mayan.el: New file.  The only functions visible to the
5476         outside world are calendar-goto-mayan-date,
5477         calendar-next-haab-date, calendar-previous-haab-date,
5478         calendar-next-tzolkin-date, calendar-previous-tzolkin-date,
5479         calendar-next-calendar-round-date,
5480         calendar-previous-calendar-round-date,
5481         diary-mayan-date, and cursor-to-mayan-calendar-date.
5482         * diary.el: Autoload diary-mayan-date.
5483         * calendar.el: Autoload the 7 "goto" functions.
5484         (calendar-mode-map): Put them on keys.
5485         (calendar-mode): Describe them.
5487         * cal-french.el (french-calendar-month-name-array): Add accents to
5488         month names.
5489         (cursor-to-french-calendar-date): Add accents.
5491         * cal-french.el (calendar-goto-french-date): New function.
5492         * calendar.el: Autoload it.
5493         (calendar-mode-map): Put it on a key.
5494         (calendar-mode): Describe it.
5496         * cal-french.el (diary-french-date): Moved from diary.el and fixed
5497         accent.
5498         * diary.el: Move dairy-french-date to cal-french.el and autoload it.
5500         * diary-insert.el: Move all diary inserting commands from diary.el
5501         * diary.el: Move all diary inserting commands to diary-insert.el
5502         * calendar.el: Change autoloads for all diary inserting commands
5503         from diary.el to diary-insert.el.
5505         * calendar.el: Put ";;;###autoload" before calendar function and
5506         before list-yahrzeit-dates function.
5507         * holiday.el: Put ";;;###autoload" before holiday function.
5508         * diary.el: Put ";;;###autoload" before diary function.
5510         * cal-french.el: New file. All French Revolutionary calendar
5511         code from calendar.el has been moved here.
5513         * calendar.el: All French Revolutionary calendar code moved to a
5514         new file, cal-french.el.  Autoload cursor-to-french-calendar-date.
5516         * diary.el (list-sexp-diary-entries): Add mention of
5517         diary-sunrise-sunset, diary-lunar-phase, and diary-sabbath-candles
5518         to doc string.
5520         * calendar.el (list-yahrzeit-dates): Prompt for date of death if
5521         not called from the calendar window.  This function should now be
5522         known to the outside world.
5524         * calendar.el (diary-file): Add mention of diary-sunrise-sunset,
5525         diary-lunar-phase, and diary-sabbath-candles to doc string.
5527 1992-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5529         * bytecomp.el (compile-defun): Use displaying-byte-compile-warnings.
5530         (byte-compile-warn): Don't display the warning now, just log it.
5532         * files.el (auto-mode-alist): Recognize .texi.
5534         * rmail.el (rmail-delete-forward): Removed the feature
5535         of moving back if there's nowhere to go forward.
5537 1992-07-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5539         * etags.el (visit-tags-table-buffer): Call abbreviate-file-name on
5540         the argument before setting tags-file-name.
5542         * files.el (automount-dir-prefix): New variable.
5543         (abbreviate-file-name): Remove the automount prefix here, rather
5544         than in find-file-noselect.  Use automount-dir-prefix.
5545         (find-file-noselect): Don't remove the automount prefix here; let
5546         abbreviate-file-name take care of it.
5548 1992-07-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5550         * Keywords added for [n-z]*.el.  Finder now under construction.
5552 1992-07-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5554         * rmail.el (rmail-insert-inbox-text): Generate an alternate name
5555         to use for tofile by appending a `+' to file, not a `~'; files
5556         ending with the latter may be deleted accidentally when space is
5557         low.
5559 1992-07-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5561         * Keywords added for [a-m]*.el.  The keyword categories will
5562         probably need some tuning, but at least this will suffice
5563         for testing the finder code.
5565         * makefile.el, two-column.el, sgml-mode.el, resume.el,
5566         mail-extr.el: Installed.
5568 1992-07-16  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5570         * Changed all copying notices to GPL version 2.
5572 1992-07-16  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5574         * Finished decorating the library files with new standard headers.
5576 1992-07-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5578         * disass.el: Require `byte-compile', not 'bytecomp'.
5580         * bytecomp.el (byte-compile-file): Correct parens in interactive
5581         form so that it returns a list containing the filename and the
5582         prefix argument, not just the prefix argument by itself.
5584         * bytecomp.el (byte-compile-file): Changed reference to
5585         byte-compile-report-call-tree to use display-call-tree.
5587         * bytecomp.el (byte-recompile-directory, byte-compile-file,
5588         batch-byte-compile, byte-compile, compile-defun,
5589         display-call-tree): Added autoload cookies for these functions.
5591 1992-07-16  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5593         * etags.el: Major rewrite with many new features.
5594         * ctags.el: New file; goes with new etags.el.
5596 1992-07-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5598         * byte-run.el (defsubst): Removed extra closing paren at the end
5599         of this function.
5601 1992-07-16  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5603         * At RMS's request, all occurrences of `elisp' changed to `Emacs Lisp'.
5605         * New library headers for [fghijklmn]*.el.  First steps towards
5606           keyword-based code finder via Keywords header.
5608 1992-07-15  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5610         * New library headers for [opqrst]*.el.  Ghod, this is boring.
5612 1992-07-15  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
5614         * lunar.el: New file.  The only functions known to outside world
5615         are calendar-phases-of-moon, diary-phases-of-moon, and
5616         phases-of-moon.
5618         * calendar.el (calendar-mode): Put calendar-phases-of-moon on a key
5619         and describe it.
5621         * diary.el: Autoload diary-lunar-phase.
5623 1992-07-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5625         * loaddefs.el: Added C-x a, C-x r and C-x n as prefixes.
5626         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.
5627         Also C-x /, C-x C-a, C-x C-h, C-x +, C-x -.
5628         Added bindings for function keys insert-line, delete-line, delete-char.
5630         * bytecomp.el: Deleted support for running compiler in Emacs 18.
5631         Spell "Emacs 18" properly.
5632         (byte-compile-version): FSF 2.1.
5633         (byte-compiler-valid-options): Deleted.
5634         (byte-compile-single-version): Always return nil.
5635         (byte-compiler-version-cond): Always return the argument.
5637         * loaddefs.el: Key bindings moved here.
5638         * simple.el: From here.
5640 1992-07-14  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5642         * byte-opt.el (byte-boolean-vars): Rebuilt for Emacs 19.
5644         * screen.el: Renamed to frame.el.  The term is no longer `screen',
5645         but `frame'.  All variables and functions renamed.
5646         * x-menu.el, window.el, sup-mouse.el, sun-mouse.el, subr.el,
5647         startup.el, sendmail.el, register.el, prompt.el, mlconvert.el,
5648         loadup.el, ispell.el, isearch.el, holidays.el, fortran.el,
5649         files.el, etags.el, emerge.el, electric.el, edebug.el, dired.el,
5650         diary.el, csharp.el, compile.el, comint.el, calendar.el,
5651         buff-mune.el, bg-mouse.el, appt.el, abbrevlist.el, term/x-win.el,
5652         term/wyse50.el, term/vt200.el, term/vt100.el: All uses changed.
5653         * screen.el (screen-height, screen-width, set-screen-height,
5654         set-screen-width): Defined as aliases for frame-height,
5655         frame-width, set-frame-height, and set-frame-width.
5656         (set-frame-height, set-frame-width): Functions deleted; they are
5657         defined in frame.c.
5659 1992-07-14  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5661         * [uvwxy]*.el: Added headers for new Emacs Lisp documentation
5662         conventions.
5664 1992-07-14  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
5666         * calendar.el (calendar-mode): Change key bindings for all
5667         functions to make them consistent with Version 19 requirements.
5669 1992-07-13  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5671         * comint.el: minor changes to comments to reflect the fact that
5672         comint has won its war and replaced shell mode.
5674 1992-07-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5676         * rmailsort.el: Change copyright to FSF; update permission notice.
5678         * byte-run.el: Delete compatibility definition of make-byte-code.
5679         (byte-compiler-options): Commented out.
5680         (proclaim-inline, proclaim-notinline): Commented out.
5682         * byte-opt.el: Change several doc strings to comments.
5683         They had the wrong format anyway.
5684         Delete the `require' and the test for wrong compiler version.
5686         * disass.el: Require just bytecomp, not byte-opt.
5688         * bytecomp.el (emacs-lisp-file-regexp):
5689         Renamed from elisp-source-file-re.  All uses changed.
5690         (byte-compile-dest-file): Don't use that var.
5691         (compile-defun): Renamed from elisp-compile-defun.
5692         (byte-compile-report-ops): Define unconditionally.
5693         It's a bad idea to make function definitions of moderate size
5694         conditional on anything.
5695         (byte-compile-and-load-file): Commented out.
5696         (byte-compiler-valid-options):
5697         Renamed from byte-compiler-legal-options.
5698         (byte-compile-overwrite-file): Variable deleted.
5699         (byte-compile-file): Don't use that var.
5700         (byte-compile-compatibility):
5701         Renamed from byte-compile-emacs18-compatibility.
5702         (byte-compile-generate-emacs19-bytecodes): Variable deleted.
5703         Use byte-compile-compatibility instead.
5704         (byte-compiler-options-handler): Deleted.
5705         (byte-compile-body-do-effect, byte-compile-form-do-effect):
5706         Use defsubst, not proclaim-inline.
5708         * byte-opt.el: Renamed from byte-optimize.el.
5709         * byte-run.el: Renamed from bytecomp-runtime.el.
5710         * bytecomp.el, loadup.el: References to those files fixed.
5712         * bytecomp.el: Style corrected in calls to error.
5713         Many doc strings corrected in style.
5715         * Repeated the following changes:
5716         * bytecomp.el (byte-compile-file): Don't put file name in minibuffer.
5717         (byte-compile-buffer): Function commented out.
5719 1992-07-13  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
5721         * loaddefs.el (completion-ignored-extensions): nconc together
5722         list of common extensions and list of unix or vms-specific ones.
5724 1992-07-13  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5726         * simple.el (kill-region): The variable `undo-high-threshold' has
5727         been renamed to `undo-strong-limit'.  Change its use here.
5729 1992-07-13  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
5731         * calendar.el (exit-calendar): Bury buffers instead of killing them.
5733         (european-calendar-display-form, american-calendar-display-form):
5734         Make comma after day name conditional so it's available for more
5735         general use.
5736         (calendar-date-string): Make dayname nil instead of the empty string.
5737         (cursor-to-julian-calendar-date, cursor-to-islamic-calendar-date,
5738         cursor-to-hebrew-calendar-date, list-yahrzeit-dates): Use nodayname
5739         form of display.
5741         * diary.el (diary-islamic-date, diary-hebrew-date,
5742         insert-diary-entry, insert-anniversary-diary-entry,
5743         insert-block-diary-entry, insert-cyclic-diary-entry,
5744         insert-hebrew-diary-entry, insert-islamic-diary-entry): Use
5745         nodayname form of display.
5747 1992-07-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5749         * c-mode.el (calculate-c-indent): Don't indent as argdecl
5750         after apparent function decl inside a comment.
5752 1992-07-10  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5754         * bytecomp.el: Replaced with Jamie Zawinksi's byte compiler.
5755         * byte-optimize.el, bytecomp-runtime.el: New files, supporting
5756         bytecomp.el.
5757         * loadup.el: Load bytecomp-runtime into the dumped Emacs.
5758         * disass.el: New version of the disassembler, to fit with the new
5759         compiler.
5761         * mouse.el (mouse-select-buffer-line): Removed extraneous setting
5762         of the variable `the-buffer'; it's never used elsewhere.
5764         * mouse.el (mouse-kill): Don't set the mark; pass point and the
5765         click's position to kill-region directly.
5767 1992-07-09  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5769         * abbrev.el (write-abbrev-file): Removed extraneous interactive spec.
5771         * screen.el (current-screen-configuration,
5772         set-screen-configuration): New functions.
5774         * buff-menu.el (buffer-menu): Make ARG an optional argument.
5776         * screen.el (iconify): Call the function `make-screen-visible'
5777         instead of `deiconify-screen'; the latter no longer exists.
5779         * files.el (find-backup-file-name): Replace the reference to
5780         `backup-extract-version' with a literal `function' form.  This
5781         eliminates the use of dynamic binding, and allows us to remove
5782         backup-extract-version, which doesn't really want to be its own
5783         function.
5784         (backup-extract-version): Function removed.
5786         * help.el (help-with-tutorial): Zap the value of
5787         `buffer-auto-save-file-name', not `auto-save-file-name'.
5789         * loadup.el: Don't forget to garbage-collect after loading each
5790         file.  Yes, some of the files are small enough that it won't make
5791         much of a difference, but there's no reason not to garbage collect
5792         here (other parts of the build process are much slower), and these
5793         files might grow.
5795         * startup.el (command-line): Comment out the code which chooses a
5796         default value for split-window-keep-point; let's see if we can live
5797         without this option.
5799 1992-07-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5801         * terminal.el (te-set-escape-char): Improve messages.
5803 1992-07-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5805         * etags.el (find-tag): Don't set tags-loop-form.
5807 1992-07-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5809         * sendmail.el (mail-do-fcc): Call rmail-set-message-counters.
5811 1992-07-06  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5813         * etags.el (visit-tags-table): Remove automounter prefixes before
5814         setting tags-file-name.
5816 1992-07-06  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5818         * Moved gdb.el to =gdb.el.  The autoload generation for
5819         loaddefs.el was getting screwed up by the conflicting autoloads
5820         generated from gdb.el and gud.el.  In any case gdb.el is obsolete;
5821         we're using the gdb entry point of gud.el now.
5823         * Installed tq.el.
5825 1992-07-06  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
5827         * tex-mode.el (tex-file): Fix reference to tex-offer-save.
5829 1992-07-05  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
5831         * tex-mode.el: Require comint instead of oshell.
5832         (tex-start-shell): Use comint, not oshell.
5833         (tex-filter): Deleted function; no filter is now longer needed.
5835         * tex-mode.el (tex-run-command, latex-run-command, slitex-run-command,
5836         tex-bibtex-run-command, tex-dvi-print-command,
5837         tex-alt-dvi-print-command, tex-dvi-view-command): Change doc strings
5838         to reflect the fact that `*' will be replaced by the file name.
5839         (tex-send-command): New function to interact with comint subshell and
5840         replace `*' by the file name.
5841         (tex-file, tex-region, tex-print, tex-view, tex-bibtex-file,
5842         tex-show-print-queue): Use tex-send-command to send commands.
5844         * tex-mode.el (tex-offer-save): New variable.
5845         (tex-file): Offer to save buffers if tex-offer-save is t (default).
5847         * tex-mode.el (latex-block-names, standard-latex-block-names): New
5848         variables.
5849         (tex-latex-block): Use them to do completing-read for block name.
5851         * tex-mode.el (tex-last-temp-file): New variable to remember file
5852         name for clean up.
5853         (tex-shell-sentinel): New function--clean up when tex process dies.
5854         (tex-delete-last-temp-files): New function to do the cleanup.
5855         Add this function to kill-emacs-hook.
5856         (tex-region): Do clean up of files from last invocation.
5858         * tex-mode.el (tex-insert-quote): Make it barf on read-only buffers.
5860         * tex-mode.el (tex-terminate-paragraph): Make it barf on read-only
5861         buffers.
5863         * tex-mode.el (tex-insert-braces): Make it barf on read-only buffers.
5865         * tex-mode.el (tex-close-latex-block): Change void var `ERR' to `nil'.
5867         * tex-mode.el (tex-print): Use alternative printer when given prefix
5868         arg.
5870         * tex-mode.el (tex-mode-load-hook): New variable.
5871         Run-hooks on it.
5873 1992-07-04  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5875         * compile.el (compilation-in-progress): New variable.
5876         Add it to minor-mode-alist.
5877         (compile-internal): Cons the new process onto it.
5878         (compilation-sentinel): Remove the dead process from it.
5880 1992-07-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5882         * tex-mode.el: New version from reingold.
5884         * files.el (save-buffers-kill-emacs): Consider open net connections
5885         as possibly requiring a query.
5887 1992-07-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5889         * files.el (recover-file): Pass -L option to ls, if file is link.
5891 1992-07-01  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5893         * files.el (ctl-x-4-map): Bind `C-x 4 o' to display-buffer.
5895         * buff-menu.el (Buffer-menu-switch-other-window): New function,
5896         bound to C-o in Buffer-menu-mode-map.
5898 1992-07-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5900         * cmutex.el: Deleted, following recommendation of reingold.
5902 1992-06-30  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
5904         * startup.el (command-line-1): Signal an error if the argument to
5905         the `-insert' option isn't a string.
5907 1992-06-28  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
5909         * completion.el (completion-separator-self-insert-autofilling):
5910         Changed references to `auto-fill-hook' to `auto-fill-function'.
5911         * mh-e.el (mh-letter-mode): Same thing.
5912         * texinfo-upd.el (texinfo-update-node,
5913         texinfo-sequential-node-update): Same thing.
5915 1992-06-28  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
5917         * solar.el: New file.
5918         The only functions known to outside world are calendar-sunrise-sunset,
5919         diary-sunrise-sunset, diary-sabbath-candles, sunrise-sunset, and
5920         calendar-holiday-function-solar-equinoxes-solstices.
5922         * calendar.el (calendar-holidays): Add equinoxes and solstices.
5923         (calendar-mode-map): Add key for sunrise/sunset.
5924         Add a new variables calendar-time-display-form, calendar-latitude,
5925         calendar-longitude, calendar-location-name, calendar-time-zone,
5926         calendar-standard-time-zone-name, calendar-daylight-time-zone-name,
5927         calendar-daylight-savings-starts, calendar-daylight-savings-ends.
5928         Add autoload of calendar-sunrise-sunset.
5929         (calendar-mode): Add description of sunrise/sunset capability.
5930         (calendar-version): Changed to 5.
5932         * diary.el: Autoload diary-sunrise-sunset and diary-sabbath-candles.
5934         * holidays.el: Autoload
5935         calendar-holiday-function-solar-equinoxes-solstices.
5937 1992-06-27  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
5939         * info.el: Bindings for Info-goto-emacs-command-node and
5940         Info-goto-emacs-key-command-node in help-map moved from here...
5941         * help.el: to here.
5943         * compile.el (compile-internal): Make the buffer read-only, to
5944         remind people that they probably don't want to mess with it.
5945         (compilation-sentinel): Make the buffer temporarily writable, so
5946         we can insert the termination message.
5948         * help.el, indent.el, paragraphs.el, isearch.el, replace.el:
5949         Deleted autoload cookies from these files; they are all loaded
5950         into Emacs by loadup.el.
5951         * loaddefs.el: Removed autoload sections for the above files.
5953         * loaddefs.el: Put autoload sections in alphabetical order by file
5954         name.
5956         * replace.el (perform-replace): Remember the match data from the
5957         real occurrence found, and restore it before executing the
5958         command.  This preserves the match data across various other
5959         matching we do, and protects it from mungement while we're waiting
5960         for input.
5962         * loaddefs.el: Bind [M-right], [M-left], [M-up], and [M-down] to
5963         backward-sexp, forward-sexp, backward-list, and forward-list.
5965 1992-06-26  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
5967         * holidays.el (calendar-holiday-list): Protect holiday evaluation from
5968          bogus holidays on list.
5970 1992-06-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5972         * outline.el (outline-flag-region): Bind buffer-read-only to nil.
5974 1992-06-25  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
5976         * calendar.el, diary.el, holidays.el: Merged new versions from Ed
5977         Reingold.
5978         * calendar.el (mark-holidays-in-calendar,
5979         all-hebrew-calendar-holidays, all-christian-calendar-holidays,
5980         all-islamic-calendar-holidays, list-diary-entries-hook,
5981         diary-display-hook, nongregorian-diary-listing-hook,
5982         nongregorian-diary-marking-hook, diary-list-include-blanks): Added
5983         autoload cookie for these; Reingold's distribution suggests that
5984         these variables are ones that you are especially likely to want to
5985         customize.
5986         * holiday.el (holidays): Added autoload cookie for this.
5988 1992-06-25  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
5990         * diary.el (diary-rosh-hodesh): Change mod to % in two places.
5992 1992-06-24  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
5994         * holidays.el (calendar-holiday-function-fixed,
5995         calendar-holiday-function-float. calendar-holiday-function-julian,
5996         calendar-holiday-function-islamic, calendar-holiday-function-hebrew):
5997         Correct documentation strings.
5999         * holidays.el (calendar-holiday-function-greek-orthodox-easter):
6000         New function.
6002         * calendar.el (calendar-holidays): Add Greek Orthodox Easter to
6003         all Christian holidays list.
6005         * calendar.el:
6006         calendar-load-hook: New variable; use it with run-hooks.
6007         calendar: Describe use of calendar-load-hook.
6009 1992-06-23  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6011         * autoload.el: The docstring is the third element of a `defun'
6012         form, not the second.
6014 1992-06-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6016         * fill.el (fill-region-as-paragraph): Don't assume any indentation
6017         for a one-line paragraph.
6019         * dired.el: Complete rewrite, mostly by sk@thp.uni-koeln.de.
6020         * dired-aux.el: Other parts of dired.
6022         * files.el (enable-local-eval): Renamed from `ignore-local-eval';
6023         now has values like `enable-local-variables'.
6024         (hack-local-variables): Test `enable-local-eval' properly.
6026 1992-06-22  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6028         * autoload.el (generate-file-autoloads): Do attach a
6029         `doc-string-elt' property to `defun', `defvar', `defconst', and
6030         `defmacro'; since the files with ";;;autoload" cookies in them are
6031         never loaded into the dumped Emacs - otherwise, why would you be
6032         autoloading them?.
6034 1992-06-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6036         * fill.el (fill-region-as-paragraph):
6037         Handle fill-prefix wider than fill-column.
6038         Ensure we keep at least one word on each line.
6039         Also don't break after a period followed by just one space.
6041 1992-06-21  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6043         * screen.el (ctl-x-5-map): Removed declaration and initialization
6044         of this here; it's done in subr.el, alongside ctl-x-4-map.
6046         * autoload.el (generate-file-autoloads): If FILE is in the same
6047         directory as the current buffer's file, or a subdirectory thereof,
6048         change FILE to be a path relative to the current buffer's file.
6049         This will allow `update-autoloads-here' to find a section's file
6050         even if the Emacs tree has been moved, as it would be when
6051         installed on a different system.
6053 1992-06-19  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6055         * upd-copyr.el (update-copyright): Grok abbreviated years.
6057 1992-06-19  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6059         * lisp-mode.el (indent-sexp): The local variable `last-point' was
6060         being asked to do double-duty - `calculate-lisp-indent' needs to
6061         be given a location guaranteed to be outside of the current
6062         s-expression, but the outer loop (according to the change made Dec
6063         21 1989) needs to know where point was at the top of the loop.
6064         Added variable `starting-point' for `calculate-lisp-indent' to
6065         use.
6067         * lisp-mode.el (indent-sexp): Change the `while' loop to an `if',
6068         using `make-list' and `-' instead of `(list nil)' and `1+'.
6070 1992-06-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6072         * edebug.el (edebug-debug): Added autoload cookie for this.
6074         * etags.el (find-tag-other-frame): New function.  Bind it to
6075         `C-x 5 .'.
6077 1992-06-17  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6079         * compile.el (compilation-error-regexp-alist): Tightened up the
6080         regular expressions designed to match lint pass 2 and lint pass 3
6081         error messages.  These were too loose; they were matching the
6082         "grep exited 00:06:20" messages at the end of the buffer.
6084 1992-06-16  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6086         * upd-copyr.el (update-copyright): Do nothing if
6087         inhibit-update-copyright is non-nil.  If the user answers "no", set
6088         that to t locally.
6089         (inhibit-update-copyright): New defvar.
6091 1992-06-15  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6093         * mailabbrev.el: New version from jwz.
6095 1992-06-15  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6097         * compile.el (compilation-enter-directory-regexp,
6098         compilation-leave-directory-regexp): In strings, replace uses of
6099         "\\\(" or "\\\)" with "\\(" or "\\)".
6100         (compilation-error-regexp-alist): Remember to include newlines in
6101         all the complemented character sets; none of these should match
6102         across a newline.
6104 1992-06-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6106         * isearch-mode.el (isearch-forward): Remove sentence from doc
6107         string claiming that the key bindings are controlled by variables
6108         named `search-FOO-char'.  That was true of the old isearch.el, but
6109         now the keymap `isearch-mode-map' controls special characters in
6110         isearch-mode.
6112         * blackbox.el (blackbox): Added ;;;###autoload cookie.
6114         * add-log.el (change-log-mode): Integrated some code from the
6115         `change-log-mode' function in `text-mode.el'.  Docstring now
6116         mentions that it prevents numeric backups, and sets `left-margin'
6117         and `fill-column'.  Code now actually sets `left-margin' and
6118         `fill-column', as advertised.
6119         * text-mode.el (change-log-mode): Function deleted, since it's
6120         been superceded by the one in add-log.el.
6122 1992-06-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6124         * gnus.el (gnus-start-news-server): Criterion for using the local
6125         news spool is now that gnus-nntp-server is "::".
6127 1992-06-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6129         * gnus.el (gnus-nntp-server): Eval gnus-default-nntp-server only
6130         if bound.
6132 1992-06-12  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6134         * isearch-mode.el: New package, which will probably supercede
6135         isearch.el.
6136         (isearch-mode-map, isearch-mode-meta-map): When initializing
6137         these, remember that vectors are no longer keymaps.
6138         (isearch-update): unread-command-char is no longer -1 when
6139         there is no unread character - it's nil.
6141         * simple.el (interprogram-paste-function): Add the stipulation
6142         that the function this points to should return nil if Emacs sent
6143         the most recent string for interprogram pasting; the function
6144         should never return the same string Emacs posted with
6145         `interprogram-cut-function'.
6146         * term/x-win.el (x-last-selected-text): New variable.
6147         (x-select-text): Set it, so we can check later against returning
6148         it.
6149         (x-cut-buffer-or-selection-value): Check it, to make sure we don't
6150         return our own text.
6152 1992-06-12  Joseph Arceneaux  (jla@churchy.gnu.ai.mit.edu)
6154         * simple.el (current-kill): Fixed misnamed parameter and
6155         reorganized code slightly.
6157 1992-06-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6159         * rmailout.el (rmail-output): Get date using mail-fetch-field.
6161 1992-06-10  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
6163         * compile.el (compile-internal): Do buffer-disable-undo here.
6164         (compilation-mode): Not here.
6166 1992-06-10  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6168         * simple.el (rotate-yank-pointer): Move the guts of this to
6169         current-kill, and get rid of the optional DO-NOT-MOVE argument.
6170         (current-kill): Rotate the yank pointer here.
6172 1992-06-09  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6174         * subr.el (one-window-p): Rename argument ARG to NOMINI, so
6175         that the docstring will agree with the argument list generated
6176         by make-docfile.c.
6178         * simple.el (kill-region): Undo May 20th change - add back
6179         Roland McGrath's hack of June 17, 1991, which allows
6180         kill-region to work on read-only buffers - in read-only
6181         buffers, it acts just like copy-region-as-kill.
6183 1992-06-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6185         * electric.el (Electric-command-loop): Set last-command after each cmd.
6187         * server.el (server-buffer-clients): Add permanent-local property.
6189 1992-06-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6191         * csharp.el (c-find-nesting): Renamed from csharp-find-nesting.
6192         Add autoload.
6193         All other functions in this file renamed to start with c-find-nesting.
6195 1992-06-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6197         * window.el (split-window-keep-point): Make it t by default.
6199 1992-06-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6201         * simple.el (delete-blank-lines): Handle special case near eob.
6203 1992-06-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6205         * simple.el (universal-argument): Don't call describe-arg.
6206         Pass t as 2nd arg to read-key-sequence.
6207         (prefix-arg-internal): Likewise.
6209 1992-06-04  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
6211         * startup.el (command-line): Run after-init-hook.
6212         Renamed pre-init-hook to before-init-hook for consistency with
6213         e.g., before-change-function.
6214         (after-init-hook): New defvar.
6215         * screen.el: Use before-init-hook instead of pre-init-hook.
6217 1992-06-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6219         * simple.el: Doc fix.
6221 1992-06-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6223         * info.el (Info-enable-edit): Now a user option.
6225 1992-06-03  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
6227         * sendmail.el (mail-signature): Suppress move to end of buffer if
6228         we gave a prefix argument (requested by Bob Chassell).
6230 1992-06-03  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
6232         * add-log.el (add-change-log-entry): Match the file name followed
6233         by a colon in an existing entry.
6234         To find a blank line, search for one containing only whitespace,
6235         not two consecutive newlines.
6236         When adding to an existing entry, open a line and indent.
6238 1992-06-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6240         * add-log.el (change-log-mode): Set version-control to 'never
6241         locally.  Set adaptive-fill-regexp.  Make paragraph-separate
6242         match date lines.
6244         * bytecomp.el (byte-compile-file): Don't put file name in minibuffer.
6245         (byte-compile-buffer): Function commented out.
6247         * lisp-mode.el (lisp-indent-line): Keep point unchanged in ;;;
6248         line.
6250 1992-06-02  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
6252         * add-log.el (add-change-log-entry): If the visited file is in
6253         the directory tree under the directory containing the change
6254         log file, insert the path to it from there, rather than just
6255         the file name.  Also removed setq of random variable
6256         `formatted-revision'.
6258 1992-06-02  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6260         * yow.el: Somehow, the semicolons introducing the comment on the
6261         first line disappeared.  Put them back.
6263 1992-06-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6265         * subr.el (eval-current-buffer): Add as alias for eval-buffer.
6267         * calendar.el (calendar): Add an autoload.
6268         * cal.el: File deleted.
6270 1992-06-02  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
6272         * add-log.el: Fixed copyright years to not use a range.
6273         (change-log-mode): Added docstring.
6274         (add-change-log-entry): Put a space between the file name and
6275         "(function name):".  Put a colon after the file name if we have
6276         found no function name.
6278 1992-06-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6280         * edebug.el (edebug-eval-buffer): New function.
6281         Install it in place of eval-buffer if eval-buffer is defined.
6282         (edebug-eval-current-buffer): Define this, not eval-current-buffer.
6283         Use fset to install it in place of eval-current-buffer.
6284         ??? mlconvert.el needs fixing too.
6286         * ispell.el: Add some autoloads.
6287         (ispell-word): Accept prefix arg, meaning do ispell-next.
6289 1992-06-01  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6291         * simple.el (current-kill): Name the variable which holds the
6292         value from other programs to be pasted interprogram-paste, not
6293         interprogram-cut.
6295         * files.el: Bind find-file-other-screen to C-x 5 C-f as well as
6296         C-x 5 f, for symmetry with C-x C-f.
6298 1992-06-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6300         * asm-mode.el (asm-mode-map): Don't override RET.
6302         * teco.el: Rename `teco:' to `teco-' in all symbols.
6303         (teco-command): Make it autoload.
6305         * edebug.el (edebug-defun): Make it autoload.
6307         * hexl.el (hexl-save-buffer): Return t.
6308         (hexl-mode): Put hexl-save-buffer in write-contents-hooks.
6309         (hexl-mode-map): Put the 1k page commands on C-x [ and C-x ].
6311         * diff.el: Doc fix.
6313         * fill.el (fill-region-as-paragraph): Treat } like closeparen.
6314         If a fill prefix is specified globally, always use that one.
6316         * flow-ctrl.el (evade-flow-control-memstr=): Renamed from memstr=.
6318 1992-05-31  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
6320         * bibtex.el: merged in alarson's changes
6322         * simula.el: replaced Bj|rn Hessen's version with Hans Henrik
6323           Eriksen's improved version (both of them wanted it this way).
6325 1992-05-31  Noah Friedman  (friedman@splode.com)
6327         * subr.el (lambda): Added docstring.
6329 1992-05-31  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
6331         * gdb.el nuked --- subsumed by gdb entry point of gud.el
6333         * dbx.el nuked --- subsumed by dbx entry point of gud.el
6335         * session.el nuked --- saveconf.el is better
6337         * add-log.el now contains the add-log-new.el changes which merge
6338         consecutive entries by the same user on the same day and try to
6339         auto-generate both the file key and function changed fields --- the
6340         old version still exists in the ~n~ files if this loses, but
6341         the code looks good.
6343 1992-05-30  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
6345         * profile.el: installed
6347         * cus-print.el: installed
6349 1992-05-30  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6351         * startup.el (normal-top-level): Call abbreviate-file-name instead
6352         of writing out its code.
6354         * comint.el: Merged with Olin Shivers' comint version 2.03.
6355         (comint-version): Changed accordingly.
6356         (comint-previous-input-matching): Bind this to c-m-r, rather
6357         than c-c c-r.
6358         (comint-exec-hook): Make this variable buffer-local.
6359         (comint-exec): Put the code which feeds the startfile to the
6360         inferior inside the let which binds ``proc'', as suggested by
6361         the indentation.
6362         (comint-read-noecho): New optional argument STARS, which
6363         causes input to be echoed with '*' characters on the prompt
6364         line.
6365         (send-invisible): Change prompt from "Enter non-echoed text: "
6366         to "Non-echoed text: ".  This conforms with the convention
6367         used by existing prompts, and gives more room to type stuff.
6369         * comint.el (comint-last-input-start): New varible.  In
6370         particular, this helps support subprocesses that insist on echoing
6371         their input.  Added comments to porting guide indicating that
6372         this should probably not be used for implementing history stuff.
6373         (comint-mode): Create and initialize comint-last-input-start as a
6374         buffer-local var.
6375         (comint-send-input): Set comint-last-input-start when we send the
6376         input.
6377         Porting documentation at end of file adjusted to describe the
6378         differences between the old shell mode's last-input-start variable
6379         and comint-last-input-start.
6380         * telnet.el (telnet-send-input): If telnet-remote-echos is
6381         non-nil, use comint-last-input-start and comint-last-input-end to
6382         delete the input we just sent.
6384 1992-05-29  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6386         * simple.el (append-to-buffer): When called interactively, default
6387         to (other-buffer nil t).  This way, it will offer to insert into
6388         the buffer in the other window.
6390 1992-05-27  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6392         * term/x-win.el (x-cut-buffer-or-selection-value): New function.
6393         Set interprogram-paste-function to use it.
6394         (x-select-text): For backwards compatibility, set cut buffer 0 as
6395         well as claiming ownership of the other selections.
6397 1992-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6399         * simple.el (indent-new-comment-line): Change handling of
6400         comment-multi-line (which is effectively obsolete now).
6402 1992-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6404         * simple.el (set-selective-display): Keep vpos of point constant.
6406 1992-05-24  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
6408         * calendar.el (list-yahrzeit-dates): New function.
6409         (hebrew-calendar-yahrzeit): Moved from diary.el.
6411         * diary.el (hebrew-calendar-yahrzeit): Moved to calendar.el.
6412         diary-ordinal-suffix: Give correct suffix for 111, 112, 113, 211,
6413         212, 213, etc.
6415 1992-05-21  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6417         * mouse.el: Emulate the Emacs 18 mouse button bindings for now.
6418         (mouse-yank-at-click): New function.
6420         * term/x-win.el (x-select-text): Don't bother to check if the
6421         window system is X; if it isn't, then this function would never
6422         have been defined, let alone called.  Is this right, Joe?
6424         * simple.el (interprogram-paste-function): New hook, for getting
6425         the current pasting text from the window system.
6426         (kill-ring): Doc fix, encouraging people to use the functions
6427         below instead of manipulating the kill ring directly, since the
6428         functions correctly deal with interprogram cutting and pasting.
6429         (kill-new): New function.
6430         (kill-append): Added doc string.  Be sure to call the
6431         interprogram-cut-function on the new string.
6432         (current-kill): New function.
6433         (rotate-yank-pointer): New optional argument do-not-move, to
6434         support vi.el and vip.el's style of ring access.
6435         (kill-region, copy-region-as-kill): Call kill-new, instead of
6436         writing out all the logic.
6437         (yank-pop): Use current-kill, rather than assuming that
6438         kill-ring-yank-pointer points to the text you should use.
6439         (yank): Use current-kill, instead of calling rotate-yank-pointer
6440         and then fetching through the kill-ring-yank-pointer.
6441         * vi.el (vi-put-before): Instead of figuring out the index into
6442         the kill-ring and fetching directly, call current-kill.
6443         * vip.el (vip-put-back, vip-Put-back, ex-copy): Use current-kill,
6444         don't access the kill ring directly.
6445         * term/x-win.el: Set interprogram-paste-function to
6446         'x-selection-value.
6447         * sun-fns.el (mouse-yank-at-point): Instead of rotating the yank
6448         pointer one spot and then accessing the kill ring directly, just
6449         call the function current-kill with an argument of one.
6451         * simple.el (kill-ring-save): Blink to the other end of the saved
6452         region, if it's on the screen, or print out the text if it's not,
6453         instead of printing the number of characters saved.  Nobody cares
6454         how many characters were saved, and it's hard to interpret
6455         intuitively.
6457         * screen.el (ctl-x-3-map): Renamed to ctl-x-5-map, and now bound
6458         to C-x 5, not C-x 3.  This makes a nicer analogy with C-x 4.
6459         Moving split-window-horizontally to C-x 3 also makes a nicer
6460         analogy with C-x 2.
6461         * files.el, sendmail.el, subr.el: Uses of ctl-x-3-map here
6462         renamed.
6463         * window.el: Binding of split-window-horizontally moved from C-x 5
6464         to C-x 3.
6466 1992-05-20  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6468         * simple.el (kill-region): This used to forgo actually deleting
6469         the region if the buffer was read-only, meaning that the command
6470         would silently copy the region to the kill ring, but leave the
6471         buffer unmodified.  Now it tries to delete the region, even if the
6472         buffer is read-only; go ahead and get the error.
6474 1992-05-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6476         * subr.el (one-window-p): If arg is t, completely avoid minibuffer.
6478 1992-05-19  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6480         * version.el (version): New alias for emacs-version.
6482 1992-05-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6484         * startup.el (normal-top-level): Typo: s/getev/getenv/.
6486 1992-05-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6488         * subr.el (lambda): Define this as a macro which wraps the lambda
6489         expression in a (function ...) quoter.  This means that you don't
6490         need to write out the cursed ``function'' any more.  It might be
6491         cleaner to simply change the way the interpreter and compiler
6492         treat lambda.
6494         * loadup.el: Disable undo recording in scratch while we load all
6495         the files; re-enable them before we dump.
6497 1992-05-12  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6499         * startup.el (normal-top-level): If (getenv "PWD") or (getenv
6500         "HOME") refer to the same directory as default-directory, change
6501         default-directory to the shortest of the three.
6503         * disass.el (disassemble-internal): Use indirect-function instead
6504         of just looping.
6506 1992-05-12  Joseph Arceneaux  (jla@churchy.gnu.ai.mit.edu)
6508         * simple.el (kill-region): Call the interprogram-cut-function if
6509         it's non-nil.
6511         * term/x-win.el (x-select-text): New function for selecting text,
6512         asserts both PRIMARY and CLIPBOARD selections.
6514 1992-05-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6516         * ftp.el (ftp-command): Correctly ignore lines without status codes.
6518         * fill.el (fill-individual-paragraphs): Choice of two modes,
6519         controlled by fill-individual-varying-indent.
6521 1992-05-05  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
6523         * files.el (save-some-buffers): Use save-excursion around whole
6524         fn, rather than several inside.
6526 1992-05-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6528         * terminal.el (terminal-emulator): Use process-enironment, not env.
6529         Get rid of code that used start-subprocess.
6531 1992-05-03  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
6533         * mailabbrev.el (mail-abbrevs-v18-munge-map): Use define-key
6534         instead of making up an extra alist and nconcing it onto the keymap.
6536 1992-05-02  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
6538         * calendar.el (generate-calendar-month): Center heading over each
6539         month.
6541 1992-04-30  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6543         * loaddefs.el: Moved (put 'narrow-to-page 'disabled t)...
6544         * page.el: To here.
6546 1992-04-28  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6548         * mh-e.el (mh-signature-file-name): New variable.
6549         (mh-insert-signature): Use it.
6551 1992-04-27  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
6553         * mailabbrev.el: New version from jwz.
6555 1992-04-26  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
6557         * loaddefs.el: Removed (put 'narrow-to-region 'disabled t).
6558         It is done in simple.el.
6560 1992-04-25  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6562         * dired.el (dired-mode): Make the modeline display the entire path
6563         of the directory, not just the buffer name.
6565 1992-04-24  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6567         * flame.el: Add "flame-" prefix to internal functions, to conform
6568         with the naming conventions of the rest of Emacs.
6570 1992-04-21  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6572         * doctor.el (doctor-svo): Deleted second expression from top let
6573         binding; it used to read "(let ((foo <exp> sent)) ...)"; let
6574         bindings can only have one expression.
6576         * flame.el: We might as well (provide 'flame).
6578 1992-04-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6580         * startup.el (normal-top-level): Don't change default-directory to
6581         (getenv "PWD") unless they actually refer to the same directory.
6583         * rmail.el (rmail-unix-mail-delimiter): Doc fix.
6585 1992-04-17  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6587         * rmail.el (rmail-unix-mail-delimiter): Don't bother giving this a
6588         docstring; move it to a comment.
6590 1992-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6592         * cmacexp.el: Doc fix.
6594 1992-04-15  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6596         * simple.el (reindent-then-newline-and-indent,
6597         newline-and-indent): Call the newline function instead of saying
6598         (insert ?\n), so that auto fill mode will break lines correctly.
6600         * upd-copyr.el (update-copyright): Used to not change the
6601         copyright version when user elected to update the copyright year,
6602         but would change it when user decided not to update.  Now doesn't
6603         do anything unless user gives permission, and when the user does
6604         give permission, does everything.
6606         * rmail.el (rmail-unix-mail-delimiter): New variable.
6607         (rmail-convert-to-babyl-format): Use it to recognize the start of
6608         an mbox message.
6609         (rmail-nuke-pinhead-header): Same.
6611 1992-04-15  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6613         * compile.el (compilation-find-buffer): Optional non-nil arg says
6614         to try to find some buffer other than the current one.
6616 1992-04-10  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
6618         * holidays.el (calendar-cursor-holidays): Signal error when cursor
6619         is not on a date.
6621 1992-04-08  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6623         * doctex.el, gdb.el, mh-e.el, vip.el: Use
6624         point{,-min,-max,-marker} functions instead of
6625         dot{,-min,-max,-marker}.
6627 1992-04-07  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
6629         * mailabbrev.el (mail-abbrev-expand-hook): Rewritten so it won't
6630         loop if a single address doesn't fit within fill-column.
6632 1992-04-05  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
6634         * mailabbrev.el (sendmail-v18-self-insert-command): Just pass arg
6635         to sendmail-pre-abbrev-expand-hook.
6636         (sendmail-pre-abbrev-expand-hook): Take optional arg; if non-nil,
6637         call self-insert-command with it, and don't do expand-abbrev; just
6639 1992-04-06  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6641         * lpr.el (lpr-command): Make this variable settable.
6643 1992-04-03  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6645         * files.el (revert-buffer): Reverse the sense of the prefix
6646         argument; by default, do not offer to revert from the auto-save
6647         file.
6649 1992-04-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6651         * files.el (write-contents-hooks): New variable.
6652         (basic-save-buffer): Use write-contents-hooks like write-file-hooks.
6654 1992-03-31  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6656         * bytecomp.el (byte-compile-let, byte-compile-let*): Signal an
6657         error message if a binding has more than one value form.
6659         * sendmail.el (mail-position-on-field): Search for the mail header
6660         separator only occurring at the beginning of a line.  Insert new
6661         headers correctly even if there are no other headers.
6663         * loadup.el: When finding pointers to doc strings, place the doc
6664         file in ../etc, not ../share-lib.  It's been renamed.
6666 1992-03-24  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6668         * mailabbrev.el: New version from jwz.
6670         * mailabbrev.el (mail-abbrev-expand-hook): If an address in the
6671         expansion begins with a /, turn it into an FCC header.
6673         * mailabbrev.el: Major rehacking.  Should work in 18 and 19.
6675 1992-03-23  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
6677         * simple.el (copy-region-as-kill): Doc fix.
6679 1992-03-16  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6681         * Moved provide clauses to bottom of every elisp file that
6682         contains one.
6684         * simple.el (undo): Don't print the "Undo!" message if we're in
6685         the minibuffer.
6687 1992-03-16  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
6689         * upd-copyr.el (update-copyright): Don't update the GPL version or
6690         replace the notice if the user said not to update the copyright.
6692 1992-03-11  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6694         * sendmail.el (mail-fcc): New function.
6695         (mail-mode-map): Bind C-c C-f C-f to mail-fcc.
6697         * sendmail.el (mail-position-on-field): Recognize the
6698         mail-header-separator string, even when it's at the beginning of
6699         the buffer.
6701 1992-03-11  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
6703         * map-ynp.el (map-y-or-n-p): Doc fix.
6705 1992-03-07  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6707         * upd-copyr.el (update-copyright): Take two new optional args, to
6708         ask the user whether to update, and whether to replace the year.
6709         When asking the user, narrow it down to things that look like GPL
6710         notices.
6711         (ask-to-update-copyright): New function, meant to be put on
6712         write-file-hooks.
6714 1992-03-05  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
6716         * compile.el (compilation-mode-hook): New variable.
6717         (compilation-mode): Run it.
6718         (compilation-search-path): Made user variable, added autoload cookie.
6719         (compilaton-window-height): Added autoload cookie.
6721 1992-02-27  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
6723         * hack-local-variables: Don't take a FORCE argument; it's as easy
6724         to bind enable-local-variables to t for a while as it is to pass
6725         an extra argument, and it's cleaner.
6726         * normal-mode: Instead of passing the FORCE argument, bind
6727         enable-local-variables.
6729         * set-auto-mode: Don't check for the -*- mode tag if
6730         enable-local-variables is nil.
6732         * loaddefs.el (auto-mode-alist): There's no reason for this
6733         definition and initialization to be here; moved it to...
6734         * files.el: Here.
6736 1992-02-21  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
6738         * telnet.el (read-password): Let the quit character terminate
6739         password entry.
6741 1992-02-07  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
6743         * info.el: Doc fix.
6745 1992-01-27  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
6747         * simple.el (universal-argument): Read key sequences, not single
6748         keys.  Renamed `c-u' to `factor'.  Describe the argument in the
6749         minibuffer as it is read.
6750         (prefix-arg-internal): Same changes here.  Renamed CHAR argument
6751         KEY, to reflect the fact that it can now be an event sequence.
6752         (describe-arg): New function (actually, uncommented).
6753         (digit-argument, negative): Call prefix-arg-internal with a
6754         string for KEY argument, not a character.
6756         * simple.el (digit-argument): Strip off high bit of
6757         last-command-char.
6759 1992-01-17  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
6761         * term/tvi970.el: New file.
6763 1992-01-16  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6765         * screen.el: Don't automatically bind C-z to iconify; this is
6766         inappropriate on terminals.
6767         * term/x-win.el: Bind C-z to iconify here.
6769 1992-01-15  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
6771         * term/wyse50.el: Rewritten to use function-key-map.
6773         * simple.el: Include bindings for [up], [down], [left], and [right].
6775 1992-01-13  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
6777         * setenv.el: New file.
6779         * simple.el (x-select-kill): Variable removed.
6780         (interprogram-cut-function): New variable.
6781         (copy-region-as-kill): Use it.
6783         * term/new-at386.el: Rewritten to use function-key-map.
6785 1992-01-10  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
6787         * flow-ctrl.el: installed.
6789 1992-01-08  Jim Blandy  (jimb at occs.cs.oberlin.edu)
6791         * simple.el (temporary-goal-column): Added missing closing paren.
6793 1991-12-25  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
6795         * mail-utils.el (mail-strip-quoted-names): Return nil if given nil.
6797 1991-12-23  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
6799         * debug.el (cancel-debug-on-entry): Complete over debugged functions.
6801 1991-12-21  Jim Blandy  (jimb at occs.cs.oberlin.edu)
6803         * at386.el: Moved to term/at386.el, changed to use
6804         function-key-map.
6806 1991-12-20  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
6808         * term/news.el, term/vt100.el: Converted to use function-key-map
6809         instead of old keypad.el.
6810         * term/sun.el: Console key sequences converted to use
6811         function-key-map; emacstool bindings left alone.
6813 1991-12-16  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
6815         * mailabbrev.el: New file.
6816         * sendmail.el (mail-setup): Delete code for mail-aliases.
6817         Call mail-aliases-setup instead.
6818         (sendmail-send-it): Delete code for mail-aliases.
6819         (build-mail-aliases, expand-mail-aliases): Autoloads deleted.
6821 1991-12-14  Eric S. Raymond  (eric at mole.gnu.ai.mit.edu)
6823         * etags.el (find-tag-noselect): fixed subtle bug due to
6824         save-excursion.
6826           (tags-tag-match): new function, made smarter about exact matches.
6828 1991-12-13  Eric S. Raymond  (eric at mole.gnu.ai.mit.edu)
6830         * perl-mode.el: installed.
6832 1991-12-13  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
6834         * sendmail.el (mail-default-headers): New user variable.
6835         (mail-setup): Insert value of that variable.
6837 1991-12-11  Eric S. Raymond  (eric at mole.gnu.ai.mit.edu)
6839         * c-mode.el: added C++ style to c-style-alist.
6841         * at386.el: installed.
6843 1991-12-09  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
6845         * man.el (nuke-nroff-bs): Simplify o^H+.  Delete "reformatting" msg.
6847 1991-12-08  Eric S. Raymond  (eric at mole.gnu.ai.mit.edu)
6849         * blackbox.el: Applied doc patch.  No functions affected.
6851         * etags.el: support new (find-tag-noselect) entry point.
6853         * info: patched to restore point on `up' to previously visited buffer.
6855         * sccs.el: installed 3.5
6857 1991-12-08  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
6859         * simple.el (universal-argument): If there is already an argument
6860         specified, don't toss it and read a new one; instead, end argument
6861         processing and read the next key literally.
6862         (digit-argument, negative-argument): Doc fix.
6864         * tar-mode.el (tar-subfile-save-buffer): Use the new current-time
6865         subr to generate real timestamps.
6866         (tar-update-datestamp): Remove docstring paragraph that claims the
6867         feature is not implemented.  Remove similar paragraph from TO DO
6868         list at top of file.
6870 1991-12-08  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
6872         * diff.el (diff-internal-diff): New subroutine.
6873         (diff): Removed from here.
6874         (diff-sccs, diff-rcs): New commands using diff-internal-diff.
6875         (diff-rcs-extension): New variable.
6877 1991-12-05  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
6879         * apropos.el, doctex.el, help.el, paths.el, spook.el, yow.el:
6880         These files expected to find their data in exec-directory, but
6881         their data is now located under data-directory.  Changed to use
6882         data-directory as appropriate.
6883         * loadup.el: Changed to use the appropriate path names.
6885 1991-12-02  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
6887         * mailalias.el (define-mail-alias): Handle quoted aliases.
6889 1991-11-30  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
6891         * simple.el (prefix-arg-internal): Make C-u end the arg.
6892         Doc fixes on the argument commands.
6894 1991-11-28  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
6896         * emacsbug.el (report-emacs-bug): Now autoloaded.
6898 1991-11-24  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
6900         * simple.el: Doc fix.
6902 1991-11-15  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
6904         * startup.el (command-line): Don't bother catching errors that
6905         occur while the window system file is loading; cmd_error can now
6906         properly handle errors that occur before screens are set up
6907         properly.
6909         * startup.el (command-line): baud-rate is a variable, not a
6910         function.
6912 1991-11-14  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
6914         * info.el (Info-mode): Mention Info-directory in the list of
6915         commands in the docstring.
6916         (Info-follow-nearest-node): Rebalance parens.
6918 1991-11-11  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6920         * find-dired.el: New version munged by sk for tree dired.
6922 1991-11-06  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
6924         * screen.el (screen-initialize, screen-notice-user-settings):
6925         Renamed global-minibuffer-screen to default-minibuffer-screen.
6927 1991-11-05  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
6929         * diary.el (diary-rosh-hodesh): Add Erev Rosh Hodesh to the diary,
6930         as needed.
6932 1991-10-31  Richard Mlynarik  (mly at peduncle)
6934         * ebuff-menu.el (eletric-buffer-menu-mode-map):  Define
6935         < and > to scroll-left and scroll-right per user suggestion.
6937 1991-10-31  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
6939         * files.el (cd): Don't bother calling pwd after changing the
6940         directory.
6942         * shell.el (shell-mode): Doc fix.
6944         * screen.el (screen-notice-user-settings): When replacing the
6945         initial screen with a minibuffer-only screen, append the original
6946         screen's parameters to initial-screen-parameters, so that moves
6947         and resizes may take place if appropriate.
6949         * cmushell.el: This is now the real shell.el.  Removed the "cmu"
6950         prefix from names.
6951         (shell): Marked this to be autoloaded.
6953 1991-10-29  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
6955         * files.el (find-file-noselect): Extract filename abbreviation
6956         code into separate function.
6957         (abbreviate-file-name): This is that.
6959         * files.el (after-find-file): If the directory containing the file
6960         doesn't exist, offer to create it.
6961         (make-directory-path): New function to support this offer.
6963 1991-10-28  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
6965         * macros.el (apply-macro-to-region-lines): Use a marker to keep
6966         track of the next line to operate on, so the macro can delete or
6967         add lines.
6969 1991-10-26  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
6971         * disass.el (disassemble): Correctly distinguish functions with no
6972         interactive spec and functions that are (interactive).  Correctly
6973         extract components of explicit calls to byte-code (old-style
6974         compiled functions).  Correctly pass byte code of function to
6975         disassemble-1.
6976         (disassemble-1): Use nth to extract components of explicit call to
6977         byte-code, not car and cdr.
6979 1991-10-25  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
6981         * lisp-mode.el (eval-print-last-sexp): Saying (terpri
6982         (current-buffer)) after evaluating the expression does bad things
6983         if the expression changes the current buffer, so bind
6984         standard-input to the buffer that is current before evaluation.
6986 1991-10-21  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6988         * compile.el (compilation-buffer-name-function,
6989         compilation-finish-function): Add autoload cookie for these.
6991 1991-10-15  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
6993         * info.el (Info-follow-nearest-node): Adjusted for new return
6994         value format from coordinates-in-window-p.
6996 1991-10-08  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
6998         * add-log.el (change-log-name): New fn.
6999         (add-change-log-entry, add-change-log-entry-other-window): All
7000         args optional.  FILE-NAME defaults to new var
7001         `change-log-default-name'.  Give this var a local value in the
7002         buffer we were run from, pointing to the file we found.
7004 1991-10-07  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
7006         * compile.el (compilation-buffer-p): New fn.
7007         (compilation-find-buffer, compile-goto-error): Use it.
7009 1991-10-05  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
7011         * compile.el (compile-internal): Don't make state vars local.
7012         (compilation-mode): Do it here.
7013         (compilation-parse-errors-function, compilation-error-message):
7014         Give initial values.
7015         (compile-goto-error): Look for compilation-error-list rather than
7016         compilation-parse-errors-function in the buffer-local variables
7017         to see if this is a compilation buffer, because the latter might
7018         not be local.
7020 1991-10-04  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7022         * files.el (revert-buffer): Call verify-visited-file-modtime with
7023         one arg (the current buffer), instead of none.
7025 1991-10-04  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
7027         * rmail.el: Changed two regexps not to look specifically for 19yy
7028         for years; look for yyyy instead.  Planning for the millenium.
7030 1991-10-03  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
7032         * version.el (emacs-version): (From Bob:) Take optional arg
7033         (prefix arg) to insert version text at point.
7035 1991-09-26  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7037         * info.el (Info-default-directory-list): defvar this instead of
7038         defconsting it, so paths.el can set it.
7040 1991-09-26  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7042         * map-ynp.el (map-y-or-n-p): Fixed for lists containing nil.
7044 1991-09-10  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
7046         * autoload.el (batch-update-autoloads): Use catch and throw to
7047         give up on a file altogether if it gets an error.
7049         * autoload.el (update-file-autoloads): Always check the old section.
7050         If the file has no cookies, it will be deleted and not replaced.
7052 1991-09-08  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7054         * simple.el (line-move): After C-e, do consider eol of blank line.
7055         Don't treat start of blank line as eol.
7057 1991-09-07  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7059         * fill.el (fill-individual-paragraphs):
7060         Find a fill-prefix that works for the whole paragraph.
7062         * simple.el (line-move): Don't treat start of blank line as eol.
7064 1991-09-03  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7066         * debug.el (debugger-step-through): Fix message typo.
7068 1991-09-02  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7070         * server.el (server-start): Delete old socket in /tmp as well as in ~.
7072 1991-08-26  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7074         * abbrev.el, chistory.el: Remove periods from error messages.
7076 1991-08-25  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7078         * help.el (describe-function, describe-variable):
7079         Return the same text as was displayed.
7081         * files.el: Doc fix.
7083         * files.el: Don't require map-ynp.
7084         * map-ynp.el: No need for provide.
7085         * loadup.el: Load map-ynp.
7087 1991-08-23  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
7089         * calendar.el (calendar-last-day-of-month, calendar-leap-year-p,
7090         calendar-day-number, calendar-absolute-from-gregorian): Change
7091         from functions to macros for speed.
7093 1991-08-22  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
7095         * files.el (find-backup-file-name):
7096         (apply fun (cons first rest)) => (apply fun first rest).
7097         Come on, guys.
7099 1991-08-20  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
7101         * rmail.el (rmail-convert-to-babyl-format): Roland added the
7102         missing paren in the wrong place; fixed.
7104         * screen.el (screen-initialize): Added missing `function' around
7105         lambda expression.
7107 1991-08-20  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7109         * files.el (switch-to-buffer-other-screen,
7110         find-file-read-only-other-screen): Remove extra parens.
7112         * rmail.el (rmail-convert-to-babyl-format): Add missing paren.
7114 1991-08-19  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
7116         * calendar.el (redraw-calendar): Preserve cursor location in
7117         redrawing.
7118         (extract-calendar-month, extract-calendar-day,
7119         extract-calendar-year):
7120         Change from functions to macros to speed up computation.
7122         * holiday.el:
7123         calendar-holiday-function-rosh-hashanah-etc: Correct date of Selichot.
7125 1991-08-18  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7127         * rmail.el (rmail-convert-to-babyl-format):
7128         If can't find end of babyl header or babyl message,
7129         try to resync with next ordinary message.
7131 1991-08-17  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
7133         * doctor.el (doctor-strangelove): New fn.
7134         (doctor-member): Removed.
7135         (doctor-doc): Use member instead of doctor-member.
7136         (doctor-rms): Restored.
7138 1991-08-16  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7140         * term/x-win.el: Removed obsolete definitions for function keys.
7142 1991-08-15  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
7144         * screen.el (screen-create-initial-screen): Renamed to
7145         screen-initialize.  Arrange to cause errors if people try to
7146         create screens when no window system is running.
7148         * loadup.el: load screen.el into the dumped emacs.
7150         * subr.el (add-hook): Cons FUNCTION onto the value of the symbol
7151         HOOK, not the symbol itself.
7153         * loaddefs.el (ctl-x-4-map): Move definition from here...
7154         * subr.el (ctl-x-4-map): To here.
7155         (ctl-x-3-map): New prefix.
7156         (mouse-map): Deleted.
7158         * screen.el (new-screen-x-delta, new-screen-y-delta,
7159         new-screen-position): Removed.
7160         (new-screen): Simplified.
7161         (split-to-other-screen): Removed.
7162         (switch-to-buffer-other-screen, find-file-other-screen,
7163         find-file-read-only-other-screen, mail-other-screen): Moved, along
7164         with their keybindings, to...
7165         * files.el (switch-to-buffer-other-screen, find-file-other-screen,
7166         find-file-read-only-other-screen): Here...
7167         * sendmail.el (mail-other-screen): And here.
7169 1991-08-14  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
7171         * files.el (generate-new-buffer): Function moved here from
7172         src/buffer.c.
7173         (set-visited-file-name): Use the new argument to rename-buffer.
7175         * macros.el (apply-macro-to-region-lines): Don't complain if there
7176         is no defined keyboard macro if one was passed as an argument.
7177         Don't test if macro is null inside the loop; set it to
7178         last-kbd-macro outside the loop.
7180 1991-08-14  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7182         * info.el: Removed bindings and help reference to nonexistent
7183         mouse commands.
7184         (Info-default-directory-list): New defconst, list to initialize
7185         Info-directory-list with by default.
7186         (info): Initialize Info-directory-list to
7187         Info-default-directory-list if there is no INFODIR envariable.
7188         * paths.el (Info-default-directory-list): Define instead of
7189         Info-directory-list.
7191 1991-08-13  Ken Raeburn  (raeburn@watch.com)
7193         * time.el (display-time-24hr-format): New variable.
7194         (display-time-filter): If display-time-24hr-format is non-nil,
7195         display time in 24-hour format, rather than using AM/PM suffix.
7196         Also, don't blow up in substring if load average is unavailable.
7198 1991-08-13  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7200         * screen.el: Incorporated other-screen functions and key bindings.
7202         * screen.el: iconification code reworked; this code will require
7203         a mapping hook of some sort to work correctly.
7205         * screen.el, term/x-win.el: Renamed screen-default-alist to
7206         default-screen-alist.
7207         (default-screen-alist): Moved declaration to screen.c; the
7208         screen creation subrs should consult this transparently.
7210         * term/x-win.el (x-get-resources, x-pop-initial-window): Functions
7211         deleted.  Don't call them at the bottom of the file anymore.
7213 1991-08-12  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
7215         * simple.el (undo-start): Doc fix: undo-pointer -> pending-undo-list.
7217         * files.el (save-some-buffers): Add missing `(and' and matching
7218         `)' so that buffer-offer-save is actually tested.
7220 1991-08-12  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7222         * window.el (split-window-keep-point): New user option.
7223         (split-window-vertically): Modified to support it.
7224         * startup.el (command-line): Choose a default value for
7225         split-window-keep-point according to the baud rate.
7226         * term/x-win.el: Set split-window-keep-point.
7228 1991-08-10  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7230         * term/x-win.el (x-daemon-mode, x-establish-daemon-mode): Removed
7231         these functions; we do this differently now.
7233 1991-08-07  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
7235         * autoload.el (batch-update-autoloads): Do (save-some-buffers t)
7236         before killing emacs, so loaddefs.el will be saved.
7238 1991-08-05  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7240         * screen.el (screen-creation-func): Renamed to
7241         screen-creation-function, as per the convention.
7243         * screen.el (screen-creation-func): Do not initialize this
7244         according to the window system name; let the window
7245         system-specific file initialize it however it wants.
7246         * term/x-win.el: Set screen-creation-function to x-create-screen.
7248         * screen.el: All of the screen startup code reworked.
7250 1991-08-01  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7252         * startup.el (pre-init-hook): New variable.
7253         (window-setup-hook): Doc fix.
7254         (command-line): Call pre-init-hook.
7255         (command-line-1): Updated copyright date.
7257 1991-07-31  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7259         * rmailedit.el: When initializing rmail-edit-map, take the cdr of
7260         text-mode-map before nconcing it, to omit the keymap header.
7262 1991-07-31  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7264         * screen.el (auto-new-screen-function): Renamed to
7265         pop-up-screen-function.
7266         (buffer-in-other-screen): Use pop-up-screens, not auto-new-screen.
7268 1991-07-30  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7270         * apropos.el (apropos, super-apropos): Don't make window for no syms.
7272 1991-07-29  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7274         * loaddefs.el: Don't make backup versions of this file.
7276 1991-07-28  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
7278         * autoload.el (generate-autoload-cookie): Doc fix.
7280 1991-07-28  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7282         * etags.el: Renamed new-etags.el, copied Emacs 18's tags package
7283         into its place - the new version seemed to have half-completed
7284         major changes.  Added autoload marks and changed it to (provide
7285         'etags) instead of tags.
7287         * help.el: Autoload the (defvar help-map ...) so that info.el
7288         can define keys in it.
7289         * loaddefs.el: Updated.
7291 1991-07-27  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7293         * info.el (Info-find-emacs-command-node): New fn.
7294         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7295         New fns, bound to C-h C-f and C-h C-k, to pop to the info node for
7296         an Emacs command or keystroke.
7298 1991-07-26  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7300         * terminal.el (te-stty-string): Delete `new' since loses on SYSV.
7302 1991-07-25  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7304         * edebug.el: Version 2.5 from LaLiberte.
7306 1991-07-25  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7308         * view.el: (define-key "C-xv" 'view-file).
7309         (view-file-other-window, view-buffer-other-window): New functions.
7310         (view-prev-buffer): Renamed to view-return-here.
7311         (view-exit): If view-return-here is a buffer, switch to it;
7312         if it is a window configuration, apply it.
7314         * subr.el (search-forward-regexp, search-backward-regexp): Added
7315         alternate names.
7317 1991-07-24  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
7319         * diff.el (diff): Turn off read-only flag to insert "no
7320         differences" message.
7322 1991-07-23  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
7324         * isearch.el (isearch): If the user switches to a different
7325         screen, exit the isearch.
7327         * isearch.el (isearch): Changed reference to `cmds' to use
7328         variable's new name `history'.
7330 1991-07-23  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7332         * rmail.el (rmail-first-unseen-message): Make loop looking for
7333         unseen msgs not skip the first one.
7335         * rmail.el (rmail-widen-to-current-msgbeg): Added missing close paren.
7337 1991-07-21  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
7339         * isearch.el (isearch): Don't assume that we're repeating a search
7340         that found an empty string; check history to make sure we're
7341         repeating a search and not starting one up with a pattern from the
7342         ring.
7344         * view.el: When initializing view-mode-map, use the new-style key
7345         maps.
7347         * screen.el (auto-new-screen-function): Set this to a lambda which
7348         calls the screen-creation-func.
7350 1991-07-19  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7352         * backquote.el (bq-make-maker):
7353         Don't replace quoted shared structure by copies.
7355 1991-07-19  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
7357         * files.el (save-some-buffers): Added save-excursions around code
7358         that does set-buffer.
7360 1991-07-15  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7362         * etags.el (visit-tags-table): Don't make tags-completion-alist.
7363         (tags-completion-alist): If tags-completion-alist is non-nil,
7364         return it; else build it and then return it.
7365         (find-tag-tag): Pass 'tags-completion-alist as TABLE to
7366         completing-read, so the table is built on demand.
7368         * sendmail.el (mail-do-fcc): Added missing close paren.
7370 1991-07-15  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7372         * term/x-win.el: Enable interrupt-driven input after opening the X
7373         connection, so that the fcntls on file descriptor 0 apply to the
7374         socket, not the terminal.
7376         * screen.el: Don't bind `C-x o' to next-multiscreen-window or
7377         displace other-window to `M-o'.
7379 1991-07-15  Stephen A. Wood  (saw at hallc1)
7381         * fortran.el version 1.28.3
7382         Now works in either mode when `tab-width' is not 8.
7384         (fortran-electric-line-number, fortran-indent-to-column): Use
7385         `fortran-minimum-statement-indent' instead of 8.
7387         (fortran-current-line-indentation):  Now skips over line number
7388         and whitespace correctly when tab-width is not 8.
7390         (fortran-setup-tab-format-style):  Set `fortran-comment-line-column' and
7391         `fortran-minimum-statement-indent' to (max tab-width 6) instead of 8.
7392         The minimum 6 insures legal indenting for lines with line numbers.
7394 1991-07-13  Jim Blandy  (jimb at churchy.gnu.ai.mit.edu)
7396         * info.el (Info-find-node): Call buffer-flush-undo with one arg,
7397         instead of none.  Change call to get-buffer-c>reate to
7398         get-buffer-create.
7400         * startup.el (command-line): Remove the arguments from
7401         command-line-args as we process them.
7402         (command-line-1): Removed code to ignore the arguments processed
7403         in command-line, because they're all deleted now.
7405         * replace.el (occur): Set tem to the location of the match before
7406         adding it to occur-pos-list, so we don't end up with an
7407         occur-pos-list of nulls.  And allocate the final-context-start
7408         marker once, so we don't allocate jillions of markers in the
7410 1991-07-11  Jim Blandy  (jimb at geech.gnu.ai.mit.edu)
7412         * term/x-win.el (x-handle-args): Re-written to take the command
7413         line switch as an argument, instead of just assuming it's in ARGS,
7414         and return the modified list.  Changed caller to pass and set
7415         command-line-args.
7417         * startup.el (command-line): Re-balance parens.
7418         Pass command-line-args to command-line-1, not args.
7420 1991-07-09  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
7422         * map-ynp.el (map-y-or-n-p): Fixed lossage on ? or random char.
7424 1991-07-08  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7426         * ftp.el (ftp-command): Skip multiline messages.
7428 1991-07-08  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
7430         * ispell.el (ispell-buffer): fset to 'ispell.
7432         * map-ynp.el (map-y-or-n-p): Don't quote a form inside quasiquote.
7434 1991-07-04  Stephen A. Wood  (saw at hallc1.cebaf.gov)
7436         * fortran.el: Added ;;;###autoload definition for
7437         fortran-tab-mode-default variable.
7439         * fortran.el (fortran-numerical-continuation-char): Replace
7440         (backward-line 1) with (forward-line -1) since backward-line is
7441         defined only in edt.
7442         (fortran-previous-statement): Fix error in parens.
7443         (fortran-indent-to-column): Likewise.
7445 1991-07-04  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
7447         * files.el (save-some-buffers): Use map-y-or-n-p return value.
7449         * map-ynp.el (map-y-or-n-p): Fixed bug that caused first elt on !
7450         hit not get acted on.
7452 1991-07-04  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7454         * cmacexp.el (c-macro-expand): Use new variables
7455         c-macro-preprocessor and c-macro-options.
7457         * teco.el: New file.
7459 1991-07-01  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7461         * map-ynp.el (map-y-or-n-p): Fixed misplaced paren.
7462         Fixed list-eating bug.
7464 1991-07-01  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7466         * ws-mode.el: New file.
7468         * forms.el: New version from Vromans.
7470 1991-06-29  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
7472         * map-ynp.el (map-y-or-n-p): LISTS may also be an iterator fn.
7473         PROMPTER may also be a format string.
7475 1991-06-29  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7477         * simple.el (shell-command-on-region):
7478         Handle case where input is from *Shell Command Output*.
7480 1991-06-28  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7482         * startup.el (command-line): Let init file change command-line-args.
7483         Don't fail to advance args past -debug-init.
7484         (command-line-1): Ignore here options processed at earlier stages.
7486 1991-06-26  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7488         * term/x-win.el (x-read-resources): When a resource is not
7489         available, use (nth 2 key-resname-default) to get the default, not
7490         (nth 3 key-resname-default), which is nil.
7491         Open the connection to the server *before* trying to read the
7492         resources, silly.
7494 1991-06-20  Jim Blandy  (jimb at wookumz.gnu.ai.mit.edu)
7496         * subr.el (ignore): Added docstring for this; it appears as a key
7497         binding, so it ought to be described.
7499 1991-06-19  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
7501         * find-dired.el (find-dired-sentinel): Don't twiddle a killed buffer.
7503 1991-06-17  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7505         * simple.el (kill-region): Allow read-only buffers.
7507         * find-dired.el (find-dired-filter): If the buffer has been
7508         killed, delete the process.
7510         * find-dired.el (find-ls-option): Made a defvar rather than defconst.
7512 1991-06-12  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
7514         * upd-copyr.el (update-copyright): Fixed typo in help text.
7516 1991-05-26  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
7518         * disass.el (disassemble-internal): Fixed typo string? -> stringp.
7520 1991-05-26  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
7522         * holiday.el (calendar-holiday-function-passover-etc): Correct
7523         date and spelling of Yom HaAtzma'ut.
7525 1991-05-23  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7527         * mail-utils.el: Require lisp-mode, because we use
7528         lisp-mode-syntax-table.  Lisp-mode is usually in the dumped emacs,
7529         but dumping should always be a convenience, not an unstated
7530         expectation.
7531         * lisp-mode.el: Do a (provide 'lisp-mode).
7532         Initialize lisp-mode-syntax-table outside of all functions, so
7533         that we don't have to hope that lisp-mode-variables has been
7534         called before using mail-strip-quoted-name.  Odd dependencies.
7536         * sendmail.el (mail-archive-file-name): Make this a defvar, not a
7537         defconst.  There seems to be no entry saying why this was made a
7538         defconst.
7540         * text-mode.el (indented-text-mode-map): When redefining TAB,
7541         don't clobber the definition in text-mode-map, but DO share the
7542         rest of text-mode-map.
7544 1991-05-23  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
7546         * startup.el (command-line): don't do anything if $VERSION_CONTROL
7547         is not set; move code to import environment var ahead of .emacs
7548         load.
7550 1991-05-22  Brian Preble  (rassilon at mole.gnu.ai.mit.edu)
7552         * forms.el (scroll-up, scroll-down): Made argument &optional.
7554 1991-05-22  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
7556         * rmail.el (rmail-variables): Rmail should not be a
7557         save-buffer-skip buffer.  If the user wants this confusing
7558         behavior, it can be personally customized.
7560 1991-05-22  Jim Blandy  (jimb at wookumz.gnu.ai.mit.edu)
7562         * term/x-win.el (x-switches-specified): Variable deleted; the
7563         options given on the command line are placed in screen-default
7564         alist, so that all the screens created get them.
7565         (x-handle-switch, x-handle-numeric-switch): Put the values in
7566         screen-default alist instead of in x-switches-specified.
7567         (x-handle-geometry): Put the geometry in initial-screen-alist.
7568         (x-pop-initial-window): Build the arguments to
7569         pop-initial-screen from initial-screen-alist and
7570         screen-default-alist alone; don't use x-switches-specified.
7571         (x-read-resources): New function to read the X defaults and put
7572         them in screen-default-alist.  Call this function at the bottom.
7573         * screen.el (death-function): Removed, because this is now handled
7574         better in startup.el.
7575         (pop-initial-screen): Don't do a condition-case to call
7576         death-function.
7578 1991-05-18  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7580         * macros.el (apply-macro-to-region-lines): Added a save-excursion
7581         around the macro invocation, so that the macro doesn't need to
7582         stay on the same line.
7584         * gdb.el (gdb-call): Don't set gdb-delete-prompt-marker to an
7585         empty region when the process-mark was at the beginning of the
7586         line, because this will cause an infinite loop in
7587         gdb-maybe-delete-prompt.
7589         * startup.el (command-line): If an error occurs while initializing
7590         the window system, catch it and write the error message to
7591         external-debugging-output.
7593 1991-05-17  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
7595         * holiday.el: Add Erev Shavuot to the full list of Jewish
7596         holidays.
7598 1991-05-16  Jim Blandy  (jimb at geech.gnu.ai.mit.edu)
7600         * macros.el (apply-macro-to-region-lines): New function.
7602         * term/x-win.el (x-handle-switch): The newline at the end of the
7603         comment line at the top of this function was missing.
7605 1991-05-16  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
7607         * autoload.el (batch-update-autoloads): New function to update
7608         autoloads with emacs -batch.
7610         * autoload.el (generate-file-autoloads): Don't put non-autoload
7611         forms in the (autoloads ...) list in the header.
7613 1991-05-14  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7615         * map-ynp.el (map-y-or-n-p): Put the cursor in the echo area while
7616         prompting.
7618 1991-05-13  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7620         * bytecomp.el (byte-compile-setq): Clean error if var not a symbol.
7622 1991-05-13  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
7624         * autoload.el (update-file-autoloads): If the file is in a buffer
7625         and that buffer is modified, update the autoloads regardless of
7626         the file times.
7627         If the file was not in a buffer before, kill the buffer we create.
7628         update-directory-autoloads on /gd/gnu/emacs/lisp had a tendency to
7629         eat all available memory.
7631 1991-05-13  Brian Preble  (rassilon at mole.gnu.ai.mit.edu)
7633         * abbrev.el, add-log.el, apropos.el, asm-mode.el, autoload.el:
7634           awk-mode.el, backquote.el, bibtex.el, bytecomp.el, c++-mode.el:
7635           cal.el, calc-ext.el, calc.el, chistory.el, cl-indent.el, etags.el:
7636           compare-w.el, compile.el, dabbrev.el, debug.el, diary.el, diff.el:
7637           dired.el, disass.el, dissociate.el, doctor.el, ebuff-menu.el, edt.el:
7638           echistory.el, edebug.el, edmacro.el, emerge.el, find-dired.el:
7639           fortran.el, ftp.el, gdb.el, gnus.el, gnuspost.el, gosmacs.el:
7640           hanoi.el, helper.el, holidays.el, indent.el, info.el, informat.el:
7641           isearch.el, ispell.el, ledit.el, loaddefs.el, rect.el, macros.el:
7642           mail-utils.el, mailalias.el, makesum.el, man.el, map-ynp.el, mh-e.el:
7643           mlconvert.el, modula2.el, novice.el, nroff-mode.el, options.el:
7644           outline.el, paragraphs.el, picture.el, prolog.el, lpr.el, replace.el:
7645           reposition.el, rmail.el, spell.el, scribe.el, sendmail.el, server.el:
7646           shell.el, sort.el, scheme.el, tabify.el, telnet.el, terminal.el:
7647           tex-mode.el, texinfmt.el, texinfo.el, time.el, timer.el:
7648           underline.el, userlock.el, vi.el, view.el, vip.el, xscheme.el, yow.e:
7649         Fixed ;;;###autoload definitions.
7651 1991-05-13  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
7653         * autoload.el (generate-file-autoloads): Don't do special
7654         doc-string hacking for defvar and defconst.  We in fact don't want
7655         loaddefs.el to have docstrings make-docfile can grok; it should be
7656         able to grok the originals, but not the copies, so there will be
7657         only one copy of each docstring in the DOC file.
7659 1991-05-13  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
7661         * isearch.el (search-exit-char): As per the opinion poll results,
7662         change this to RET.
7663         (isearch): Change miscellanous internals so that newline is
7664         automatically quoted, and change the docstring and comments to say
7665         that RET exits the search.
7667 1991-05-13  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
7669         * find-dired.el (find-ls-option): New defconst, string for "-ls".
7670         (find-dired): Use it.
7672 1991-05-13  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7674         * loaddefs.el (auto-mode-alist): Recognize .emacs only at end.
7676 1991-05-13  Jim Blandy  (jimb at wookumz.gnu.ai.mit.edu)
7678         * simple.el (blink-matching-open): Make this function interactive.
7680 1991-05-12  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
7682         * find-dired.el (find-name-dired): Simple-minded find-dired
7683         interface to do "find -name PATTERN".
7685         * find-dired.el (find-dired-filter): Don't search; use
7686         forward-line instead.
7687         (find-dired-filter, find-dired-sentinel): Changed docstrings to
7688         comments.
7690 1991-05-11  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
7692         * loaddefs.el: Moved some defvars and defconsts to other files
7693         (with ;;;###autoload).
7695         * reposition.el: Bind reposition-window to M-C-l.
7697 1991-05-09  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7699         * autoload.el: New file, a package to maintain autoloads in
7700         loaddefs.el.
7701         * *.el: Make everything use it.  Comments in loaddefs.el explain
7702         what to do.
7704         * etags.el: (provide 'etags) inside of (provide 'tags).
7705         Why was the file renamed??
7707         * lisp-mode.el (eval-print-last-sexp): Use terpri instead of newline.
7709 1991-05-09  Jim Blandy  (jimb at geech.gnu.ai.mit.edu)
7711         * disass.el (disassemble-internal): Rearranged to conveniently
7712         handle compiled-function objects.
7713         (disassemble-1): Extract bytes and constants correctly from both
7714         compiled-function objects and calls to the byte-code function.
7716         * simple.el (kill-region): Remove the second item from the
7717         interactive spec; this is a vestige from when this function took a
7718         "verbose" argument.
7720         * lisp-mode.el (eval-print-last-sexp): Insert newlines before and
7721         after evaluating the expression.
7723 1991-05-08  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
7725         * map-ynp.el: New file defines new fn map-y-or-n-p.
7726         * files.el (save-some-buffers): Rewritten to use it.
7728 1991-05-08  Brian Preble  (rassilon at mole.gnu.ai.mit.edu)
7730         * rmail.el: Doc fix.
7731         (rmail-first-message): New function; bound to "<".
7733 1991-05-08  Jim Blandy  (jimb at churchy.gnu.ai.mit.edu)
7735         * screen.el: Removed temporary hack to set up auto-new-screen and
7736         auto-new-screen-function.
7738 1991-05-07  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
7740         * find-dired.el: New fn M-x find-dired lets you run a `find'
7741         command and do dired on the result.
7742         * loaddefs.el (find-dired): Autoload it.
7744 1991-05-06  Stephen A. Wood  (saw at hallc1.cebaf.gov)
7746         * fortran.el version 1.28
7747         Major upgrade of previous version 1.21.  Cleaned up doc-strings, made
7748         all lines 80 or less characters and made the following changes.
7750         Added modify-syntax-entry's for ?\r and ?=.
7751         Bound LFD to fortran-reindent-then-newline-and-indent.
7752         Rebound \C-c\C-w to fortran-window-create-momentarily.
7753         Added numerous default abbreviations for keywords.
7755         (fortran-mode): Definition of `comment-line-start-skip' changed.
7756         `abbrev-mode' is set to t by default.  New local variables
7757         `fortran-tab-mode', `fortran-comment-line-column',
7758         `fortran-minimum-statement-indent', `fortran-column-ruler',
7759         and `fortran-tab-mode-string'.  Call fortran-analyze-file-format.
7761         (fortran-window-create, fortran-window-create-momentarily):  Cleaned
7762         up first function, created second to create a window 72 characters
7763         wide until a key is struck.
7765         (fortran-electric-line-number): Distinguish digit as continuation
7766         character from digit as line number.
7768         (fortran-previous-statement, fortran-next-statement):
7769         Recognize tab-digit continuation lines as well as fixed format.
7771         (fortran-blink-matching-if): New command.
7772         (fortran-indent-line): Change indentation of comments.
7773         (fortran-reindent-then-newline-and-indent): New command.
7775         (calculate-fortran-indent): Now handles tab format style.
7776         If a previous END statement is found, the indentation is reset to the
7777         minimum.
7779         (fortran-current-line-indentation, fortran-indent-to-column):
7780         (fortran-split-line, fortran-numerical-continuation-char):
7781         (fortran-line-number-indented-correctly-p): Handle tab format style.
7783         (fortran-analyze-file-format):
7784         (fortran-tab-mode, fortran-setup-tab-mode-style):
7785         (fortran-setup-fixed-format-style): New commands.
7787 1991-05-05  Jim Blandy  (jimb at geech.gnu.ai.mit.edu)
7789         * calc.el: When setting up calc-digit-map, don't try to apply aref
7790         to the keymaps; extract the vectors from the keymaps before
7791         working on them.
7792         * calc-ext.el: When setting up calc-mode-map, use define-key and
7793         lookup-key instead of aset and aref.
7795 1991-05-03  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7797         * help.el (function-called-at-point): Try a symbol around point.
7798         (describe-function): Describe datatype also.
7800 1991-05-01  Roland McGrath  (roland at albert.gnu.ai.mit.edu)
7802         * lisp-mode.el (eval-last-sexp, eval-defun): Bind standard-output
7803         to where the value of the form will be printed while evalling it.
7805 1991-04-30  Roland McGrath  (roland at albert.gnu.ai.mit.edu)
7807         * lisp-mode.el (eval-last-sexp): Rewritten to read a form and then
7808         eval it, rather than using eval-region.  The old version could
7809         lose if the form being eval'd moved point or twiddled the restriction.
7810         (eval-defun): Similarly rewritten.
7811         (eval-print-last-sexp): Rewritten to just call eval-last-sexp;
7812         removed some duplicated code.
7814 1991-04-30  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7816         * isearch.el (isearch): * and ? are not special after incomplete input.
7817         When they are special, use old other-end for cs in both reverse
7818         and forward.
7820 1991-04-30  Stephen A. Wood  (saw at hallc1.cebaf.gov)
7822         * fortran.el version 1.28.
7823         Major upgrade of previous version 1.21.
7825         Now supports tab or fixed format style of continuation control and
7826         indentation.  In tab style, lines start with a tab, or a line
7827         number followed by a tab.  If the first character after the tab is
7828         a digit from 1 to 9, the line is a continuation line.  When
7829         entering fortran mode for a file, the first line that begins with
7830         6 spaces or a tab is found.  The buffer is then set respectively
7831         to either fixed format or tab format style.  The mode may be
7832         toggled with the command fortran-tab-mode.
7834         Fixed a bug in which indenting a comment line that contained a `!'
7835         caused a max-lisp-eval-depth exceeded error.
7837         Bound LFD to fortran-reindent-then-newline-and-indent.
7839         Added command fortran-blink-matching-if which is called when an
7840         endif statement is indented.  Enabled/disabled by setting variable
7841         of same name to t/nil.
7843         Added some abbreviations for modern fortrans.
7845         C-c C-w bound to new function fortran-window-create-momentarily
7846         which creates a 72 character wide window until the next key is struck.
7848         Variable fortran-continuation-char changed to
7849         fortran-continuation-string.
7851         Modified fortran-electric-line-number to just insert the struck
7852         digit when the point is located after 5 spaces, or when the point
7853         is located after a tab character and the last command was not
7854         fortran-indent-line or fortran-reindent-then-newline-and-indent.
7855         This allows digits to be manually used as continuation line
7856         indicators.
7857         Also fixed a bug in fortran-electric-line-number which caused the
7858         digit keys not to work at all if electric line numbering was
7859         disabled.
7861 1991-04-29  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
7863         * info.el (Info-read-subfile): Skip blank lines.
7865 1991-04-22  Brian Preble  (rassilon@gnu.ai.mit.edu)
7867         * resume.el, rfc822.el, rmail-kill.el: Doc fix.
7869 1991-04-18  Roland McGrath  (roland@gnu.ai.mit.edu)
7871         * add-log.el (prompt-for-change-log-name): Made a defun rather
7872         than a defmacro (braino fix).
7874 1991-04-18  Jim Blandy  (jimb@gnu.ai.mit.edu)
7876         * simple.el (count-lines-region): Display the number of characters
7877         in the region as well.
7879 1991-04-14  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
7881         * diary.el (diary-omer, diary-parasha): Fix punctuation in diary
7882         entries.
7884 1991-04-12  Brian Preble  (rassilon@gnu.ai.mit.edu)
7886         * prolog.el, r2bibtex.el, rect.el, refbib.el, register.el: Doc fix.
7887         * remote.el, replace.el: Doc fix.
7889 1991-04-11  Jim Blandy  (jimb@gnu.ai.mit.edu)
7891         * simple.el (kill-region): Don't print out a message saying how
7892         many characters are being killed.
7894 1991-04-10  Brian Preble  (rassilon@gnu.ai.mit.edu)
7896         * modula2.el, mouse.el, mpuz.el, nntp.el, options.el: Doc fix.
7897         * oshell.el, page-ext.el, page.el, paragraphs.el, picture.el: Doc fix.
7899 1991-04-05  Raul Acevedo  (kitaro@gnu.ai.mit.edu)
7901         * options.el: Edit-options-mode runs `Edit-options-mode-hook'.
7902         Also fixed the regexp used by Edit-options-modify so you can
7903         modify a variable if at the beginning of the buffer.
7905 1991-04-05  Brian Preble  (rassilon@gnu.ai.mit.edu)
7907         * man.el, medit.el, mh-e.el, mhspool.el, mim-mode.el: Doc fix.
7909 1991-04-04  Raul Acevedo  (kitaro@gnu.ai.mit.edu)
7911         * info.el (Info-mode): now runs `Info-mode-hook'
7913 1991-04-02  Brian Preble  (rassilon@gnu.ai.mit.edu)
7915         * mailpost.el, mail-utils.el, mailalias.el: Doc fix.
7917 1991-03-24  Richard Stallman  (rms@gnu.ai.mit.edu)
7919         * rmail.el (rmail-resend): New function.
7920         * sendmail.el (mail-alias-file): New global variable.
7921         (sendmail-send-it): Use that variable.
7922         * mailalias.el (expand-mail-aliases): Handle resent-to.
7924         * files.el (hack-local-variables): ignore-local-eval ignores `eval'.
7926 1991-03-19  Richard Stallman  (rms@gnu.ai.mit.edu)
7928         * fill.el (justify-current-line): Adjust for 18.57 behavior
7929         of current-column.
7931 1991-03-17  Richard Stallman  (rms@mole.ai.mit.edu)
7933         * add-log.el (add-change-log-entry): Recognize `@', not ` at '.
7935         * fill.el (justify-current-line): Handle extra indent after prefix.
7937 1991-03-14  Robert J. Chassell (bob@gnu.ai.mit.edu)
7939         * info.el (Info-forward-node): Go up several levels, if necessary.
7940         Add two new arguments.
7941         (Info-final-node): Go forward from last node in menu.
7942         (Info-find-node): Turn off undo in Info's buffers.
7944 1991-03-14  Richard Stallman  (rms@mole.ai.mit.edu)
7946         * add-log.el (add-change-log-entry): Use `@', not ` at '.
7948 1991-03-14  Brian Preble  (rassilon@mole.ai.mit.edu)
7950         * loaddefs.el, lpr.el: Doc fix.
7952 1991-03-12  Richard Stallman  (rms@mole.ai.mit.edu)
7954         * compare-w.el (compare-windows-whitespace):
7955         Now a set of chars, not a regexp.
7956         (compare-windows): Use it properly.
7958 1991-03-12  Brian Preble  (rassilon@gnu.ai.mit.edu)
7960         * info.el, informat.el, ispell.el, kermit.el, keypad.el: Doc fix.
7961         * ledit.el, lisp-mode.el, lisp.el: Doc fix.
7963 1991-03-11  Richard Stallman  (rms@mole.ai.mit.edu)
7965         * simple.el (kill-region): Make undo buffer and kill ring share.
7967 1991-03-10  Richard Stallman  (rms@mole.ai.mit.edu)
7969         * tar-mode.el: New file.
7971 1991-03-08  Brian Preble  (rassilon@mole.ai.mit.edu)
7973         * indent.el, inf-lisp.el: Doc fix.
7975 1991-03-08  Richard Stallman  (rms@mole.ai.mit.edu)
7977         * bytecomp.el (byte-compile-file-form):
7978         Print warning for " unescaped in doc string.
7980 1991-03-06  Brian Preble  (rassilon@mole.ai.mit.edu)
7982         * gosmacs.el, help.el, helper.el, hexl.el, hideif.el: Doc fix.
7983         * holidays.el, icon.el: Doc fix.
7985 1991-03-05  Brian Preble  (rassilon@mole.ai.mit.edu)
7987         * gnusmail.el, gnusmisc.el, gnuspost.el, gomoku.el: Doc fix.
7989 1991-03-04  Richard Stallman  (rms@mole.ai.mit.edu)
7991         * info.el (Info-extract-menu-item): Use regexp search.
7992         (Info-extract-menu-node-name): Fix typo in arglist.
7994         * info.el (Info-top-node, Info-final-node): New functions.
7995         (Info-forward-node, Info-backward-node): New functions.
7997 1991-03-04  Brian Preble  (rassilon@mole.ai.mit.edu)
7999         * gnus.el: Doc fix.
8001 1991-03-01  Richard Stallman  (rms@mole.ai.mit.edu)
8003         * rmailout.el (rmail-output-to-rmail-file, rmail-output):
8004         Expand file name in dir used for completion.
8006 1991-03-01  Brian Preble  (rassilon@mole.ai.mit.edu)
8008         * emerge.el, etags.el, field.el, files.el, fill.el, float.el: Doc fix.
8009         * fortran.el, ftp.el, gdb.el: Doc fix.
8011 1991-02-28  Richard Stallman  (rms@mole.ai.mit.edu)
8013         * bytecomp.el (byte-compile-cond-1): Fix handling of unconditional
8014         clauses.
8016 1991-02-28  Brian Preble  (rassilon@mole.ai.mit.edu)
8018         * edmacro.el, edt.el, edt-doc.el, ehelp.el, emacsbug.el: Doc fix.
8020 1991-02-27  Brian Preble  (rassilon@mole.ai.mit.edu)
8022         * ebuff-menu.el, echistory.el, edebug.el: Doc fix.
8024 1991-02-26  Richard Stallman  (rms@mole.ai.mit.edu)
8026         * isearch.el (isearch): Copy point from small window
8027         before deciding whether to set the mark.
8029 1991-02-26  Brian Preble  (rassilon@mole.ai.mit.edu)
8031         * dired.el: Doc fix.
8032         (dired-flag-backup-and-auto-save-files): New arg UNFLAG-P.
8033         * disp-table.el, doctex.el, doctor.el: Doc fix.
8034         * doctex.el (LaTeXify-DOC): Use new permission wording.
8036 1991-02-25  Paul Hilfinger  (hilfingr@hilfinger.cs.nyu.edu)
8038         * fill.el (fill-individual-paragraphs): Changed response to mailp
8039         to effect only leading lines in a region (was getting confused
8040         about colons embedded in ordinary text).  Changed method of
8041         moving to next paragraph in the main loop to use forward-paragraph
8042         rather than goto-char, since the final character position is
8043         rendered obsolete by the intervening fill-region-as-paragraph.
8045 1991-02-24  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
8047         * diary.el (include-other-diary-files): Fix documentation string.
8049 1991-02-23  Roland McGrath  (mcgrath@cygint.cygnus.com)
8051         * compile.el (next-error): Fixed bug in rms's optimization.
8053 1991-02-23  Richard Stallman  (rms@mole.ai.mit.edu)
8055         * reposition.el: New file.
8056         * loaddefs.el (reposition-window): Autoload it.
8058         * rmailkwd.el: Doc fix.
8060         * rmail.el (rmail-first-unseen-message): New function.
8061         (rmail): Call that.
8063         * buff-menu.el (Buffer-menu-mode-map): Make `n' and `p' move by lines.
8065 1991-02-21  Roland McGrath  (mcgrath@cygint.cygnus.com)
8067         * compile.el (next-error): Do rms's optimization (Feb 8 change)
8068         when moving backward, too.
8070 1991-02-20  Jim Blandy  (jimb@geech.ai.mit.edu)
8072         * startup.el (command-line): Re-arranged nested ifs that handle
8073         the different command-line arguments into a cond, to make it
8074         easier for me to read.
8076 1991-02-15  Jim Blandy  (jimb@pogo.ai.mit.edu)
8078         * loaddefs.el: Bind \M-C-r to isearch-backward-regexp, since
8079         it really ought to be there.  I want it often.
8081 1991-02-08  Richard Stallman  (rms@mole.ai.mit.edu)
8083         * compile.el (next-error): Count lines from prev error, not file beg.
8085 1991-02-07  Brian Preble  (rassilon@mole.ai.mit.edu)
8087         * c++-mode.el, c-comment.el, c-fill.el, c-mode.el: Doc fix.
8088         * cal.el, calc-alg2.el, calc.el, calendar.el, case-table.el: Doc fix.
8089         * chistory.el, cl-indent.el, cl.el, compare-w.el: Doc fix.
8090         * compile.el, completion.el, dabbrev.el, dbx.el, debug.el: Doc fix.
8091         * diary-add.el, diary.el, diff.el: Doc fix.
8093 1991-02-06  Richard Stallman  (rms@mole.ai.mit.edu)
8095         * c-mode.el (indent-c-exp, electric-c-terminator, c-indent-line):
8096         Treat `default:' like `case...:'.
8098 1991-02-06  Brian Preble  (rassilon@mole.ai.mit.edu)
8100         * blackbox.el, buff-menu.el, bug-screen.el, bytecomp.el: Doc fix.
8102 1991-02-04  Richard Stallman  (rms@mole.ai.mit.edu)
8104         * info.el (Info-extract-menu-node-name): New arg MULTI-LINE.
8105         (Info-follow-reference): Pass t for that.
8107 1991-02-04  Brian Preble  (rassilon@mole.ai.mit.edu)
8109         * bg-mouse.el, bib-mode.el: Doc fix.
8111 1991-02-04  Jim Blandy  (jimb@gnu.ai.mit.edu)
8113         * simple.el (eval-current-buffer): Removed, since it has been
8114         reintroduced to the C code.
8116 1991-02-02  Jim Blandy  (jimb@gnu.ai.mit.edu)
8118         * comint.el (comint-mode): Move the creation of input-ring down
8119         with the other variables, and (golly!) initialize it to a ring.
8120         (make-comint): Pass a parameter to comint-check-proc - buffer.
8121         * shell.el (shell): rebalance parens.
8123 1991-01-31  Richard Stallman  (rms@mole.ai.mit.edu)
8125         * replace.el (perform-replace): Prevent spurious match
8126         of ^foo in second part of foofoo after first part is deleted.
8128 1991-01-31  Jim Blandy  (jimb@pogo.ai.mit.edu)
8130         * files.el (find-file-noselect): Strip auto-mount prefix only if safe.
8132 1991-01-31  Richard Stallman  (rms@mole.ai.mit.edu)
8134         * time.el (display-time-filter): Use display-time-file-nonempty-p.
8135         (display-time-file-nonempty-p): New function; trace symlinks.
8137 1991-01-30  Brian Preble  (rassilon@mole.ai.mit.edu)
8139         * ada.el (ada-tabsize): Use prefix arg, not minibuffer.
8140         Doc fix.
8142         * abbrev.el: Doc fix.
8143         * abbrevlist.el: Doc fix.
8144         * apropos.el: Doc fix.
8145         * appt.el: Doc fix.
8146         * array.el: Doc fix.
8147         * asm-mode.el: Doc fix.
8148         * awk-mode.el: Doc fix.
8150 1991-01-30  Roland McGrath  (roland@cygint.cygnus.com)
8152         * compile.el (compilation-parse-errors): Don't remove duplicate errors.
8153         (next-error): Skip over duplicates here instead.
8155 1991-01-30  Richard Stallman  (rms@mole.ai.mit.edu)
8157         * appt.el: Doc fix.
8159 1991-01-30  Jim Blandy  (jimb@pogo.ai.mit.edu)
8161         * paths.el (Info-directory-list): Look for info files in
8162         /usr/local/lib/info first, since this is the standard place for
8163         info files.
8165 1991-01-29  Richard Stallman  (rms@mole.ai.mit.edu)
8167         * info.el (info): With prefix arg, read file name and visit it.
8169 1991-01-26  Jim Blandy  (jimb@gnu.ai.mit.edu)
8171         * term/x-win.el: Do not define the f1 function key to run rmail.
8173 1991-01-25  Richard Stallman  (rms@mole.ai.mit.edu)
8175         * help.el (help-for-help): Call delete-other-windows.
8177 1991-01-21  Mike Newton  (newton@fig)
8179         * bibtex.el -- updated to conform better with bibtex 0.99c by:
8180         bibtex-mode : updated comments to indicate new use of
8181         address, add minor explanations and fix small omissions.
8182         bibtex-entry : fixed spelling of variable
8184         * bibtex.el - Expanded the various bibtex-field-* patterns to
8185         allow fields like 'title = poft # "Fifth Triquaterly" # random-conf,'.
8186         Needs to have more work done to accept all cases.  Added code for
8187         the bibtex 'crossref' command, which subsumes other options.  Made
8188         field ordering different when this option on.  Also allow user to
8189         have a list of field to be added to all entries
8190         (bibtex-mode-user-optional-fields).  Merged in Bengt Martensson's
8191         changes.
8193 1991-01-18  Roland McGrath  (roland@cygint.cygnus.com)
8195         * compile.el (compilation-find-buffer): New function to find a
8196         compilation buffer to use (or barf if there aren't any).
8197         (kill-compilation, compile-goto-error, next-error): Use it.
8199 1991-01-17  Richard Stallman  (rms@mole.ai.mit.edu)
8201         * info.el (Info): Init Info-directory-list from INFOPATH.
8203 1991-01-12  Jim Blandy  (jimb@gnu.ai.mit.edu)
8205         * etags.el (visit-tags-file-buffer): use progn instead of
8206         save-excursion, so the buffer actually gets visited.
8208 1991-01-11  Richard Mlynarik  (mly@august-east.ai.mit.edu)
8210         * terminal.el (terminal-cease-edit):  If this dubious code
8211         is really necessary it might as well be more bug-free.
8213         * ehelp.el (with-electric-help):  Use window-configs.
8215 1991-01-10  Richard Stallman  (rms@mole.ai.mit.edu)
8217         * loaddefs.el (minor-mode-alist): Doc fix.
8219 1991-01-08  Roland McGrath  (roland@albert.ai.mit.edu)
8221         * compile.el (compilation-parse-errors): Fixed maintenance of
8222         last-linenum, so dups are really found.
8224 1991-01-08  Jim Blandy  (jimb@pogo.ai.mit.edu)
8226         * bytecomp.el (byte-compile-byte-code-maker):  Since
8227         byte-compile-lambda is free to return the original lambda
8228         expression, we'd better be prepared to handle things that aren't
8229         bytecode objects.
8231 1991-01-07  Jim Blandy  (jimb@gnu.ai.mit.edu)
8233         * loaddefs.el: Don't forget to specify the filenames when
8234         autoload-ing byte-compile-buffer and byte-compile-defun.
8236 1991-01-04  Richard Stallman  (rms@mole.ai.mit.edu)
8238         * files.el (find-file-noselect): Get rid of automounter prefixes.
8240 1991-01-02  Richard Stallman  (rms@mole.ai.mit.edu)
8242         * lpr.el (print-region-function): New hook variable.
8243         (print-region-1): Use it if non-nil.
8244         * vms-patch.el (print-region-function): Specify a function.
8246 1990-12-31  Richard Stallman  (rms@mole.ai.mit.edu)
8248         * files.el (revert-buffer): Clear buffer-backed-up if file has changed.
8250 1990-12-30  Richard Stallman  (rms@mole.ai.mit.edu)
8252         * bytecomp.el (byte-compile-buffer, byte-compile-defun): New functions.
8253         * loaddefs.el: Autoload them, and byte-compile also.
8255         * isearch.el (isearch-message): Always mention if case-sensitive.
8256         (isearch): Don't turn off uppercase-flag when char is not upper case.
8258 1990-12-29  Richard Stallman  (rms@mole.ai.mit.edu)
8260         * terminal.el (te-edit): New command.
8261         (terminal-edit-mode, te-terminal-cease-edit): New functions.
8263         * isearch.el (isearch): An upper-case letter sets uppercase-flag
8264         which turns off case-folding.  Save flag in search rings.
8265         (isearch-push-state, isearch-pop): Push and pop uppercase-flag.
8266         (isearch-search, isearch-message): Handle uppercase-flag.
8267         (search-ring, regexp-search-ring): Record uppercase-flag.
8268         (isearch-get-string-from-ring): New function.
8270 1990-12-27  Richard Stallman  (rms@mole.ai.mit.edu)
8272         * rmailsort.el (rmail-sort-messages): Print more progress messages.
8273         (rmail-sort-by-size-lines): New command.
8274         (rmail-sortable-date-string): Handle non-abbreviated month names.
8275         (rmail-sort-messages): Always show message 1.
8277 1990-12-26  Richard Stallman  (rms@mole.ai.mit.edu)
8279         * startup.el (command-line): Handle -debug-init: use debugger.
8281         * isearch.el (isearch): Use only barrier, not opoint,
8282         in starting point for reverse search.
8284 1990-12-24  Richard Stallman  (rms@mole.ai.mit.edu)
8286         * mouse.el (mouse-set-mark): Use sit-for, not sleep-for.
8287         (mouse-fill-paragraph): New command.
8288         (mouse-fill-paragraph-with-prefix): New command.
8290         * rmailout.el (rmail-output-to-rmail-file):
8291         Suggest file based on rmail-output-file-alist.
8293 1990-12-23  Richard Stallman  (rms@mole.ai.mit.edu)
8295         * rmail.el (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header):
8296         Accept `remote from ...'@end of UNIX From line.
8298 1990-12-22  Richard Stallman  (rms@mole.ai.mit.edu)
8300         * subr.el (defun-inline): New function.
8302         * bytecomp.el (byte-compile-form): Delete unreachable cond-clause.
8304         * time.el (display-time): Specify precise directory for wakeup.
8305         (display-time-filter): Don't display 0 as load.
8306         Catch error in load-average.
8308 1990-12-21  Chris Hanson  (cph@kleph)
8310         * info.el (Info-extract-menu-node-name): Permit \n between colon
8311         and start of node name.
8313 1990-12-20  Chris Hanson  (cph@kleph)
8315         * texnfo-upd.el (texinfo-update-menu-region-beginning): Change
8316         code that searches for "top" node so it returns the position of
8317         the beginning of the node line.  Always search from the buffer's
8318         start when looking for that node.
8319         (texinfo-make-one-menu): Bump forward over the outer node line.
8321 1990-12-20  Richard Stallman  (rms@mole.ai.mit.edu)
8323         * fortran.el: New version from gildea.
8325 1990-12-20  Chris Hanson  (cph@kleph)
8327         * texinfmt.el (texinfo-format-footnote): Number each footnote in a
8328         node so that multiple footnotes can be distinguished.
8330         * texnfo-upd.el: Change regular expression used to identify the
8331         "Top" node so that names that begin with "Top" do not confuse it.
8333 1990-12-19  Stephen Gildea  (gildea@expo)
8335         * fortran.el: Changes for version 1.21.1:
8336         Provide the 'fortran feature.
8337         Change syntax of '=' to punctuation.
8338         Add some more abbrevs.
8339         Change fortran-mode-map keymap to non-sparse.
8340         (fortran-electric-line-number): Fix bug occurring when
8341         fortran-electric-line-number is nil.
8342         (fortran-mode, fortran-next-statement):
8343         (fortran-line-number-indented-correctly-p): Fix up doc strings.
8344         (fortran-indent-to-column): Protect against nil comment-start-skip.
8346 1990-12-19  Richard Stallman  (rms@mole.ai.mit.edu)
8348         * mpuz.el: New file.
8350 1990-12-18  Richard Stallman  (rms@mole.ai.mit.edu)
8352         * files.el (hack-local-variables): Match suffix only@eol.
8354 1990-12-16  Richard Stallman  (rms@mole.ai.mit.edu)
8356         * startup.el (normal-top-level): Execute emacs-startup-hook.
8358         * rmail.el (rmail-parse-file-inboxes): Look for BABYL OPTIONS in u.c.
8359         (rmail-convert-to-babyl-format): Likewise.
8360         And don't skip white space after ^_ that ends a babyl format message.
8362         * saveconf.el: No need to rename kill-emacs.
8363         (save-context-predicate): Now uses save-buffer-context-predicate.
8364         (save-buffer-context-predicate): New function.
8365         (kill-emacs-hook): Supply a hook.
8366         (just-kill-emacs): New function.
8367         (emacs-startup-hook): Set this instead of top-level.
8368         (save-context-buffer-name): Test dired-directory for non-nil.
8369         (save-context-buffer-file-name): New function.
8370         (save-context): Record read-only status of buffers.
8371         (recover-context): Handle that.
8373         * register.el (point-to-register): If arg, save screen config.
8374         (jump-to-register): Restore screen config.
8376 1990-12-15  Roland McGrath  (roland@albert.ai.mit.edu)
8378         * compile.el (compilation-last-error): Remove this variable.
8379         (next-error): Don't set it.
8381 1990-12-12  Ed Reingold  (reingold at emr.cs.uiuc.edu)
8383         * calendar.el (calendar-end-of-year): Delete extraneous statement
8384         in let.
8385         (calendar-mode): Update old description of use of hooks to get the
8386         fancy diary display.
8388 1990-12-12  Roland McGrath  (roland@albert.ai.mit.edu)
8390         * compile.el (compilation-error-buffer): Removed.
8391         (compilation-last-buffer): Now last buffer in which any of: started
8392         compilation; C-x `; C-c C-c; was done.
8393         (compile-internal): Don't set compilation-error-buffer.
8394         Start the process after setting up the mode, etc. in the compilation
8395         buffer.  Name the process (downcase mode-name) instead of "compilation"
8396         (so it will be "grep" for M-x grep).
8397         Make compilation-error-list, compilation-parsing-end local vars.
8398         (next-error): Slightly reorganized (changed (let* (while (save-ex))) to
8399         (let (save-ex (while)))).  Be sure to be in the compilation buffer
8400         before doing anything, so we will get local values for vars.
8401         Before doing anything, if current buffer is a compilation buffer, set
8402         compilation-last-buffer to that.  Always do things in
8403         compilation-last-buffer.
8405         * compile.el (compilation-error-regexp-alist,
8406         compilation-{enter,leave}-directory-regexp): Get rid of .*@the
8407         beginning of regexps.
8409         * compile.el (compilation-mode): Don't make local vars for parser,
8410         error-message, and regexp-alist.
8411         (compile-internal): Do it here, after calling compilation-mode.
8413         * compile.el (compilation-error-list): Changed elt format.
8414         (compilation-parse-errors): Don't find files when parsing.
8415         Instead record ((DIR . FILE) . LINENO) structures to describe each
8416         error.
8417         (next-error): Take the error descriptors, and find the file given in
8418         the descriptor, using compilation-find-file.  Then goto the line number
8419         given in the descriptor and replace the error descriptor cons with a
8420         marker into the source file buffer.  Then search through the
8421         compilation-error-list for errors in the same file, and turn their
8422         descriptors into markers as well.
8423         (compilation-find-file): Take new arg DIR, the directory to use as
8424         default in expanding the filename, and MARKER.  If we can't find the
8425         file@all, pop up MARKER's buffer and scroll to MARKER (to display
8426         the error message for which we want this file), and ask the user where
8427         to find the file.
8429 1990-12-12  Richard Stallman  (rms@mole.ai.mit.edu)
8431         * files.el (hack-local-variables): Display local vars@screen top.
8433         * server.el (server-process-filter): Don't be confused
8434         if input from process is split into multiple chunks.
8436 1990-12-10  Richard Stallman  (rms@mole.ai.mit.edu)
8438         * c-mode.el (indent-c-find-real-comment): New function.
8440         * sort.el (sort-subr): Eliminate special case for floats.
8442         * sort.el (sort-reorder-buffer, sort-build-lists):
8443         Use (key start . end) to record a record.
8445 1990-12-09  Richard Stallman  (rms@mole.ai.mit.edu)
8447         * lisp.el (insert-parentheses): Small cleanups.
8449 1990-12-05  Richard Stallman  (rms@mole.ai.mit.edu)
8451         * replace.el (occur): Show all lines that contain part of a match.
8453 1990-12-04  Richard Stallman  (rms@mole.ai.mit.edu)
8455         * time.el (display-time-filter): Let user specify mail file name.
8457 1990-12-04  Richard Stallman  (rms@mole.ai.mit.edu)
8459         * rmail.el (rmail-mode-map): Make < same as j.
8461 1990-12-03  Richard Stallman  (rms@mole.ai.mit.edu)
8463         * rmailsort.el (rmail-select-correspondent): New function.
8464         (rmail-sort-by-correspondent): New function.
8465         (rmail-sortable-date-string): Handle two-digit and four-digit years.
8466         (rmail-date-full-year): New subroutine.
8467         [Done by Szolovitz.]
8469         * fill.el (fill-region-as-paragraph): New feature: Adaptive Fill mode.
8470         (adaptive-fill-mode, adaptive-fill-regexp): New user options.
8472 1990-11-30  Mike Newton  (newton@gumby.cs.caltech.edu)
8474         * bibtex.el (start comments) : added earlier comments of Bengt
8475         Martensson.  Some of the changes listed below are originally his
8476         (including clean-entry, OPTkey and OPTannote, the function
8477         renaming and the preamble code).
8479         * bibtex.el (bibtex-field-* patterns) : expanded to allow fields
8480         like 'title = poft # "Fifth Triquaterly" #      random-conf,'.
8481         Needs to have more work done to accept all cases.
8483         * bibtex.el (bibtex-clean-entry-zap-empty-opts) : added.
8485         * bibtex.el (bibtex-include-OPTcrossref) : added.  If set, changes
8486         order of the the lists presented to luser.
8488         * bibtex.el (bibtex-include-OPTkey & bibtex-include-OPTannote) : added
8490         * bibtex.el (bibtex-mode-user-optional-fields) : can be set to a list
8491         of field the user wants to add to entries.
8493         * bibtex.el (bibtex-mode documentation string) updated for new changes,
8494         DEAthesis added back in, bibtex-preamble call added.
8496         * bibtex.el (bibtex-entry) : add OPTkey/annote.  If OPTcrossref set
8497         then put it in.
8499         * bibtex.el (bibtex-make-entry) : renamed  bibtex-make-field
8501         * bibtex.el (bibtex-make-optional-entry) : renamed
8502         bibtex-make-optional-field.
8504         * bibtex.el (bibtex-Article) : change order of presentation
8505         if OPTcrossref is set.
8507         * bibtex.el (bibtex-InBook) : change order of presentation
8508         if OPTcrossref is set.
8510         * bibtex.el (bibtex-InCollection) : change order of presentation
8511         if OPTcrossref is set.
8513         * bibtex.el (bibtex-InProceedings) : change order of presentation
8514         if OPTcrossref is set.
8516         * bibtex.el (bibtex-MastersThesis) : added "note".
8518         * bibtex.el (bibtex-preamble) : added.
8520         * bibtex.el (bibtex-inside-field) : only go backwards if quote is there.
8522         * bibtex.el (bibtex-clean-entry) : added call to
8523         bibtex-clean-entry-zap-empty-opts, OPT field testing for errors.
8525         * bibtex.el (bibtex-x-help) : added options Conference and preamble,
8526         restored DEAthesis.
8528 1990-11-30  Richard Stallman  (rms@mole.ai.mit.edu)
8530         * rmailsum.el (rmail-summary-mode-map): Don't rebind C-n and C-p.
8531         Put rmail-summary-next-all, etc., on M-n and M-p.
8533 1990-11-29  Richard Stallman  (rms@mole.ai.mit.edu)
8535         * rmail.el (rmail-insert-inbox-text): Don't give up if movemail fails.
8537 1990-11-28  Richard Stallman  (rms@mole.ai.mit.edu)
8539         * bytecomp.el (byte-compile-form): Don't let handlers change depth.
8540         (byte-compile-normal-call): Don't alter byte-compile-depth.
8541         (byte-compile-funcall): New function.
8543 1990-11-27  Ed Reingold  (reingold at emr.cs.uiuc.edu)
8545         * diary.el (diary-float): Allow month to be a list of months, a
8546         single month, or t (for all months).
8548 1990-11-26  Jim Blandy  (jimb@geech.ai.mit.edu)
8550         * simple.el (copy-region-as-kill): No longer prints "Region
8551         copied" error message.
8553 1990-11-26  Richard Stallman  (rms@mole.ai.mit.edu)
8555         * bg-mouse.el (bg-insert-moused-sexp): If before ')', just skip that.
8557 1990-11-26  Neil Mager  (neilm@juliet.ll.mit.edu)
8559         * appt.el: Fixed if construct for midnight update.
8561 1990-11-25  Ed Reingold  (reingold at emr.cs.uiuc.edu)
8563         * diary.el (insert-block-diary-entry): Change reference to
8564         mark-ring to calendar-mark-ring.
8566 1990-11-21  Neil Mager  (neilm@juliet.ll.mit.edu)
8568         * appt.el: Updated header of file to reflect changes.
8570         * appt.el: Added variable appt-display-diary to display the diary
8571         automatically when the appointments list is updated at midnight.
8573         * appt.el: Fixed bug to allow update of daily appointments list
8574         at midnight if today's diary had no entry. Required moving 'if'
8575         statement down several lines.
8577         * appt.el: Changed list-diary-entries-hook to diary-display-hook
8578         to be compatible with new version of the calendar/diary packgage.
8580 1990-11-20  Ed Reingold  (reingold at emr.cs.uiuc.edu)
8582         * calendar.el (calendar-version): New constant, with date
8583         (calendar-count-days-region, calendar-not-available): New functions.
8584         (calendar-mode-map): Put them on keys.
8585         (calendar-mode): Describe them.
8587 1990-11-11  Ed Reingold  (reingold at emr.cs.uiuc.edu)
8589         * diary.el (make-diary-entry): New function.
8590         (insert-diary-entry, insert-weekly-diary-entry,
8591         insert-monthly-diary-entry, insert-yearly-diary-entry,
8592         insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry,
8593         insert-yearly-hebrew-diary-entry, insert-islamic-diary-entry,
8594         insert-monthly-islamic-diary-entry,
8595         insert-yearly-islamic-diary-entry): Modified so that if a prefix arg
8596         is supplied these make nonmarking diary entries; otherwise the entries
8597         made are marking.
8598         (insert-block-diary-entry, insert-anniversary-diary-entry,
8599         insert-cyclic-diary-entry): New functions.
8600         * calendar.el: Autoload them.
8601         (calendar-mode-map): Put them on keys.
8602         (calendar-mode): Describe them.
8604 1990-11-08  Ed Reingold  (reingold at emr.cs.uiuc.edu)
8606         * calendar.el (calendar-set-mark,
8607         calendar-exchange-point-and-mark): New functions.
8608         (calendar-mode-map): Put them on keys.
8609         (calendar-mode): Describe them.
8611 1990-11-06  Ed Reingold  (reingold at emr.cs.uiuc.edu)
8613         * calendar.el (sexp-diary-entry-symbol): New variable.
8614         (cursor-to-iso-calendar-date): Simplified, slightly.
8615         (cursor-to-calendar-day-of-year): Fixed punctuation.
8616         (cursor-to-french-calendar-date): Moved French names to arrays.
8618         * diary.el (list-sexp-diary-entries, diary-sexp-entry, diary-cyclic,
8619         diary-hebrew-date, diary-iso-date, diary-day-of-year,
8620         diary-float, diary-islamic-date, diary-anniversary, diary-block,
8621         diary-french-date, diary-omer, diary-yahrzeit, diary-parasha,
8622         diary-rosh-hodesh, hebrew-calendar-parasha-name): New functions.
8623         (list-diary-entries): Added call to (list-sexp-diary-entries) and
8624         fixed an obscure error that caused a diary entry to be missed if it
8625         was preceded by an empty entry of the same style.
8626         (list-hebrew-diary-entries, list-islamic-diary-entries): Fixed an
8627         obscure error that caused a diary entry to be missed if it was
8628         preceded by an empty entry of the same style.
8629         (mark-islamic-calendar-date-pattern): Renamed some local variables
8630         more appropriately.
8633 1990-10-23  Ed Reingold  (reingold at emr.cs.uiuc.edu)
8635         * diary.el (list-diary-entries): Added a separate hook to do the
8636         display, so that the diary entries can be obtained without
8637         displaying them.
8638         (simple-diary-display): New function (renaming of
8639         ordinary-list-diary-hook).
8640         (fancy-diary-display): New function (renaming of
8641         prepare-fancy-diary-buffer).
8643         calendar.el: Add default definition of diary-display-hook.
8645 1990-10-20  Ed Reingold  (reingold at emr.cs.uiuc.edu)
8647         * calendar.el (describe-calendar-mode): Rewrote to give just a
8648         brief description of the mode instead of calling describe-mode.
8650 1990-10-19  Neil Mager  (neilm@juliet.ll.mit.edu)
8652         * appt.el: Changed issue-appointments-message to
8653         appt.issue.message in header.
8655         * appt.el: Using copy modified by rms.
8657 1990-10-08  Ed Reingold  (reingold at emr.cs.uiuc.edu)
8659         * holiday.el (calendar-holiday-function-hebrew): Fixed minor
8660         problem with the code to short-circuit the calculations to save
8661         time.
8663         *diary.el (mark-hebrew-calendar-date-pattern): Fixed minor problem
8664         with the code to short-circuit the calculations to save time.
8666 1990-11-22  Richard Stallman  (rms@mole.ai.mit.edu)
8668         * files.el (basic-save-buffer): Run after-save-hooks.
8670 1990-11-21  Robert J. Chassell  (bob@gnu.ai.mit.edu)
8672         * texinfmt.el (texinfo-parse-line-arg): Ignore spaces@end of
8673         line.
8674         (texinfo-format-make-node): Handle Info file names with periods in
8675         them.
8677         * history.el: Specify `(provide 'history)'.
8679 1990-11-20  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8681         * calendar.el:
8682         Added constant calendar-version with date
8683         (calendar-count-days-region),
8684         (calendar-not-available): New functions.
8685         (calendar-mode-map): Put them on keys.
8686         (calendar-mode): Describe them.
8688 1990-11-11  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8690         * diary.el:
8691         (make-diary-entry): New function.
8692         (insert-diary-entry), (insert-weekly-diary-entry),
8693         (insert-monthly-diary-entry), (insert-yearly-diary-entry),
8694         (insert-hebrew-diary-entry), (insert-monthly-hebrew-diary-entry),
8695         (insert-yearly-hebrew-diary-entry), (insert-islamic-diary-entry),
8696         (insert-monthly-islamic-diary-entry),
8697         (insert-yearly-islamic-diary-entry): Modified so that if a prefix arg
8698         is supplied these make nonmarking diary entries; otherwise the entries
8699         made are marking.
8700         (insert-block-diary-entry), (insert-anniversary-diary-entry),
8701         (insert-cyclic-diary-entry): New functions.
8703         * calendar.el:
8704         Autoload them.
8705         (calendar-mode-map): Put them on keys.
8706         (calendar-mode): Describe them.
8708 1990-11-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8710         * calendar.el:
8711         (calendar-set-mark), (calendar-exchange-point-and-mark): New functions.
8712         (calendar-mode-map): Put them on keys.
8713         (calendar-mode): Describe them.
8715 1990-11-06  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8717         * calendar.el: Added new variable sexp-diary-entry-symbol.
8718         (cursor-to-iso-calendar-date): Simplified, slightly.
8719         (cursor-to-calendar-day-of-year): Fixed punctuation.
8720         (cursor-to-french-calendar-date): Moved French names to arrays.
8722         * diary.el:
8723         (list-sexp-diary-entries), (diary-sexp-entry), (diary-cyclic),
8724         (diary-hebrew-date), (diary-iso-date), (diary-day-of-year),
8725         (diary-float), (diary-islamic-date), (diary-anniversary),(diary-block),
8726         (diary-french-date), (diary-omer), (diary-yahrzeit), (diary-parasha),
8727         (diary-rosh-hodesh), (hebrew-calendar-parasha-name): New functions.
8728         (list-diary-entries): Added call to (list-sexp-diary-entries) and
8729         fixed an obscure error that caused a diary entry to be missed if it
8730         was preceded by an empty entry of the same style.
8731         (list-hebrew-diary-entries), (list-islamic-diary-entries): Fixed an
8732         obscure error that caused a diary entry to be missed if it was
8733         preceded by an empty entry of the same style.
8734         (mark-islamic-calendar-date-pattern): Renamed some local variables
8735         more appropriately.
8738 1990-10-23  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8740         * diary.el
8741         (list-diary-entries): Added a separate hook to do the display, so
8742         that the diary entries can be obtained without displaying them.
8743         (simple-diary-display): New function (renaming of
8744         ordinary-list-diary-hook).
8745         (fancy-diary-display): New function (renaming of
8746         prepare-fancy-diary-buffer).
8748         calendar.el: Add default definition of diary-display-hook.
8750 1990-10-20  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8752         * calendar.el
8753         (describe-calendar-mode): Rewrote to give just a brief description
8754         of the mode instead of calling describe-mode.
8756 1990-10-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8758         * holiday.el:
8759         (calendar-holiday-function-hebrew): Fixed minor problem with the
8760         code to short-circuit the calculations to save time.
8762         *diary.el:
8763         (mark-hebrew-calendar-date-pattern): Fixed minor problem with the
8764         code to short-circuit the calculations to save time.
8766 1990-09-10  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8768         * diary.el:
8769         (list-diary-entries), (list-hebrew-diary-entries),
8770         (list-islamic-diary-entries): Fixed to use add-to-diary-list.
8772 1990-09-07  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8774         * holiday.el
8775         (filter-visible-calendar-holidays): New function.
8776         (calendar-holiday-function-rosh-hashanah-etc): Rewrote.
8777         (calendar-holiday-function-tisha-b-av-etc): New function.
8778         (calendar-holiday-function-passover-etc): New function.
8779         (calendar-holiday-function-hanukkah): New function.
8780         (calendar-holiday-function-easter-etc): Rewrote.
8782         * calendar.el:
8783         (calendar-other-month): Rewrote.
8784         (calendar-read), (calendar-make-alist): New functions.
8785         Eliminated constants calendar-day-abbrev-list and
8786         calendar-month-abbrev-list.
8787         (calendar-current-date): Eliminated use of calendar-month-abbrev-list.
8788         Modified the default value of `calendar-holidays'.
8789         Added variable `all-christian-calendar-holidays'.
8790         Added variable `all-islamic-calendar-holidays'.
8791         Added variable `all-hebrew-calendar-holidays'.
8792         (redraw-calendar), (calendar-goto-date), (calendar-goto-julian-date),
8793         (calendar-goto-hebrew-date), (calendar-goto-islamic-date),
8794         (calendar-goto-iso-date): New functions.
8795         (calendar-mode-map): Put them on keys.
8796         (calendar-mode): Describe them.
8797         (calendar-mode-map): Put scroll-other-window on a key.
8798         list-diary-entries-hook: Changed the default value to
8799         ordinary-list-diary-hook.
8801         * diary.el:
8802         (mark-diary-entries), (mark-islamic-diary-entries),
8803         (mark-hebrew-diary-entries): Eliminated use of constant alists for
8804         month and day names.
8805         (prepare-fancy-diary-buffer): Fixed the way holidays are displayed
8806         when there are no diary entries but lots of holidays.
8807         (ordinary-list-diary-hook), (add-to-diary-list): New functions.
8810 1990-09-06  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8812         * calendar.el:
8813         Changed reference at beginning of file from the report to the
8814         published version of the paper.
8815         Changed all calls to `mod' to call `%' to avoid problem with cl.
8816         (calendar-date-string): Added optional parameter `nodayname'.
8817         (cursor-to-islamic-calendar-date): Fixed so that
8818         calendar-date-string doesn't try find the day name.
8819         (cursor-to-hebrew-calendar-date): Fixed so that
8820         calendar-date-string doesn't try find the day name.
8821         nongregorian-diary-marking-hook: Fixed typo in doc string.
8822         (calendar-mode): Fixed a typo in doc string.
8823         (cursor-to-iso-calendar-date): Made message consistent with
8824         similar functions for Julian, Islamic, Hebrew, and French calendars.
8825         (calendar-absolute-from-gregorian): Simplified calculation.
8826         (calendar-mark-today): Changed today mark to `=' to avoid
8827         confusion with the default holiday mark.
8828         (calendar-julian-from-absolute): Rewrote parallel to other functions.
8829         (calendar-islamic-from-absolute): Rewrote parallel to other functions.
8830         (calendar-forward-day): Fixed movement when cursor is not on a date
8831         and arg is negative.
8832         Added description of new `if' form to doc string for calendar-holidays.
8835         * diary.el:
8836         Changed all calls to `mod' to call `%' to avoid problem with cl.
8837         (diary-entry-time): New function.
8838         (diary-entry-compare): Rewritten to take time of day into account.
8840         * holiday.el:
8841         Changed all calls to `mod' to call `%' to avoid problem with cl.
8842         (calendar-holiday-function-rosh-hashanah-etc): Fixed grammatical
8843         error in a comment.
8844         (calendar-holiday-function-hebrew): Fixed typo in doc string.
8845         (calendar-holiday-function-islamic): Fixed typo in doc string.
8846         (calendar-holiday-function-if): New function.
8848 1990-11-19  Richard Mlynarik  (mly@august-east)
8850         * rfc822.el (rfc822-addresses):  Blow out, don't loop, on ")
8851         (rfc822-addresses-1) Error if address "phrase" not followed by
8852         route-spec
8854         * ebuff-menu.el (Electric-buffer-menu-mode): Remove questionable
8855         code which attempted to fake out mode-name in mode-line-list.
8856         Also, use slow \\<...> technology.
8858 1990-11-13  David J. MacKenzie  (djm@apple-gunkies)
8860         * fortran.el: Use domain format instead of uucp format for bug
8861         list address.
8863 1990-11-12  Richard Stallman  (rms@mole.ai.mit.edu)
8865         * lisp.el (lisp-complete-symbol): Use emacs-lisp-mode-syntax-table.
8867 1990-11-05  Roland McGrath  (roland@geech.ai.mit.edu)
8869         * compile.el (compilation-window-height): Added defconst for this,
8870         since it somehow disappeared.
8872         * compile.el: Unoverhauled.  Restored from old 19 compile.el, plus
8873         these changes: (compilation-{enter,leave}-directory-regexp): New
8874         variables, specifying regexps that match lines saying the compilation
8875         process is entering/leaving a directory.  The default values match the
8876         messages produced by the `-w' option to GNU make.
8877         (compilation-error-regexp-alist): [Idea from tale.]  Replaces
8878         compilation-error-regexp.  Alist (REGEXP FILE-IDX LINE-IDX) of regular
8879         expressions to match errors in compilation.  If REGEXP matches, the
8880         FILE-IDX'th subexpression gives the file name, and the LINE-IDX'th
8881         subexpression gives the line number.
8882         (compilation-parse-errors): Rewritten.  Combine the error and
8883         enter/leave directory regexps into a single regexp to search for, and
8884         dispatch on which subexpressions match.  When the enter-directory
8885         regexp matches, set default-directory to that directory, and push it
8886         on compilation-directory-stack.  When the leave-directory regexp
8887         matches, pop the stack to find the matching directory, and set
8888         default-directory to that.  This change requries RE_NREGS to be (at
8889         least 26) (it's been upped from 10 to 30 in v19 ../src/regex.h).
8890         (compilation-finish-hook): New variable, a hook to run when a
8891         compilation finishes.  Called with two args: the compilation buffer
8892         that finished, and the string passed to the process-sentinel
8893         describing how it finished ("exited", "signaled", etc.).
8894         (compilation-sentinel): Call it.  (compilation-buffer-name-hook): Hook
8895         called to generate a name for a compilation buffer.  Passed one arg,
8896         the name of the major mode of the buffer.  (compile-internal): Use it.
8897         [From tale's changes:]
8898         (compile): Moved window enlarging to compile-internal.
8899         (compile-internal): Don't use with-output-to-temp-buffer.  Use
8900         display-buffer instead.
8902 1990-11-05  David Lawrence  (tale@pogo.ai.mit.edu)
8904         * c++-mode.el (c++-mode):  Made several global variables related to
8905         comment handling buffer-local.
8907         * emerge.el:  Moved the kill-buffers out of emerge-extract-* and
8908         into the emerge-make-*-list functions which are responsible for
8909         creating and using them.  unwind-protect it to make sure the
8910         buffer is always killed.
8912         * subr.el:  fset buffer-flush-undo to buffer-disable-undo, not
8913         buffer-enable-undo.
8915         * comint.el, inf-lisp.el, shell.el:  Updated to meet Olin's
8916         version 2.0 comint offerings.
8917         * ring.el:  The underlying history mechanism for comint.
8918         Generalised handling of a ring data type based on vectors.
8919         * history.el:  For now, a symlink to ring.el.
8920         * loaddefs.el:  Updated shell-prompt-pattern doc string.
8922 1990-11-02  Richard Stallman  (rms@mole.ai.mit.edu)
8924         * files.el (set-visited-file-name): Reject empty string as name.
8926         * saveconf.el (save-context): Record dired buffers.
8927         (save-context-buffer-name): Compute the "name" of a buffer.
8928         (restore-context): Handle expressions as buffer names.
8930 1990-11-01  Richard Stallman  (rms@mole.ai.mit.edu)
8932         * info.el (Info-find-node): Simplify file search.
8933         Try appending `.info' to specified name.
8935 1990-10-31  Jim Blandy  (jimb@gnu.ai.mit.edu)
8937         * bytecomp.el: Put properties on * so that the byte-compiler knows
8938         how to inline multiplication.
8940 1990-10-30  Richard Stallman  (rms@mole.ai.mit.edu)
8942         * files.el (delete-auto-save-file-if-necessary):
8943         Don't delete if auto-saveing in visited file.
8945 1990-10-29  Jim Blandy  (jimb@pogo.ai.mit.edu)
8947         * subr.el: `buffer-flush-undo' is now officially named
8948         `buffer-enable-undo'; added an alias for backward compatibility.
8950 1990-10-28  Richard Stallman  (rms@mole.ai.mit.edu)
8952         * dabbrev.el (dabbrev-expand): Use original abbrev for case pattern.
8953         Do preserve case if expansion has a single uppercase initial.
8955 1990-10-26  Richard Stallman  (rms@mole.ai.mit.edu)
8957         * subr.el (keyboard-translate): New function.
8959 1990-10-25  Robert J. Chassell  (bob@gnu.ai.mit.edu)
8961         * texinfmt.el (texinfo-format-defun-1): Replace with new version
8962         that handles @deftypefn and related typed definition commands.
8963         (texinfo-format-deftypefn-type, texinfo-format-deftypefn-index):
8964         Formatting commands for @deftypefn and related typed definition
8965         commands.  Inserted related `put' expressions.
8967 1990-10-23  David Lawrence  (tale@pogo.ai.mit.edu)
8969         * emerge.el (emerge-setup, emerge-setup-with-ancestor):  Moved
8970         insert-buffer calls back before call to emerge-extract-diffs where
8971         the merge-buffer really needs to have something in it.
8972         (emerge-extract-diffs,emerge-extract-diffs3):  Moved errant
8973         kill-buffer which interfered with return value of functions.
8975 1990-10-22  David Lawrence  (tale@pogo.ai.mit.edu)
8977         * loaddefs.el, bibtex.el:  Changed bogus "" sequences attempting
8978         to generate a single quote to \" pairs.
8980         * calc-aent.el, calc-alg-2.el, calc-alg.el, calc-arith.el,
8981         calc-bin.el, calc-comb.el, calc-comp.el, calc-cplx.el,
8982         calc-ext.el, calc-forms.el, calc-frac.el, calc-funcs.el,
8983         calc-graph.el, calc-incom.el, calc-lang.el, calc-macs.el,
8984         calc-map.el, calc-mat.el, calc-math.el, calc-misc.el,
8985         calc-mode.el, calc-prog.el, calc-rewr.el, calc-rules.el,
8986         calc-sel-2.el, calc-sel.el, calc-store.el, calc-stuff.el,
8987         calc-trail.el, calc-undo.el, calc-units.el, calc-vec.el,
8988         calc-yank.el, calc.el:  New files for a very complete RPN
8989         calculator which supports integer, rational, floating-point,
8990         comples, matrix and symbolic arithmetic to arbitrary precision.
8992         edmacro.el:  New file, a keyboard macro editor.  On its own
8993         probably not very useful, but in the context of calc
8994         programmability it fits the model well.
8996         emerge.el:  New file, for merging files or buffers based on their
8997         differences.
8999         loaddefs.el:  Autoloads for calc, quick-calc, full-calc,
9000         calc-eval, defmath, calc-grab-region and calc-extensions for the
9001         calculator.  Bind calc to M-#.
9002         Autoloads for edit-kbd-macro, edit-last-kbd-macro and
9003         read-kbd-macro for edmacro.
9004         Autoloads for emerge-files, emerge-files-with-ancestor,
9005         emerge-buffers and emerge-buffers-with-ancestor for emerge.
9007 1990-10-21  Richard Stallman  (rms@mole.ai.mit.edu)
9009         * window.el (split-window-vertically):
9010         Select the bottom window if that lets point stay on screen.
9012         * etags.el (visit-tags-table-buffer):
9013         Handle local bindings of tags-file-name.
9015 1990-10-19  Robert J. Chassell  (bob@gnu.ai.mit.edu)
9017         * texinfmt.el (texinfo-format-include,
9018         texinfo-format-setfilename): Redefined to handle new include
9019         files.  (texinfo-format-buffer-1, texinfo-format-region): Add
9020         `last-input-buffer' so handles new include files.
9021         (texinfo-format-bullet, texinfo-format-minus,
9022         texinfo-format-paragraph-break): Require braces if used within
9023         line; do no require braces if used@end of line.
9024         (texinfo-optional-braces-discard): Discard optional braces.
9026         * texnfo-upd.el (texinfo-incorporate-descriptions): Require exact
9027         match for item names.
9028         (texinfo-update-menu-region-beginning): Do not accidentally copy
9029         an info-only title for the top node into the main menu.
9030         (texinfo-section-types-regexp): Add `@chapheading'.
9031         (texinfo-find-lower-level-node, texinfo-find-higher-level-node,
9032         texinfo-menu-locate-entry-p, texinfo-copy-menu-title,
9033         texinfo-update-menu-region-beginning, texinfo-update-menu-region-end):
9034         Handle `@ifinfo' as well as comment line following node line.
9035         (texinfo-multiple-files-update and aux. files):  Added to handle
9036         multi-file Texinfo sources.
9038 1990-10-18  Richard Stallman  (rms@mole.ai.mit.edu)
9040         * info.el (Info-help): Go to one window.
9042 1990-10-17  David Lawrence  (tale@pogo.ai.mit.edu)
9044         * lisp-mode.el:  Indent autoload like defun.
9046         * cl.el, mh-e.el, gnus.el:  Change uses of lisp-indent-hook to
9047         lisp-indent-function.
9049 1990-10-16  Richard Stallman  (rms@mole.ai.mit.edu)
9051         * files.el (revert-buffer): Discard all undo records.
9052         * rmail.el (rmail-expunge, rmail-get-new-mail): Likewise.
9054 1990-10-14  Richard Stallman  (rms@mole.ai.mit.edu)
9056         * bytecomp.el (symbol-function, fset, read-char): Don't open code them.
9058 1990-10-11  Richard Stallman  (rms@mole.ai.mit.edu)
9060         * Kill commands on read-only buffers, just copy to kill-ring.
9061         * simple.el (kill-region): If read-only, just copy to kill-ring.
9062         (zap-to-char, kill-line, kill-comment, kill-word):
9063         (backward-kill-word, kill-paragraph, backward-kill-paragraph):
9064         Allow read-only buffers.
9066         * csharp.el: New file.
9068 1990-10-10  Richard Stallman  (rms@mole.ai.mit.edu)
9070         * rmailsum.el (rmail-summary-scroll-msg-up): Make msg visible.
9071         (rmail-summary-scroll-msg-down): Likewise.
9073         * bytecomp.el (byte-compile-associative): New function.
9074         (+, max, min, -): Use that.
9075         (byte-compile-make-binary, byte-compile-butlast): New functions.
9077 1990-10-09  Richard Stallman  (rms@mole.ai.mit.edu)
9079         * dired.el (dired-compress, dired-uncompress): Put output from
9080         subprocess in a buffer to display it.
9082         * appt.el (fix-time): Deleted.
9083         (appt-select-lowest-window): Renamed from select-lowest-window.
9084         (appt-visible): Renamed from appt-visable.
9086         * time.el (display-time-filter): Run display-time-hook.
9088         * lisp.el (lisp-complete-symbol): Last change clobbered beg.
9090         * lisp-mode.el (indent-sexp): Make sure outer loop ends@eob.
9092 1990-10-08  Richard Stallman  (rms@mole.ai.mit.edu)
9094         * man.el (nuke-nroff-bs): Handle o\b+.
9096         * files.el (save-buffers-kill-emacs): Do querying here.
9097         Don't die if process-list is not defined.
9099         * simple.el (next-complex-command): Fix typo.
9101 1990-10-07  Richard Stallman  (rms@mole.ai.mit.edu)
9103         * bytecomp.el (byte-compile-file): Run set-auto-mode.
9105 1990-10-01  David Lawrence  (tale@pogo.ai.mit.edu)
9107         * compile.el:  Major overhauls.  Remove references to mode, since
9108         it never really was a mode.
9109         (compile-regexp-list):  Don't use a single regexp, but try
9110         multiple ones from a list.
9111         (next-error): Don't read in every single file when doing
9112         next-error, just go to the line of the next file, reading it in if
9113         need be.  The old method was slow and could end up creating a lot
9114         of buffers you never wanted around.
9115         Use buffer named in compilation-buffer.  Get buffer to use
9116         interactively via compilation-use-buffer if called with arg.
9117         (compile-internal):  Move window resizing here, since a grep
9118         window is still a compile window as far as this package is
9119         concerned.  Don't use with-output-to-temp-buffer since it is very
9120         anti-social with show-temp-buffer-hooks which resize based on the
9121         how much data is output by its forms; it never worked with
9122         compile-window-height that way anyway.
9123         (compilation-parse-line):  Figures out file and line for
9124         next-error from compile-regexp-list.
9125         (compilation-use-buffer):  Function which sets buffer for
9126         next-error to use.
9128 1990-10-01  Richard Stallman  (rms@mole.ai.mit.edu)
9130         * c-mode.el (c-indent-line): Special clause for `} else'.
9132 1990-09-30  Richard Stallman  (rms@mole.ai.mit.edu)
9134         * compile.el (compilation-mode): Don't set compilation-error-regexp.
9135         (compile-internal): Set it here.
9136         (compilation-error-regexp): Put on permanent-local property.
9138         * startup.el (command-line-functions): New variable.
9139         (command-line-1): Do something with it.
9141         * diff.el (diff): Fix bug in searching for first change run.
9143         * bytecomp.el (byte-compile-lambda): Handle string constant as value.
9145 1990-09-28  Richard Stallman  (rms@mole.ai.mit.edu)
9147         * mh-e.el: New version from Larus.
9149         * c-mode.el (calculate-c-indent): When looking@previous column-0
9150         line, allow whitespace between the close-paren and the semicolon.
9152 1990-09-26  Richard Stallman  (rms@mole.ai.mit.edu)
9154         * startup.el (command-line): Make init-file-user permanent.
9156 1990-09-25  David Lawrence  (tale@pogo.ai.mit.edu)
9158         * edebug.el:  New file for elisp source debugging.
9160         * loaddefs.el:  Autoload edebug with edebug-defun.
9162         * lisp-mode.el (eval-defun):  If arg, edebug-defun.
9164         * simple.el (comment-region):  New function.
9166         * c-mode.el (c-beginning-of-statement, c-end-of-statement):
9167         New functions bound to M-a and M-e respectively.
9168         (c-beginning-of-statement-1, c-end-of-statement-1):  Engines for
9169         above.
9170         (set-c-style):  New function to easily select a preferred
9171         indentation style.
9172         (c-style-alist):  Styles and variables values for set-c-style.
9174         * asm-mode.el:  New file.  Mode for editing assembler code.
9176         * loaddefs.el (auto-mode-alist):  Use asm-mode for .s files.
9177         Autoload it.
9179 1990-09-24  Richard Stallman  (rms@mole.ai.mit.edu)
9181         * loaddefs.el (auto-mode-alist): Use \\' for end of string.
9183 1990-09-22  David Lawrence  (tale@pogo.ai.mit.edu)
9185         * simple.el (shell-command):  Document in code comment why -f is
9186         not used for C shells.  Perhaps this will get people to stop
9187         asking about it.
9189 1990-09-21  Richard Stallman  (rms@mole.ai.mit.edu)
9191         * isearch.el (nonincremental-search): Bind cursor-in-echo-area
9192         only as long as necessary.
9194 1990-09-21  David Lawrence  (tale@pogo.ai.mit.edu)
9196         * loaddefs.el (auto-mode-alist):  Use bibtex-mode for .bib files
9197         and autoload it.
9199 1990-09-18  Richard Stallman  (rms@mole.ai.mit.edu)
9201         * doctor.el (doctor-caddr, doctor-cadr, doctor-cddr): Renamed.
9203 1990-09-13  Richard Stallman  (rms@mole.ai.mit.edu)
9205         * c-mode.el (calculate-c-indent): Skip back across preprocessor
9206         lines before testing for a continuation statement.
9208         * mouse.el (mouse-set-point): Compensate properly for hscroll.
9210 1990-09-13  Robert J. Chassell  (bob@gnu.ai.mit.edu)
9212         * texinfmt.el (texinfo-format-inforef): Item name now optional.
9214 1990-09-13  Richard Stallman  (rms@mole.ai.mit.edu)
9216         * rmail.el (rmail-nuke-pinhead-header): Save From line in Mail-from:.
9218         * help.el (print-help-return-message): Mention C-M-v.
9220 1990-09-10  Chris Hanson  (cph@kleph)
9222         * xscheme.el (xscheme-eval): Add hook that allows Scheme to
9223         evaluate arbitrary expression in Emacs.
9224         (scheme-interaction-mode): Run scheme-mode-hook before
9225         scheme-interaction-mode-hook.
9226         Guarantee that the process-filter's state is correctly updated
9227         before calling any code that can possibly allow more input to be
9228         read from the process.
9230 1990-09-10  Richard Stallman  (rms@mole.ai.mit.edu)
9232         * rmailsort.el (rmail-sortable-date-string): Handle excess space.
9233         Discard century from year.
9235         * files.el (after-find-file): Improve a message.
9237 1990-09-09  Richard Stallman  (rms@mole.ai.mit.edu)
9239         * sendmail.el (mail-signature): t means use signature file.
9240         (mail-setup): Implement that.
9241         (mail-mode-map): Put mail-signature command back on C-c C-w.
9242         (mail-signature-inserted): Variable deleted.
9244 1990-09-08  Richard Stallman  (rms@mole.ai.mit.edu)
9246         * ftp.el (ftp-command): Ignore output lines without status codes.
9248 1990-09-06  Richard Stallman  (rms@mole.ai.mit.edu)
9250         * sendmail.el (mail-signature): New variable holds signature.
9251         (mail-setup): Default mail-signature from .signature file.
9252         Insert the value.
9254 1990-09-04  Richard Stallman  (rms@mole.ai.mit.edu)
9256         * ftp.el (ftp-write-file): Accept status 125 as normal.
9258 1990-09-03  David Lawrence  (tale@pogo.ai.mit.edu)
9260         * rnews.el:  Reinstated.
9262 1990-09-01  Richard Stallman  (rms@mole.ai.mit.edu)
9264         * files.el (backup-buffer): Test backup-inhibited.
9265         (find-file-noselect, set-visited-file-name): Set that var
9266         based on backup-enable-predicate.
9268 1990-08-31  David Lawrence  (tale@pogo.ai.mit.edu)
9270         * sendmail.el (mail-send-and-exit):  Remove dependency on other
9271         window being in rmail-mode in order to delete selected window.
9273 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
9275         * paths.el:  Add gnus-default-nntp-server, gnus-nntp-service,
9276         gnus-your-domain, gnus-your-organization, and gnus-newsrc-file to
9277         be visible for admins during installation configuration.
9279         * loaddefs.el:
9280         (gnus, gnus-post-news):  Autoload gnus.
9281         (sendnews, postnews): fset to gnus-post-news instead of news-post-news.
9282         (rnews, news-post-news):  Removed autoloads.
9284         * gnus.el:  New file.
9285         (gnus-make-newsrc-file):  Removed.
9286         (gnus-read-newsrc-file):  Work without above.
9287         (gnus-Info-directory):  Removed.
9288         (gnus-Info-find-node):  Work without above.
9289         (lots of variables):  Made non-interactive.  Some doc fixes.
9291         * gnuspost.el, gnusmail.el, gnusmisc.el, nntp.el, nnspool.el,
9292         * mhspool.el:  New files.
9294         * rnews.el:  Removed.  (Renamed to rnews.el.~backout~.)
9296 1990-08-29  Richard Stallman  (rms@mole.ai.mit.edu)
9298         * loaddefs.el: Put paragraph commands on M-{ and M-}.
9300         * files.el (basic-save-buffer): Make error messages more natural.
9302         * rmail.el (rmail-search): Call rmail-maybe-set-message-counters.
9304 1990-08-29  David Lawrence  (tale@pogo.ai.mit.edu)
9306         * files.el (basic-save-buffer):  Signal an error when the directory
9307         doesn't exist or is write-protected.
9308         (set-visited-file-name):  When renaming buffer, don't switch from
9309         current name if that is the name causing the conflict for the new name.
9310         Eg, C-x b foo C-x C-w /tmp/foo would name the buffer foo<2> and
9311         leave no foo around.  Now it stays foo.
9313         * fortran.el (fortran-mode):  Define comment-line-start-skip based
9314         partially on value of fortran-comment-region; statements starting
9315         with c (eg: call, common) were being indented as comments.
9316         (fortran-current-line-indentation):  Only skip over continuation
9317         char or line number for statements.  It was giving back wrong
9318         values for statements which started in columns 1-6.
9319         (fortran-mode-version):  Removed.
9321 1990-08-28  David Lawrence  (tale@pogo.ai.mit.edu)
9323         * loaddefs.el:  Autoload reverse-region from sort.el.
9325         * cl.el:
9326         (defstruct):  The copier function invoked the non-existent
9327         copy-vector.  Calling copy-sequence does the job.
9328         (defsetf for point):  Point's inverse is goto-char.  Of course,
9329         what do we do with the other basic types of Emacs Lisp?
9330         (member):  Another, perhaps counterproductive, speed hack.  When
9331         test or testnot are symbols (hopefully, non-null), they are
9332         replaced by their symbol-function slots.  This presumably reduces
9333         one indirection per each funcall in the inner loop.
9334         (byte-compile-named-list-accessors):  Another byte-compile
9335         handler, this one eliminates the extra call incurred when using
9336         first, ..., tenth, or rest.  This makes those list accessors
9337         essentially as primitive as car, cdr, or nth.
9338         (with-keyword-args): Macro that simplifies most of the handling of
9339         klists.  The only neglected functionality is that no supplied-p
9340         forms exist (although that is true also of lambda lists in Emacs Lisp).
9341         (cl-eval-print-last-sexp):  Added half-hearted support for -, +,
9342         ++, +++, *, **, ***, /, //, ///; and cleared the mvalues mechanism
9343         at every call.
9344         (declare, proclaim, the):  Make some more CL codes easy to load.
9345         These are dummies, and have no effect whatsoever.  (Perhaps `the'
9346         could be made to check in  interpreter, and to ignore in the
9347         compiler.  Then again, writing `typecase' would be also useful and
9348         I haven't done it yet.)
9349         (byte-compile-ca*d*r):  New function, used as a handler from
9350         byte-compile-form to eliminate the extra call to the c*r functions
9351         in compiled code.
9352         (adjoin, map):  Changed to use `memq' instead of `member', too.
9353         (case, ecase):  Via a change in case-clausify, these macros now
9354         generate tests using the primitive `memq', instead of the heavier
9355         `member'.
9356         (member):  Rewrote it to exploit the keyword argument machinery.
9357         It also tries to call memq whenever possible.
9358         (many funcs):  Two-branch conds changed into simple ifs here and
9359         there, minor layout changes all over.
9360         (defsetf):  `Puts' occur in the generated code, not in the macro
9361         expander.  (Didn't we fix this long ago?)
9362         (setf):  Comment disagreed with the code.  Code was right.
9363         (defkeyword):  Was dropping the DOCSTRING.
9364         (reduce): New function.  Presented as an example of how to use
9365         KLISTs to parse calls in functions that take keyword arguments.
9366         (concatenate, map):  New functions.
9367         (extract-from-klist):  Swapped arguments for convenience.
9368         (keyword-argument-supplied-p, cl$subseq-as-list):  New auxiliary
9369         functions.
9370         (build-klist):  Better error messages.
9371         (psetf):  Rewrote, patterned after the new psetq.
9372         (psetq):  Added early check for even number of arguments.  This
9373         causes a better error message than previously.
9374         (defstruct, parse$defstruct$options):  asp@CS.CMU.EDU (James
9375         Aspnes) reported that defstruct wasn't handling properly the use
9376         of accessors of an :included definition applied to instances of
9377         the :including structure.  Indeed, the old version was
9378         implementing a (rather useless) sense of multiple-inheritance that
9379         was inimical to the Common Lisp sense.  Fixed here by adding
9380         properties :structure-includes and :structure-included-in to the
9381         struct name.  They keep track of the graph of inclusions.
9382         (mapc, maplist, mapl, mapcan, mapcon,
9383         copy-list, copy-tree, revappend, nreconc, nbutlast,
9384         subst, subst-if, subst-if-not, sublis,
9385         member-if, member-if-not, tailp):  New functions, developed apart
9386         and now merged with the main file.  They still don't take :keyword
9387         arguments.
9389         * sort.el (sort-subr):  Support floating point numbers.
9390         (sort-float-fields, reverse-region):  New functions.
9391         (sort-numeric-fields, sort-fields, sort-float-fields):  Use -ARG
9392         to mean count fields from right, not reverse.  (Doc fixes.)
9393         (sort-fields-1):  Let negative arg pass unmolested.  Always do
9394         ascending sort.
9395         (sort-skip-fields):  Handle negative field.
9397         * tex-mode.el (tex-mode-map):  Move bindings of M-{ and M-} to
9398          C-c { and C-c }.
9400 1990-08-28  Roland McGrath  (roland@gnu.ai.mit.edu)
9402         * bytecomp.el (byte-compile-file): If interactive, ask user if he
9403         wants to save a buffer visiting file to be compiled.
9405 1990-08-27  David Lawrence  (tale@pogo.ai.mit.edu)
9407         * compile.el (compilation-error-regexp):  Padded up a little to
9408         work with new function:
9409         (compilation-get-file-and-line):  Grabs file and line using
9410         matched sub-expressions in compilation-error-regexp.
9411         (compilation-parse-errors):  Use new function.
9412         (compilation-sentinel):  Make buffer writable before trying to
9413         insert things.
9415         * info.el (Info-extract-menu-item):  Search for an exact match for
9416         menu item before looking for a partial match.  Regexp-quote the
9417         search string.
9419         * lisp.el (lisp-complete-symbol):  Display possibilities in
9420         *Completions* not *Help*.
9422         * help.el (describe-mode):  Use Dale Worley's version to also show
9423         minor mode documentation if argument is given.  Fset
9424         defining-keyboard-macro to start-keyboard-macro so its
9425         documentation can be found.  Currently does not work with
9426         auto-fill-mode because of the hook nature of its minor mode
9427         indicator variable.
9429 1990-08-26  Richard Stallman  (rms@mole.ai.mit.edu)
9431         * terminal.el: Move possibly offensive comments to term-nasty.el.
9432         (te-quote-arg-for-sh): Give some variables more useful names.
9434 1990-08-25  Richard Stallman  (rms@mole.ai.mit.edu)
9436         * resume.el: New version from Joe Wells.
9438 1990-08-22  Joseph Arceneaux  (jla@geech)
9440         * lisp.el (lisp-complete-symbol): Use lisp-mode-syntax table
9441         rather than current buffer's.
9443 1990-08-16  Richard Stallman  (rms@mole.ai.mit.edu)
9445         * isearch.el (isearch): For C-y and C-w in regexp search,
9446         use regexp-quote.
9448         * time.el (display-time-filter): Check that file is non-empty.
9450 1990-08-16  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9452         * term/x-win.el: Don't define C-z here; it's now in screen.el.
9454 1990-08-14  David J. MacKenzie  (djm@apple-gunkies)
9456         * time.el: New version that uses wakeup instead of loadst.
9458 1990-08-14  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9460         * simple.el (eval-current-buffer): New function.
9462         * screen.el: Moved screen convenience functions here, formerly in
9463         term/x-win.el.
9464         other-window now bound to esc-o, ctl-x-o now next-multiscreen-window.
9466 1990-08-13  Richard Stallman  (rms@mole.ai.mit.edu)
9468         * files.el: Doc fix.
9470 1990-08-11  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9472         * screen.el (get-screen):  Don't loop on screen-visible-p.
9473         Set auto-new-screen-function to new-screen.
9475         * gdb.el (gdb-break): Also handle temporary breaks.
9477 1990-08-01  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9479         * bytecomp.el (byte-compile-file): Fix format string in call to
9480         float-output-format.
9482 1990-07-31  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9484         * files.el (find-alternate-file):  Don't depend on buffer being
9485         read-only for modifications to invoke yes-or-no-p.
9487 1990-07-28  Richard Stallman  (rms@mole.ai.mit.edu)
9489         * paths.el (rmail-spool-directory):
9490         Change silicon-graphics-unix to irix.
9492 1990-07-27  Richard Stallman  (rms@mole.ai.mit.edu)
9494         * tex-mode.el (tex-region): Set tex-last-temp-file in shell buffer.
9495         Give it tex-filter as a filter.
9496         (tex-filter): New function.  Deletes the temp file and junk files.
9497         (tex-directory): Now set to `.'.
9499 1990-07-27  David Lawrence  (tale@pogo.ai.mit.edu)
9501         * fill.el (fill-region-as-paragraph):  Remove tabs that aren't in
9502         fill-prefix or part of paragraph indentation.
9504 1990-07-26  Richard Stallman  (rms@mole.ai.mit.edu)
9506         * bytecomp.el (byte-compile-file-forms): New function.
9507         (byte-compile-file): Use that for the runs of ordinary forms.
9508         Don't crash when make-byte-code has only 3 elements.
9510         * help.el (view-lossage): Use insert, not `newline'.
9512         * info.el (Info-find-node): Set case-fold-search for tag tbl buffer.
9514 1990-07-26  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9516         * bytecomp.el (byte-compile-verbose): Baud rate is a variable, not
9517         a function in 19.
9519 1990-07-26  Richard Stallman  (rms@mole.ai.mit.edu)
9521         * chistory.el (command-history-repeat): New function.
9522         (command-history-map): Put command-history-repeat on x.
9523         (command-history-mode): Document that.
9525 1990-07-26  David Lawrence  (tale@pogo.ai.mit.edu)
9527         * c-mode.el (c-auto-newline):  Doc addition.
9528         (electric-c-terminator):  Removed bogus set-marker.
9529         (electric-c-sharp-sign):  Make sure c-auto-newline is nil for call
9530         to electric-c-terminator.
9532         * texinfo.el:  Bind tex-insert-quote to " in texinfo-mode-map.
9534         * simple.el (goal-column):  Make buffer-local.
9536         * man.el (manual-entry):  Enter view-mode.
9538 1990-07-25  David Lawrence  (tale@pogo.ai.mit.edu)
9540         * replace.el (occur-last-string):  New variable to hold last
9541         interactive regexp to occur.
9542         (occur):  Use occur-last-string.
9544         * lisp.el (down-list):  Doc fix.
9546 1990-07-24  Richard Stallman  (rms@mole.ai.mit.edu)
9548         * files.el (find-file-noselect): Nice msg if can write but not read.
9550         * lisp.el: Doc fix.
9552 1990-07-19  Richard Stallman  (rms@mole.ai.mit.edu)
9554         * bytecomp.el (byte-compile-lambda): Fix test for nontrivial function.
9556 1990-07-17  Richard Stallman  (rms@mole.ai.mit.edu)
9558         * files.el (find-file-read-only-other-window): New function.
9559         Put on C-x 4 r.
9561 1990-07-15  Richard Stallman  (rms@mole.ai.mit.edu)
9563         * register.el (view-register): Don't ignore first line of rect.
9565 1990-07-14  Richard Stallman  (rms@mole.ai.mit.edu)
9567         * outline.el (show-children): Make default arg smarter.
9569 1990-07-12  Richard Stallman  (rms@mole.ai.mit.edu)
9571         * compile.el (compile-internal): Make *compilation* read-only
9572         except during this function.
9574 1990-07-11  Richard Stallman  (rms@mole.ai.mit.edu)
9576         * c-mode.el (c-comment-indent): Special case comment after }.
9578 1990-07-05  Robert J. Chassell  (bob@gnu.ai.mit.edu)
9580         * texinfmt.el: Renamed Lisp definitions section to `Description
9581           formatting' and revised `texinfo-format-defun-1' and format
9582           defuns to handle object oriented descriptions properly.
9584 1990-06-30  Richard Stallman  (rms@mole.ai.mit.edu)
9586         * dbx.el: Use C-x SPC for setting break point.
9588 1990-06-29  Richard Stallman  (rms@mole.ai.mit.edu)
9590         * sort.el: Doc fix.
9592 1990-06-28  Robert J. Chassell  (bob@gnu.ai.mit.edu)
9594         * texinfmt.el (texinfo-format-paragraph-break): @br{} no longer a
9595           noop.
9597         * texinfmt.el (texinfo-format-scan): @* now breaks lines; no
9598           longer does nothing.
9600         * texinfmt.el: `Bottom node' changed to `End node' and `BN'
9601           changed to `EN'; also, `footnote-style' changed to
9602           `texinfo-footnote-style'.
9604         * texnfo-upd.el (texinfo-all-menus-update): With a non-nil
9605           argument, now updates all the nodes in the buffer before
9606           updating the menus.
9608         * texnfo-upd.el (texinfo-master-menu): With non-nil argument
9609           (prefix, if interactive) means first update all existing nodes
9610           and menus, not just menus.
9612         * texinfo.el (texinfo-show-structure): With optional arg, list
9613           lines with @-sign commands for @chapter, @section and the like,
9614           but not @node lines.
9616 1990-06-27  Richard Stallman (rms@mole.ai.mit.edu)
9618         * paragraphs.el (start-of-paragraph-text): Avoid infinite loop.
9620 1990-06-26  Richard Stallman  (rms@mole.ai.mit.edu)
9622         * disass.el (disassemble-1): Check ptr in range for aref.
9624         * bytecomp.el (byte-compile-defvar, byte-compile-defconst): New.
9625         (byte-compile-find-vars-1): Do nothing for defun or defmacro.
9626         Do nothing for defvar or defconst with only one argument.
9627         (byte-compile-lambda): New function for error checking.
9628         (byte-compile-verbose): New variable.
9629         (byte-compile-file, byte-compile-file-form): Check that for messages.
9631 1990-06-26  David Lawrence  (tale@geech)
9633         * compile.el (grep):  Use `grep-command' to also hold args for
9634         grep, like compile-command.
9636         * simple.el (kill-ring-save):  Fixed to not reference free
9637         variable `verbose' but to just unconditionally echo message.
9638         (shell-command):  Use new `last-shell-command' interactively.
9639         (shell-command-on-region):  Use new `last-shell-command-on-region'
9640         interactively.  Delete *Shell Command Output* if no output.
9641         (kill-comment):  Error if no comment syntax defined.
9643 1990-06-25  Richard Stallman  (rms@mole.ai.mit.edu)
9645         * simple.el (kill-region): New arg VERBOSE says print a message.
9646         (kill-ring-save): Print a message, instead of moving point.
9648 1990-06-23  Randall Smith  (randy@substantia-nigra)
9650         * dired.el (dired-flag-regexp-files): Added function to flag all
9651         files matching a REGEXP for deletion.
9652         (): Bound this function to key "F" in dired-mode ("D" was already
9653         taken).
9655 1990-06-22  Richard Stallman  (rms@albert.ai.mit.edu)
9657         * fill.el (fill-region-as-paragraph): Don't consider colon as sentence
9658         end.  Use syntax table to decide what is whitespace.
9659         (justify-current-line): Don't consider colon as sentence end.
9661         * c-mode.el (calculate-c-indent): Back up over comma before
9662         calling c-backward-to-start-of-continued-exp.
9663         (c-backward-to-start-of-continued-exp): Back up over strings.
9665 1990-06-21  Robert J. Chassell  (bob@pogo.ai.mit.edu)
9667         * texinfmt.el (texinfo-format-include): Include files ending with
9668           ".texi" as well as ".texinfo" and ".tex".
9670         * texinfmt.el: Define @shortcontents, like @summaryconents, as
9671           'texinfo-discard-line-with-args.
9673 1990-06-20  Richard Stallman  (rms@mole.ai.mit.edu)
9675         * isearch.el (isearch): Do exit on meta keys.
9676         Also exit on function keys and mouse clicks.
9677         * loaddefs.el (search-exit-char): Change back to escape.
9678         (search-ring-advance-char): Moved from isearch.el.
9679         (search-ring-retreat-char): Renamed from ...-recline-char and moved.
9681         * float.el: Provide 'float.
9683 1990-06-19  Richard Stallman  (rms@mole.ai.mit.edu)
9685         * mouse.el (mouse-set-point): Compensate for horizontal scrolling.
9687 1990-06-19  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9689         * isearch.el (isearch): Don't quit on meta-chars.
9691 1990-06-15  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9693         * loaddefs.el: search-exit-char is now Return.
9694         * simple.el: Search-ring advance and recline characters are now
9695         M-n and M-p.
9697 1990-06-15  Robert J. Chassell  (bob@pogo.ai.mit.edu)
9699         * tex-mode.el (tex-start-shell): Don't put `require' in defun, put
9700           it@top level.
9702         * texnfo-upd.el (texinfo-incorporate-descriptions): Don't
9703           accidently find a string in the description that is confused for
9704           a menu item.
9706 1990-06-01  Robert J. Chassell  (bob@wheat-chex)
9708         * texinfo.el: Added `texinfo-tex-region' (C-c C-r) to run TeX on
9709           the current region, `texinfo-tex-buffer' (C-c C-t) to run TeX on
9710           the current buffer, and `texinfo-tex-print' (C-c C-p) to print
9711           the .dvi file made by TeX.
9713           Also, bound functions from TeX mode in Texinfo mode:
9714           `tex-kill-job' (C-c C-k), `tex-recenter-output-buffer' (C-c
9715           C-l), and `tex-show-print-queue' (C-c C-q).
9717 1990-05-31  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9719         * startup.el (command-line):  Check environment variable
9720         VERSION_CONTROL and set version-control appropriately.
9722 1990-05-31  Robert J. Chassell  (bob@wheat-chex)
9724         * texnfo-upd.el (texinfo-top-pointer-case): rewrote to handle
9725           @chapter (or other sectioning) command following Top node.
9727           (texinfo-master-menu): rewrote to remove pre-existing master
9728           menu, if there is one.  Non-nil argument (prefix, if interactive)
9729           now means first update all existing menus---previously it always
9730           updated all existing menus (very time consuming).
9732           (texinfo-all-menus-update,  texinfo-every-node-update):
9733           added a save-excursion to each so that point does not move when
9734           you update the menus or nodes.
9736         * texinfmt.el (texinfo-format-parse-args): expand arguments so
9737           they can include commands such as @code, etc.
9739 1990-05-31  David Lawrence  (tale@geech)
9741         * backquote.el (bq-splicequote):  Correctly splice in elements
9742         when followed by constant elements; don't list the constant elements.
9744         * add-log.el (add-change-log-entry):  Fixed match test for full name.
9746         * lpr.el (print-buffer):  Removed an extra trailing parenthesis.
9748 1990-05-30  David Lawrence  (tale@geech)
9750         * comint.el (comint-load-hook):  Superseded by eval-after-load.
9752         * inf-lisp.el (lisp-eval-region, lisp-compile-region):  Use
9753         temporary files instead of send-string to avoid problems with pty
9754         buffering.
9756         * tex-mode.el (tex-close-latex-block):  Allow whitespace after
9757         \begin and \end before their opening brace.
9758         (tex-last-unended-begin):  Ditto.
9760 1990-05-30  Richard Stallman  (rms@mole.ai.mit.edu)
9762         * subr.el (add-hook): New function.
9764 1990-05-30  David Lawrence  (tale@geech)
9766         * dired.el (dired-revert):  Preserve deletions across reversion
9767         and report files flagged for deletion which were already removed.
9768         When reading the root directory, name the buffer "/".
9770 1990-05-29  Richard Stallman  (rms@mole.ai.mit.edu)
9772         * scheme.el (run-scheme): Autoload deleted.  Already done in loaddefs.
9774 1990-05-24  Robert J. Chassell  (bob@rice-chex)
9776         * page-ext.el (pages-directory-goto): Go to end of file if called
9777         from the last line (which is empty) of the pages-directory
9779 1990-05-24  David Lawrence  (tale@pogo.ai.mit.edu)
9781         * shell.el (shell-load-hook):  Superseded by eval-after-load.
9783         * files.el (cd):  Make sure that directory can be changed to.
9784         * shell.el (shell-process-cd-or-pushd):  ditto.
9786         * c++-mode.el:  Installed latest version from David Detlefs with
9787         all additions made since Sep 1989.
9789 1990-05-24  Robert J. Chassell  (bob@apple-gunkies)
9791         * texinfmt.el:  Added   texinfo-format-defindex   which provides
9792         @defindex and @defcodeindex.
9794         Rewrote texinfo-format-synindex to be more modular; removed
9795         references to it in   texinfo-format-scan   and
9796         texinfo-format-printindex.
9798 1990-05-22  David Lawrence  (tale@geech)
9800         * informat.el: (Info-tagify):  Give status messages before and
9801         after tagifying.
9802         (batch-info-validate): Removed status messages around Info-tagify.
9804         * rmailout.el (rmail-output):  Check for From:, Really-From: and
9805         Sender: fields, in that order, and run mail-strip-quoted-names on
9806         a non-nil value for the initial Unix mail "From user date" line.
9808 1990-05-21  Richard Stallman  (rms@mole.ai.mit.edu)
9810         * buff-menu.el (Buffer-menu-buffer): Simplified.
9811         Set Buffer-menu-buffer-column initially.
9813 1990-05-18  Robert J. Chassell  (bob@apple-gunkies)
9815         * page-ext.el: (pages-addresses-file-name):
9816         Renamed from addresses-file-name.
9818 1990-05-17  Robert J. Chassell  (bob@apple-gunkies)
9820         * texinfo.el (texinfo-mode-map): Replace `C-c LETTER ...' key
9821           bindings for functions updating nodes and menus with `C-c C-...'
9822           keybindings, so as to leave `C-c LETTER' bindings free.
9824         * texnfo-upd.el (texinfo-menu-copy-old-description): Copy
9825           descriptions that begin with an `@' as well as with word syntax char.
9826           (texinfo-insert-master-menu-list): Print message telling which
9827           menu entry it is inserting.
9829 1990-05-12  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9831         * isearch.el (isearch):  Check non-nil of unread command char
9832         before checking >= 0.
9834 1990-05-12  Richard Stallman  (rms@mole.ai.mit.edu)
9836         * info.el (Info-read-subfile): Ignore blank lines in split file list.
9838 1990-05-11  Richard Stallman  (rms@albert.ai.mit.edu)
9840         * isearch.el (isearch): Advance@least one character if empty string
9841         was found the previous time.
9842         * replace.el (keep-lines): Likewise.
9844 1990-05-10  Robert J. Chassell  (bob@wheat-chex)
9846         * texinfmt.el: updated to correspond, more or less, to version 2.8
9847         of texinfo.tex.   Does not do refilling.
9849         texinfo-format-chapter-1  now displays message telling which
9850         section is being formatted, so formatting is no longer silent.
9852         Added notations: @quiv, @error, @expansion, @point, @print, @result
9854         Added @synindex and @syncodeindex, including
9855         texinfo-format-synindex, texinfo-format-syncodeindex,
9856         and defined  syncode-arg  as local variable in texinfo-format-scan.
9857         Modified  texinfo-format-printindex  to handle these.
9859         Added  @ref, which the same as @xref in Info.
9860         Added  @titlespec, which is ignored in Info.
9861         Added  @br  @need  as noops.
9862         Added  @today   texinfo-format-today   in `1 Jan 1900' style.
9863         Added  @defconst, @defcmd  to the  texinfo-format-defun  series
9865         Added  @flushright   @end flushright, including
9866         texinfo-format-flushright, texinfo-end-flushright,
9867         texinfo-do-flushright.
9869         Added  @ftable, which is like the `@table' command but also
9870         inserts each item in the first column into the function index.
9871         Includes texinfo-ftable, texinfo-ftable-item, texinfo-end-ftable.
9873         Added  @footnote, including texinfo-format-footnote, footnote-style,
9874         texinfo-format-make-node, texinfo-format-bottom-node.
9876 1990-05-10  Richard Stallman  (rms@mole.ai.mit.edu)
9878         * bytecomp.el (byte-compile-cond-1): Handle (t).
9880 1990-05-04  Richard Stallman  (rms@mole.ai.mit.edu)
9882         * simple.el (indent-new-comment-line): Delete the temporary newline
9883         even if point is not there after indent-for-comment.
9885 1990-05-04  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9887         * simple.el (open-line):  Insert fill-prefix if defined.
9889 1990-05-01  Richard Stallman  (rms@mole.ai.mit.edu)
9891         * c-mode.el (c-comment-indent): If@beginning of line and
9892         comment-column is 0, insert no space.
9894         * replace.el (occur): Avoid infinite loop@end of buffer.
9896 1990-04-30  Richard Stallman  (rms@mole.ai.mit.edu)
9898         * float.el (float-to-string):
9899         Adjust POWER when rounding makes new digit.
9901 1990-04-26  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9903         * man.el (manual-entry):  Don't allow null topics.
9905         * dired.el (dired-create-directory):  Use new primitive
9906         make-directory.
9907         (dired-do-deletions):  Use new primitive remove-directory.
9909 1990-04-24  Richard Stallman  (rms@mole.ai.mit.edu)
9911         * dired.el (dired-readin): Mark buffer unmodified@end.
9913 1990-04-18  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9915         * loaddefs.el:  Removed Meta-g def of fill-region.
9917 1990-04-13  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9919         * c-mode.el (c-comment-indent): Don't need \n in #endif/#else
9920         regexps.
9922 1990-04-12  Richard Stallman  (rms@mole.ai.mit.edu)
9924         * isearch.el (isearch): In reverse search,
9925         don't move point for C-w, C-y.
9927         * startup.el (normal-top-level): Don't check envvar PWD on vms.
9929 1990-04-10  Richard Stallman  (rms@mole.ai.mit.edu)
9931         * add-log.el (add-change-log-entry): Require match in full-name
9932         as well as login-name.
9933         Don't switch windows if desired buffer already current.
9934         (add-change-log-entry-other-window): Take two args and pass on.
9935         Change interactive spec so default behavior doesn't change.
9937 1990-04-09  Richard Stallman  (rms@mole.ai.mit.edu)
9939         * dired.el (dired-mode): Set list-buffers-directory
9940         like dired-directory.  So name appears in list-buffers.
9942         * sendmail.el (mail-do-fcc): Append properly to rmail buffers.
9944         * bytecomp.el (byte-compile-find-vars-1): Treat interactive
9945         and save-window-excursion like condition-case.
9947 1990-04-08  Richard Stallman  (rms@mole.ai.mit.edu)
9949         * bytecomp.el (byte-compile-file-form): Most forms pushed on `pending'.
9950         Those that are special print their output and first compile
9951         and print the contents of `pending'.
9952         (byte-compile-file):@end of file, compile and print `pending'.
9953         (byte-compile-pending): New function.
9955         * bytecomp.el (byte-compile-find-vars-1):
9956         Special case unwind-protect and save-window-excursion.
9958 1990-04-06  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9960         * mouse.el:  Check consp of coordinates-in-window-p result.
9962 1990-04-06  Richard Stallman  (rms@mole.ai.mit.edu)
9964         * bytecomp.el (byte-compile-file): Accumulate consecutive ordinary
9965         forms, put them together into lambdas, and call them.
9966         (byte-compile-file-form): With nil, do nothing fast.
9967         (byte-compile-lambda): Do nothing with trivial lambdas
9969 1990-04-05  Richard Stallman  (rms@mole.ai.mit.edu)
9971         * rmailout.el (rmail-output-to-rmail-file): Set message counters
9972         before inserting in a file being visited.
9974 1990-04-05  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9976         * screen.el:  Don't redefine ctl-x {p,n}, just ctl-x o.
9978 1990-04-05  Richard Stallman  (rms@mole.ai.mit.edu)
9980         * startup.el (command-line-1): Always erase *scratch*, not current buf.
9982 1990-04-04  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
9984         * screen.el:  Define keys ctl-x {o, n, p}.  Make C-Z iconify
9985         emacs.
9986         (next-multiscreen-window):
9987         (previous-multiscreen-window):  Include the minibuffer screen if
9988         the minbuffer is active.
9990 1990-04-03  Richard Stallman  (rms@mole.ai.mit.edu)
9992         * fill.el (fill-individual-paragraphs): Check for mail header name
9993         only@beginning of line.
9995 1990-03-29  Richard Stallman  (rms@mole.ai.mit.edu)
9997         * keypad.el: Define the `do' key.
9999         * dired.el (dired-diff): New command.
10000         (dired-mode-map): Put on `='.
10002 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
10004         * rmail.el (rmail-insert-rmail-file-header, rmail-convert-file):
10005         Put in "-*- rmail -*-".
10006         Rename rmail-mode to rmail-mode-2.
10007         (rmail-mode): New function.
10008         Move docstring and (interactive) from rmail-mode to rmail-mode-2.
10009         (rmail): Call rmail-mode-2 not rmail-mode.
10011 1990-03-27  Richard Stallman  (rms@mole.ai.mit.edu)
10013         * etags.el (tags-loop-continue): Print message when find a match,
10014         if tags-loop-operate is nil.
10016         * c-mode.el (calculate-c-indent): Don't consider a line as a
10017         function definition line if it contains `='.
10019         * compile.el (compile-find-file): New function, to search a path.
10020         (compilation-parse-errors): Use it.
10021         (compilation-search-path): New user variable.
10023 1990-03-25  Richard Stallman  (rms@mole.ai.mit.edu)
10025         * loaddefs.el: Add autoloads for ispell.el.
10026         * ispell.el: Doc fixes.
10027         Problem: key for ispell-next was already used by set-selective-display.
10028         Should we move that?
10030 1990-03-25  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10032         * x-mouse.el (x-select):  Only pass one arg to x-own-selection.
10034 1990-03-23  Richard Stallman  (rms@mole.ai.mit.edu)
10036         * fortran.el (fortran-electric-line-number):
10037         Make sure arg to self-insert-command is a number.
10039 1990-03-21  Richard Stallman  (rms@mole.ai.mit.edu)
10041         * fortran.el (fortran-electric-line-number):
10042         Use self-insert-command for all insertion.
10044 1990-03-21  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10046         * startup.el (command-line):  Load the window-system file if
10047         DISPLAY is set or -d was specified on the command line.
10049 1990-03-20  Richard Stallman  (rms@mole.ai.mit.edu)
10051         * lpr.el (print-region-1): New arg PAGE-HEADERS.
10052         On system V, handle it by running pr.
10053         Use print-region-new-buffer to copy text to temp buffer.
10054         (all commands): Pass new arg; pass lpr-switches unchanged.
10055         (print-region-new-buffer): New function.
10057 1990-03-20  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10059         * term/x-win.el (x-pop-initial-window):  Set mouse-motion-handler.
10061 1990-03-19  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10063         * sendmail.el (mail-send):  Force deletion of auto-save files.
10064         (mail-do-fcc):  Add closing paren.
10066 1990-03-17  Richard Stallman  (rms@mole.ai.mit.edu)
10068         * bytecomp.el (byte-compile-file): Turn off print-length.
10070 1990-03-16  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10072         * simple.el (auto-fill-mode):  Doc fix.
10074 1990-03-14  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10076         * term/x-win.el:  Set suspend hook here, as well as put
10077         'iconify-emacs on C-Z.
10079         * screen.el:  Check screenp of last-selected-screen in
10080         iconification functions.
10082 1990-03-14  David Lawrence  (tale@pogo.ai.mit.edu)
10084         * c++-mode.el (c++-comment-region): New function.
10085           (c++-uncomment-region): New function.
10087 1990-03-11  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10089         * mouse.el (track-mouse):  x-mouse-grabbed now mouse-grabbed.
10090         * x-mouse.el (dynamic-rect-selection):  Ditto.
10092 1990-03-10  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10094         * x-mouse.el:  Conditionalization of certain functions dependent
10095         on X version.  Added mouse-key descriptions for X11.
10097 1990-03-09  Richard Stallman  (rms@mole.ai.mit.edu)
10099         * man.el (nuke-nroff-bs): Allow period in middle of topic name.
10101         * simple.el (do-auto-fill): Handle auto-fill-inhibit-regexp.
10102         * outline.el (outline-mode): Set that from outline-regexp.
10104 1990-03-08  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10106         * screen.el (deiconify-function, multi-minibuffer-startup,
10107         attached-minibuffer-startup, detached-minibuffer-startup): Pass
10108         second parameter t to select-screen.
10110 1990-03-07  Richard Stallman  (rms@mole.ai.mit.edu)
10112         * sendmail.el (mail-do-fcc): Temporarily unwiden
10114 1990-03-06  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10116         * screen.el (deiconify-function):  Setq last-selected-screen nil.
10118         * array.el, blackbox.el, compile.el, diff.el, files.el, ftp.el:
10119         * gomoku.el, hanoi.el, informat.el, ispell.el, life.el, mailalias.el:
10120         * man.el, rmail.el, sendmail.el, terminal.el:
10121         * texinfmt.el:  Renamed buffer-flush-undo to buffer-disable-undo.
10123 1990-03-04  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10125         * screen.el (get-screen):  If the screen is not visible, make it
10126         so.
10128 1990-03-02  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10130         * term/x-win.el: Don't set suspend-hook any more.
10132         * screen.el:  No more x-specific things, this is now entirely
10133         window system independent.
10134         (new-screen): Use new function:
10135         (new-screen-position): Determine position of new screen based on
10136         that of selected-screen.
10137         (pop-initial-screen): Set first-screen-user-positioned if user did
10138         so.  Also decide on which screen style depending on either new
10139         variable `separate-minibuffer-screen' or minibuffer elt in
10140         window-system-switches.
10141         (detached-minibuffer-startup):  Add screen colors to minibuffer
10142         alist if possible.  Also make sure screen-default-alist has
10143         minibuffer element none, and correct name.
10145 1990-03-01  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10147         * term/x-win.el: Require 'screen as well in initial setup code.
10148         Don't set suspend hook; this will be something else.
10149         Removed redundant cursor-shape delcarations.  The all begin with
10150         x-pointer- now.
10151         Added some more definitions to the function keys.
10152         Generally cleaned up this file.
10154 1990-03-01  David Lawrence  (tale@pogo.ai.mit.edu)
10156         * subr.el (force-mode-line-update): New function.
10157         time.el (display-time-filter): Update modeline with above.
10159         * rmail.el (rmail-get-new-mail): Remove " Mail" from
10160         display-time-string if necessary.
10162 1990-02-28  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10164         * screen.el (iconify-function, iconify-emacs, deiconify-function):
10165         New functions.
10167         * files.el (save-some-buffers): Removed last parameter skip-list.
10168         Now this checks for buffer-local variable save-buffers-skip to
10169         determine whether or not to avoid asking to save the buffer.
10170         * rmail.el (rmail-mode): Removed skip-list stuff.
10171         (rmail-variables): make-local-variable save-buffers-skip.
10172         * compile.el (compile): Removed additional parameter to
10173         save-buffers.
10175 1990-02-26  David Lawrence  (tale@pogo.ai.mit.edu)
10177         * time.el (display-time-hook): New hook run by display-time-filter.
10178         (display-time-filter): Run display-time-hook after setting
10179         display-time-string.
10180         (rmail-pop-up): Default display-time-hook to automatically retrieve
10181         new mail if the variable rmail-pop-up is non-nil.
10182         (add-clock-handler): Removed; superceded by timer.el.
10184         * loaddefs.el: Removed add-clock-handler.
10186 1990-02-25  David Lawrence  (tale@pogo.ai.mit.edu)
10188         * c++-mode.el: New file.
10189         (point-bol): Removed this function.
10191         * loaddefs.el: Autoload C++-mode.
10192         (auto-mode-alist): c++-mode for .C and .cc files.
10194 1990-02-25  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10196         * lisp-mode.el (indent-sexp): Changed opoint to last-point.  Very
10197         strange, I thought I'd already fixed this.
10199         * screen.el: New file.
10201 1990-02-24  David Lawrence  (tale@pogo.ai.mit.edu)
10203         * loaddefs.el: Autoload for diff.
10205         * files.el (diff): Superceded by diff.el.
10206         (diff-switches-function): Still needs to be merged into diff.el.
10208         * diff.el: New file.
10209         Changes from the original include recognition of context diffs,
10210         rewrites of motion functions for more efficiency, and general
10211         tidying of code.
10213 1990-02-22  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10215         * isearch.el (isearch): After doing read-event, check numberp of
10216         char first.
10218         * replace.el (perform-replace): Use read-event rather than
10219         read-char.  Check that returned object is char before comparisons.
10221 1990-02-22  David Lawrence  (tale@pogo.ai.mit.edu)
10223         * files.el (file-newest-backup): Return either the name of an
10224         existing backup file or nil if none exists.
10226         * server.el (server-program): Renamed from "server" to "emacsserver".
10228 1990-02-20  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10230         * fill.el (fill-region-as-paragraph): Fixed regexp typo in call to
10231         re-search-forward.
10233 1990-02-19  David Lawrence  (tale@pogo.ai.mit.edu)
10235         * simple.el (kill-comment): Take better advantage of comment-end.
10237 1990-02-18  Richard Stallman  (rms@mole.ai.mit.edu)
10239         * ispell.el: new file.
10241 1990-02-14  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10243         * calendar.el: Require cl.
10245 1990-02-13  David Lawrence  (tale@wheat-chex)
10247         * files.el: Set default-directory of *Directory* to one displayed
10248         by list-directory.
10250         * compile.el: Added to compilation-error-regexp pattern for errors
10251         from IBM High C.
10253 1990-02-13  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
10255         * files.el (save-some-buffers): New parameter skip-list of buffers
10256         to not save.
10257         New variable save-buffers-skip-list.
10258         * rmail.el (rmail-mode): Add the RMAIL buffer to the skip list.
10259         * compile.el (compile): Pass save-buffers-skip-list to
10260         save-some-buffers.
10262 1990-02-12  Richard Stallman  (rms@mole.ai.mit.edu)
10264         * rmailsum.el (rmail-summary-by-regexp, rmail-message-regexp-p):
10265         New functions.
10267 1990-02-12  David Lawrence  (tale@galapas)
10269         * tex-mode.el: require oshell until converted to comint.
10271         * loaddefs.el: point run-lisp autoload to new file inf-lisp.
10273         * shell.el: converted to comint.  Relegated original to oshell.el.
10275         * inf-lisp.el: converted to comint.
10277         * comint.el: removed last vestiges of original history stuff.
10279 1990-02-07  David Lawrence  (tale@galapas)
10281         * inf-lisp.el: inferior-lisp-program can be a list of the programme
10282           name and its arguments.
10284 1990-02-06  Ed Reingold  (reingold@emr.cs.uiuc.edu)
10286         * calendar.el:
10287         (french-calendar-leap-year-p): Rewritten with corrected rule.
10288         (calendar-absolute-from-french): Fixed comments.
10289         (calendar-french-from-absolute): Rewrote using calendar-sum.
10290         (cursor-to-french-calendar-date): Simplified and corrected spelling.
10292 1990-02-06  Richard Stallman  (rms@mole.ai.mit.edu)
10294         * register.el (insert-register): Return nil.
10295         (jump-to-register): Likewise.
10297         * sort.el (sort-subr): Return nil.
10299         * simple.el (copy-region-as-kill): Return nil.
10301         * register.el (set-register): Return VALUE.
10303 1990-02-06  Joseph Arceneaux  (jla@albert.ai.mit.edu)
10305         * term/x-win.el (x-pop-up-window): Die and leave disgusted message
10306         when we can't get our X-window up.
10308 1990-02-05  Richard Stallman  (rms@mole.ai.mit.edu)
10310         * c-mode.el (calculate-c-indent): When distinguishing top level,
10311         check for doublequotes when checking for parens.
10313 1990-02-04  Richard Stallman  (rms@mole.ai.mit.edu)
10315         * tex-mode.el (tex-show-print-queue): Restart shell like tex-file.
10317 1990-02-02  Richard Stallman  (rms@mole.ai.mit.edu)
10319         * tex-mode.el (tex-bibtex-file, tex-file, tex-region):
10320         Restart the tex shell if process is gone or stopped.
10321         (tex-shell-running): New function.
10323 1990-02-01  Richard Stallman  (rms@mole.ai.mit.edu)
10325         * texinfmt.el (batch-texinfo-format): Paren error on (setq error 1).
10327 1990-01-27  Ed Reingold  (reingold@emr.cs.uiuc.edu)
10329         * calendar.el:
10330         (scroll-calendar-left): Fixed so it works when the cursor is not
10331         positioned on a day.
10332         (cursor-to-calendar-day-of-year): Fixed so that "day" is properly
10333         pluralized, depending how many days remain in the year.
10334         (french-calendar-leap-year-p): New function.
10335         (french-calendar-last-day-of-month): New function.
10336         (calendar-absolute-from-french): New function.
10337         (calendar-french-from-absolute): New function.
10338         (cursor-to-french-calendar-date): New function.
10339         (calendar-mode-map): Put cursor-to-french-calendar-date on a key.
10340         (calendar-mode): Describe cursor-to-french-calendar-date.
10342 1990-01-31  Richard Stallman  (rms@mole.ai.mit.edu)
10344         * yow.el: Provide 'yow.
10346 1990-01-25  Richard Stallman  (rms@mole.ai.mit.edu)
10348         * lisp-mode.el: Indent prog2 specially.
10350 1990-01-24  Richard Stallman  (rms@albert.ai.mit.edu)
10352         * compare-w.el (compare-windows): Handle compare-ignore-case.
10354 1990-01-19  David Lawrence  (tale@cocoa-puffs)
10356         * dired.el: Removed restriction for -s, -i and -F switches to ls.
10358         * loaddefs.el: Removed above from dired-listing-switches doc string.
10360         * mh-e.el (c/o James Larus <larus@cs.wisc.edu>):
10361           Accepts message range specifications.
10362           Defaults sequence name to previous sequence name when reading.
10363           Made mode-line id user-setable.
10364           Changes from Gildea: documentation and a few typos.
10365           Added command to pipe message through shell command.
10366           Fixed refile twice failed after second one moved.
10367           Added changes from Gildea to speed-up mh-e.
10368           Won't reverse sequence lists.
10369           Allows arbitrary fields for pick.
10370           Packing folder now properly updates sequence list.
10371           Added previously missing %s in mh-redistribute.
10373         * timer.el: (new file) Adds run-at-time function with absolute
10374           or relative time spec to run a function with args.
10376         * loaddefs.el: autoload for run-at-time.
10378 1990-01-16  Richard Stallman  (rms@mole.ai.mit.edu)
10380         * rfc822.el (rfc822-addresses): Barf, don't loop, on > in host name.
10382 1990-01-16  Ed Reingold  (reingold@emr.cs.uiuc.edu)
10384         * diary.el:
10385         (insert-diary-entry): New function.
10386         (insert-weekly-diary-entry): New function.
10387         (insert-monthly-diary-entry): New function.
10388         (insert-yearly-diary-entry): New function.
10389         (insert-hebrew-diary-entry): New function.
10390         (insert-monthly-hebrew-diary-entry): New function.
10391         (insert-yearly-hebrew-diary-entry): New function.
10392         (insert-islamic-diary-entry): New function.
10393         (insert-monthly-islamic-diary-entry): New function.
10394         (insert-yearly-islamic-diary-entry): New function.
10396         * calendar.el: Autoload these functions.
10397         (calendar-mode-map): Put them on keys.
10398         (calendar-mode): Describe them.
10400 1990-01-11  Ed Reingold  (reingold@emr.cs.uiuc.edu)
10402         * diary.el
10403         (list-diary-entries): Deleted several lines of extraneous code
10404         and added `nongregorian-diary-listing-hook' to the list of hooks
10405         called@the end; this is for use in including Hebrew, Islamic,
10406         Julian, or ISO diary entries.  A similar
10407         `nongregorian-diary-marking-hook' was added to the list of hooks
10408         called at the end of mark-diary-entries for the same reason.
10410         (diary-name-pattern): Fixed the documentation and added an optional
10411         parameter FULLNAME which insists on the full spelling of the name;
10412         this is also for use in marking Hebrew or Islamic diary entries
10413         (those month names are not unique in the first three characters).
10415         (mark-hebrew-diary-entries): New function.
10416         (list-hebrew-diary-entries): New function.
10417         (mark-hebrew-calendar-date-pattern): New function.
10418         (mark-islamic-diary-entries): New function.
10419         (list-islamic-diary-entries): New function.
10420         (mark-islamic-calendar-date-pattern): New function.
10422         (list-diary-entries): Added nongregorian-diary-listing-hook.
10423         (mark-diary-entries): Added nongregorian-diary-marking-hook.
10425         * calendar.el: Added documentation for the hooks described above.
10427 1990-01-10  Richard Stallman  (rms@mole.ai.mit.edu)
10429         * isearch.el (isearch): Check adding * or | to regexp even if failing.
10431         * yow.el (yow): Don't be confused by percent in message.
10432         Use raw prefix arg as first argument; process it later.
10434 1990-01-08  Robert J. Chassell  (bob@apple-gunkies.ai.mit.edu)
10436         * texnfo-upd.el (texinfo-update-node,
10437           texinfo-sequential-node-update): fixed auto-fill-hook bug.
10439 1990-01-08  Joseph Arceneaux  (jla@spiff)
10441         * term/x-win.el (x-pop-up-window): Set global-minibuffer-screen.
10443 1990-01-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)
10445         * calendar.el (calendar-date-is-visible-p):
10446         Fixed so it does not switch to the calendar buffer.
10448         * diary.el (prepare-fancy-diary-buffer): Compute the list of
10449         holidays only once for each three-month period, not once for each date
10450         displayed in the calendar.  This saves an enormous amount of time in
10451         the fancy diary display for multiple days.
10453 1990-01-07  Ed Reingold  (reingold@emr.cs.uiuc.edu)
10455         * calendar.el: Fixed the value of list-diary-entries-hook.
10456         (regenerate-calendar-window): Changed (update-display) to (sit-for 0).
10457         Corrected several instances of "dairy" to "diary".
10458         (describe-calendar-mode): Added this function to issue the message
10459         "Preparing..." to `?' key in calendar-mode because it's so incredibly
10460         slow for describe-mode to prepare the help buffer.
10461         (calendar-holidays): Fixed the examples in the doc-string.
10463         * diary.el: Corrected several instances of "dairy" to "diary".
10465 1990-01-05  Joseph Arceneaux  (jla@spiff)
10467         * term/x-win.el: Function key stuff redone.
10469 1990-01-04  Richard Stallman  (rms@mole.ai.mit.edu)
10471         * tex-mode.el (tex-kill-job): Avoid error if no process.
10473         * bibtex.el (sun menus): Avoid error if defmenu not defined.
10475         * doctor.el: Delete spurious symbol@top level.
10477 1990-01-03  Richard Stallman  (rms@mole.ai.mit.edu)
10479         * view.el (View-scroll-lines-forward):
10480         Exit@end only if view-scroll-forward-exits is non-nil.
10482 1989-12-29  Ed Reingold  (reingold@emr.cs.uiuc.edu)
10484         * calendar.el (mark-diary-entries): Made "sticky" so effect continues
10485         whenever the calendar is redisplayed.
10486         (mark-calendar-holidays, calendar-unmark): Likewise.
10488 1989-12-26  Ed Reingold  (reingold@emr.cs.uiuc.edu)
10490         * calendar.el: Fixed many minor bugs throughout the code. The major
10491         changes are as follows.
10492         Completely rewrote the Hebrew calendar functions to make them
10493         much faster and hence make holiday determination much faster
10495         Split the code into three files: the calendar stuff is in the
10496         main file, calendar.el; the diary stuff is in diary.el; the
10497         holiday stuff is in holiday.el.
10499         Added a diary hook example that shows how to get sorted diary
10500         entries in the fancy diary buffer.
10502         (calendar-iso-from-absolute): New function.
10503         (calendar-absolute-from-iso): New function.
10504         (cursor-to-iso-calendar-date): Added `D' calendar command to give
10505         the day number in the Gregorian year and number of days remaining.
10506         (mark-diary-entries): Made two-digit abbreviated years acceptable
10507         in diary entries.  Changed possible diary entry styles: DAY
10508         entries are no longer available; European style is now an option.
10509         Diary entry styles are now controlled by a list of pseudo-patterns.
10510         (list-diary-entries): Made two-digit abbreviated years acceptable
10511         in diary entries.  Changed possible diary entry styles: DAY
10512         entries are no longer available; European style is now an option.
10513         Diary entry styles are now controlled by a list of pseudo-patterns.
10514         (calendar-date-string): Display style of dates is now controlled by
10515         a pseudo-pattern so the European style is available.
10516         (all functions conatining the word `hebrew').
10517         (list-diary-entries, mark-diary-entries):
10518         (include-other-diary-files, mark-included-diary-files):
10519         Added the possibity of `shared diary files' with a recursive
10520         include mechanism like the C preprocessor
10521         (list-calendar-holidays): Eliminated the 'special class of holidays,
10522         rewriting the entire mechanism to make it more general.
10523         (calendar-holiday-function-float): Changed the 'float class of
10524         holidays so that negative values count backward from end of month: 5
10525         is no longer used for the last occurrence of a day in a month; -1 is
10526         used instead
10528 1989-12-27  Richard Stallman  (rms@mole.ai.mit.edu)
10530         * rmail.el (rmail): Handle MAIL environment var.
10532 1989-12-25  Richard Stallman  (rms@mole.ai.mit.edu)
10534         * loaddefs.el (sentence-end): Allow single space@EOL.
10536         * etags.el: New name for tags.el.
10537         * loaddefs.el: Autoloads changed.
10539         * paths.el (manual-formatted-dirlist): New alternative for UMAX.
10541         * simple.el (next-complex-command): Fix err msg.
10543 1989-12-21  Richard Stallman  (rms@mole.ai.mit.edu)
10545         * lisp-mode.el (indent-sexp): Exit outer loop if make no progress.
10547 1989-12-20  Richard Stallman  (rms@mole.ai.mit.edu)
10549         * telnet.el (telnet-initial-filter): Make `password' local.
10551 1989-12-18  Richard Stallman  (rms@mole.ai.mit.edu)
10553         * simple.el (edit-and-eval-command): Add new command to history.
10554         * chistory.el (repeat-matching-complex-command):
10555         Delete the useless history entry for this command.
10557 1989-12-17  David Lawrence  (tale@cocoa-puffs)
10559         * (comint-)shell.el: Use comint.  NOT ready yet.
10560         * (comint-)inf-lisp.el:  Broke the inferior lisp code out to its
10561         own file and converted for comint use.  NOT ready yet.
10563 1989-12-16  Richard Stallman  (rms@mole.ai.mit.edu)
10565         * c-mode.el (indent-c-exp): Verify that comment start isn't in string.
10566         Reindent comment on starting line like other comments.
10568         * tex-mode.el (validate-tex-buffer): Use tex-validate-region,
10569         not obsolete name.
10571 1989-12-15  Joseph Arceneaux  (jla@spiff)
10573         * isearch.el: Replaced all occurences of read-char with
10574         read-event; and check return type.
10576 1989-12-15  Richard Stallman  (rms@mole.ai.mit.edu)
10578         * appt.el: New file.
10580         * files.el (backup-buffer): Ask question (if nec) before writing file.
10582 1989-12-12  David Lawrence  (tale@cocoa-puffs)
10584         * medit.el and simple.el: initial definition of keymaps uses
10585         copy-keymap, not copy-alist.
10587 1989-12-11  David Lawrence  (tale@cocoa-puffs)
10589         * telnet.el: Converted to use comint.  Removed
10590         delete-char-or-send-eof and telnet-copy-last-input.  Added
10591         telnet-mode-hook.  Modified telnet-filter to insert-before-markers
10592         at the process-mark.
10594 1989-12-10  David Lawrence  (tale@cocoa-puffs)
10596         * prolog.el: Converted to use comint.  Replaced copy-keymap for
10597         copy-alist of comint-mode-map.
10599         * kermit.el: Converted to use comint.  Replaced
10600         kermit-clean-filter with a more efficient version.
10602         * comint.el: Added optional arguments ``terminator'' and
10603         ``delete'' to   comint-send-input, for processes that want to see
10604         a CR or CR-LFD pair instead of LFD and for processes that do echoing.
10606 1989-12-08  David Lawrence  (tale@cocoa-puffs)
10608         * history.el (new file): general history mechanism, primarily
10609         intended for interactive processes.
10611         * comint.el: converted to use history.el.  Took out all the ring
10612         code.  comint-send-input will replace entire input region rather
10613         than append to it (user option?).  comint-kill-output will only
10614         nuke through the last newline, to retain prompt.
10615         comint-show-output will start window@line before output start,
10616         to show command.
10618         * dbx.el: Converted to use comint-mode.
10620 1989-12-06  David Lawrence  (tale@wheat-chex)
10622         * comint.el: make-variable-buffer-local declarations moved from
10623         comint-mode to defvars.
10625         * gdb.el: Converted to use comint-mode.
10627 1989-12-05  David Lawrence  (tale@wheat-chex)
10629         * comint.el (new file):
10630         Added FSF copyright.
10631         Moved bindings off of C-c LETTER.
10632         Cleaned up references to cmu* files.
10633         Made comint-send-input do unconditional end-of-line before processing.
10634         cominit-exec will signal an error if no programme name.
10635         Removed full-copy-sparse-keymap and comint-log-user.
10637 1989-12-04  Joseph Arceneaux  (jla@spiff)
10639         * isearch.el: fset synonyms for re-search-*.
10641 1989-11-30  Joseph Arceneaux  (jla@spiff)
10643         * c-mode.el (c-comment-indent): Place comments 2 spaces after
10644         #endif and #else.
10646 1989-11-27  Joseph Arceneaux  (jla@spiff)
10648         * shell.el (shell-complete-file-name): Don't count tildes as
10649         filename separators if they are in the filename to be expanded.
10651 1989-11-22  Joseph Arceneaux  (jla@spiff)
10653         * mouse.el, x-mouse.el: Moved button definitions from mouse.el to
10654         x-mouse.el.  They are defined differently depending upon the X
10655         version.
10657 1989-11-17  Joseph Arceneaux  (jla@spiff)
10659         * paths.el: Changed rmail-file-name from const to a var.
10661 1989-11-16  Ed Reingold  (reingold@cs.uiuc.edu)
10663         * tex-mode.el (slitex-mode):
10664         New alternative to plain-tex-mode and latex-mode.
10665         (tex-mode): Know when to choose slitex mode.
10666         (tex-run-command, latex-run-command, slitex-run-command): New vars.
10667         (tex-mode, latex-mode, slitex-mode): Init tex-command from them.
10668         (tex-latex-block): Insert matching begin-end pair for latex.
10669         (tex-close-block): Be smart about nested begin-end pairs.
10670         (tex-last-unended-begin): New subroutine.
10671         (tex-region): Handle buffers with no files.
10672         (tex-file): Cleaner error for buffer with no file.
10673         (tex-generate-zap-file-name): New name for tex-generate-junk-file-name.
10675 1989-11-16  Joseph Arceneaux  (jla@spiff)
10677         * simple.el: New variable x-select-kill.
10678         (copy-region-as-kill): If non-nil, make the killed text an X
10679         selection.
10681         * fill.el (justify-current-line, fill-region-as-paragraph):
10682         Consider : as sentence terminator.
10684 1989-11-14  Richard Stallman  (rms@mole.ai.mit.edu)
10686         * bytecomp.el (byte-compile-file): Copy .el permissions to .elc.
10687         Delete .elc if possible before writing.
10689 1989-11-09  Joseph Arceneaux  (jla@spiff)
10691         * x-mouse.el (x-select-wipe): New function.
10692         Bind the selection functions to the default keys.
10694 1989-11-08  Richard Stallman  (rms@mole.ai.mit.edu)
10696         * tex-mode.el (tex-bibtex-file): New command.
10697         (tex-mode-map): Put on a key.
10699         * debug.el (debug): No need to check match-data for invalid markers.
10701 1989-11-08  Joseph Arceneaux  (jla@spiff)
10703         * paths.el (mh-progs, mh-lib):  Use file-directory-p, and check
10704         /usr/local/bin as well.
10706 1989-11-06  Richard Stallman  (rms@mole.ai.mit.edu)
10708         * tex-mode.el (tex-print, tex-view): Run the command asynchronously.
10709         Eliminate tex-after-print-hook.
10711 1989-11-05  Richard Stallman  (rms@mole.ai.mit.edu)
10713         * tex-mode.el (tex-region): Delete tex output files directly, not
10714         with rm.  Use tex-generate-junk-file-name to make tex-out-file.
10715         (tex-generate-junk-file-name): New function.
10716         (tex-strip-dots): New name for TeX-strip-dots.
10717         (tex-append): New name for tex-append-dvi.  Suffix is now argument.
10718         (tex-view): New function.
10719         (tex-dvi-view-command): New variable.
10721         * files.el (make-auto-save-file-name): For non-file buffer,
10722         use Emacs pid and buffer name.
10724 1989-10-31  Richard Stallman  (rms@mole.ai.mit.edu)
10726         * files.el (hack-local-variables): save-excursion around the eval.
10728 1989-10-30  Richard Stallman  (rms@mole.ai.mit.edu)
10730         * tex-mode.el (tex-region): Replace `.' in host name with `-'.
10731         Eliminate extra / in arg when running TeX.
10732         (TeX-strip-dots): New subroutine.
10734 1989-10-29  Richard Stallman  (rms@mole.ai.mit.edu)
10736         * tex-mode.el (tex-region): Run TeX in dir the source file is in.
10738 1989-10-27  Richard Stallman  (rms@mole.ai.mit.edu)
10740         * tex-mode.el (tex-region): Use shell pid and host name in zap file.
10741         (TeX-expand-files): New fn, not yet used.
10743         * startup.el (command-line): Error if foo-win library not found.
10745 1989-10-26  Joseph Arceneaux  (jla@spiff)
10747         * dired.el (dired-first-filename): New function, move to first
10748         file found.
10749         (dired-noselect): Use it to position point@first file when
10750         entering dired.
10752 1989-10-25  Richard Stallman  (rms@mole.ai.mit.edu)
10754         * simple.el (count-lines, goto-lines): ^M is line sep for outline md.
10756 1989-10-24  Richard Stallman  (rms@mole.ai.mit.edu)
10758         * rmail.el (rmail-make-in-reply-to-field): Avoid bare singlequote.
10760 1989-10-21  Richard Stallman  (rms@mole.ai.mit.edu)
10762         * replace.el (perform-replace): Always find null string@eob.
10764 1989-10-14  Richard Stallman  (rms@mole.ai.mit.edu)
10766         * startup.el (command-line-1): If > 2 files visited, do buffer-menu.
10768         * texinfo.el (texinfo-mode): Set words-include-escapes to t.
10770         * tex-mode.el (tex-start-shell): Run tex-shell-hook.
10772 1989-10-12  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
10774         * x-mouse.el (x-paste-text): push-mark before inserting text.
10775         (x-insert-selection):
10776         (x-select): Moved these functions over from the file:
10777         * mouse.el
10779 1989-10-12  Richard Stallman  (rms@mole.ai.mit.edu)
10781         * simple.el (kill-ring-save): New command for M-w.
10782         Shows other end of region momentarily.
10784         * register.el (jump-to-register): New name for register-to-point.
10785         Old name remains as alias.
10787         * simple.el (end-of-buffer): Scroll to put point near screen bottom.
10789 1989-10-11  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
10791         * compile.el (grep): Don't save buffers for grep.
10793 1989-10-10  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
10795         * files.el (recover-file):  Prompt with current buffer's filename.
10797 1989-10-09  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
10799         * term/x-win.el (x-pop-up-window):  If color screen, start out
10800         with some default colors.
10802 1989-10-08  Richard Stallman  (rms@mole.ai.mit.edu)
10804         * rnewspost.el (news-mail-reply, news-reply, news-post-news):
10805         Include newline before the blank line, when narrowing.
10807 1989-10-04  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
10809         * mouse.el (mouse-double-down, mouse-double-up):
10810         New functions for double-clicking.
10812 1989-10-03  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
10814         * x-mouse.el (x-insert-selecton, x-select): New functions:
10816         * mouse.el: New [experimental] functions:
10817         (mouse-motion, track-mouse, mouse-select-buffer-line)
10818         (mouse-boxing, mouse-erase-box, incr-scroll-down)
10819         (incr-scroll-up, incremental-scroll, incr-scroll-stop)
10820         (mouse-kill-rectangle, mouse-open-rectangle, mouse-multiple-insert)
10821         (mouse-move-text)
10823 1989-10-01  Richard Stallman  (rms@mole.ai.mit.edu)
10825         * rmailout.el (rmail-output): Check for an RMAIL file, and get error.
10827 1989-09-30  Robert J. Chassell  (bob@rice-chex)
10829         * texnfo-upd.el (texinfo-copy-menu): Don't enter infinite loop
10830           when copying a multi-line description@the end of a menu.
10832 1989-09-28  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
10834         * mouse.el: New function mouse-line-length.  New constants for
10835         mouse-motion keys.
10837 1989-09-27  Richard Stallman  (rms@mole.ai.mit.edu)
10839         * c-mode.el (calculate-c-indent): Don't treat function-name line
10840         as continuation, because its previous line's indent is zero.
10842         * sendmail.el (mail-do-fcc): No blank line before iff file is new.
10844 1989-09-25  Robert J. Chassell  (bob@apple-gunkies.ai.mit.edu)
10846         * renamed texinfo-update.el to texnfo-upd.el and updated `provide'
10848         * texinfo.el: updated `require' to reflect new name for texnfo-upd
10850 1989-09-23  Robert J. Chassell  (bob@rice-chex)
10852         * texinfo.el: Moved functions to update nodes and menus to
10853           texinfo-update.el.
10855         * texinfo.el, texinfo-update.el: Added `require' and `provide'.
10857         * texinfo.el: Added keybindings to insert frquently used @-commands.
10859           Added keybindings for `texinfo-format-buffer',
10860           `texinfo-update-node', `texinfo-every-node-update',
10861           `texinfo-make-menu', and `texinfo-all-menus-update'.
10863         * texinfo-update.el (texinfo-sequential-node-update): now updates
10864           node in which point is located so pointer are to next and
10865           previous node regardless of hierarchy.  Non-nil argument
10866           (prefix, if interactive) means update nodes in region.
10868           (texinfo-every-node-update): updates every node in a Texinfo
10869           file.
10871           (texinfo-all-menus-update): updates all the regular menus in a
10872           Texinfo file.
10874           (texinfo-indent-menu-description,
10875           texinfo-menu-indent-description): Indent every description in
10876           menu following point to specified column.  Non-nil argument
10877           (prefix, if interactive) means indent every description in every
10878           menu in the region.  Does not indent second and subsequent lines
10879           of a multi-line description.
10881           (texinfo-insert-menu, texinfo-column-for-description): starts a
10882           menu description@column specified by variable
10883           `texinfo-column-for-description'.
10885           (texinfo-find-pointer, texinfo-insert-pointer): find and inserts
10886           higher level pointer as `Previous' pointer if there is no
10887           previous node@the same level.
10889           (texinfo-menu-copy-old-description): now copies `@' commands in
10890           old descriptions.
10893 1989-09-22  Richard Stallman  (rms@mole.ai.mit.edu)
10895         * simple.el (previous-complex-command): If not already inside
10896         repeat-complex-command, enter it.
10897         (repeat-complex-command): Bind repeat-complex-command-flat to t.
10899         * prolog.el (prolog-comment-indent): Don't insist on 1 space
10900         if@left margin.
10902 1989-09-21  Richard Stallman  (rms@mole.ai.mit.edu)
10904         * gdb.el (gdb-break): Go to line beg before counting lines.
10906 1989-09-21  Joseph Arceneaux  (jla@susie)
10908         * term/x-win.el: Added cursor-shape list, removed x-defined-colors
10909         stuff.
10911 1989-09-21  Richard Stallman  (rms@mole.ai.mit.edu)
10913         * simple.el (shell-command-on-region): If output is 1 line,
10914         display it in echo area.
10916 1989-09-19  Richard Stallman  (rms@mole.ai.mit.edu)
10918         * files.el (not-modified): With arg, mark buffer as modified.
10920         * c-mode.el (indent-c-exp): Support do-while.
10922 1989-09-18  Richard Stallman  (rms@mole.ai.mit.edu)
10924         * info.el (Info-mode, Info-edit-mode): Put on 'mode-class 'special.
10926         * c-mode.el (c-indent-line): Special for line starting in `while'
10927         to detect a do-while statement.
10928         (c-backward-to-start-of-do): New subroutine.
10930 1989-09-17  Richard Stallman  (rms@mole.ai.mit.edu)
10932         * cl.el (safe-idiv): Avoid overflow calculating sign of quotient.
10934 1989-09-16  Richard Stallman  (rms@mole.ai.mit.edu)
10936         * c-mode.el (calculate-c-indent): A line starting in `}'
10937         is not considered a continuation.
10939         * sendmail.el (sendmail-send-it): Don't let user specify `Sender'.
10940         Insert a `Sender' if From is specified and doesn't match login name.
10942 1989-09-15  Joseph Arceneaux  (jla@spiff)
10944         * term/x-win.el: Removed function x-color-screen-p
10945         (now in xfns.c).  New variables x-colors, x-display-defined colors.
10946         Initialize them.
10948 1989-09-14  Richard Stallman  (rms@mole.ai.mit.edu)
10950         * startup.el (command-line): Rename local var for name of user
10951         to `init-file-user'.  Advertise that for use in the init file.
10953 1989-09-11  Robert J. Chassell  (bob@apple-gunkies.ai.mit.edu)
10955         * texinfo.el (texinfo-update-node, texinfo-make-menu,
10956         texinfo-master-menu, texinfo-sequential-node-update): Added
10957         functions to insert or update the next, previous, and up node
10958         pointers in a Texinfo file, or alternatively to insert node
10959         pointers as a depth-first traversal---sequentially through the
10960         file, each pointing to the next node regardless of its
10961         hierarchical level, and to create or update a menu or menus
10962         (preserving pre-existing descriptions, if any), to create a master
10963         menu for a Texinfo file accordng to the Manual recommendation.
10965 1989-09-11  Richard Stallman  (rms@mole.ai.mit.edu)
10967         * sun-fns.c, term/sun.el:
10968         Rename prev-complex-command to select-previous...
10970 1989-09-10  Joseph Arceneaux  (jla@spiff)
10972         * files.el (find-file-noselect): Indicate if file is a soft link
10973         to some file already present.
10975 1989-09-07  Richard Stallman  (rms@mole.ai.mit.edu)
10977         * rmailmsc.el (set-rmail-inbox-list): Doc fix.
10979 1989-09-01  Richard Stallman  (rms@mole.ai.mit.edu)
10981         * files.el (basic-save-buffer): On VMS, remove version number from
10982         visited file name before saving, and rename buffer.
10984 1989-08-31  Joseph Arceneaux  (jla@spiff)
10986         * term/Old/wyse.el: New terminal configuration file.
10988 1989-08-30  Richard Stallman  (rms@mole.ai.mit.edu)
10990         * rmail.el: `e' is now edit; only `x' for expunge.
10992         * term/x-win.el: Fix error message.
10994         * dired.el (dired-repeat-over-lines): FUNCTION returns t if it
10995         deleted the line.  All callers changed to make it return nil.
10996         (dired-move-file, dired-create-directory): New functions.
10998 1989-08-29  Joseph Arceneaux  (jla@spiff)
11000         * files.el:
11001         * bytecomp.el: Call read-file-name instead of new-read-file-name,
11002         since the latter subr has been renamed the former.
11004 1989-08-23  Richard Stallman  (rms@apple-gunkies.ai.mit.edu)
11006         * startup.el (command-line-1): Update year in startup message.
11008 1989-08-23  Joseph Arceneaux  (jla@spiff)
11010         * term/x-win.el: Open the X connection when this file is loaded;
11011         don't wait for pop-up-window.
11013 1989-08-22  Joseph Arceneaux  (jla@spiff)
11015         * term/x-win.el: Changed the documentation of `x-switches'.
11017 1989-08-21  Joseph Arceneaux  (jla@spiff)
11019         * term/x-win.el: Rewrote the code for handling command line args,
11020         including x-handle-switch.
11022 1989-08-19  Joseph Arceneaux  (jla@spiff)
11024         * term/x-win.el: Changed iconic type option string from "-i" to
11025         "-ib".  Also normalized the options to the X toolkit standard.
11027 1989-08-15  Richard Stallman  (rms@hobbes.ai.mit.edu)
11029         * files.el (basic-save-buffer): For precious file, don't delete
11030         renamed old version if rename failed.
11032         * files.el (backup-buffer): Don't delete old backup,
11033         since rename-file should do it.
11035         * c-mode.el (electric-c-terminator): Recognize labels with _ or $.
11037 1989-08-15  Joseph Arceneaux  (jla@spiff)
11039         * replace.el (occur): Optionally search whole buffer, controlled
11040         by new variable occur-whole-buffer.
11042 1989-08-15  Roland McGrath  (roland@apple-gunkies.ai.mit.edu)
11044         * add-log.el (prompt-for-change-log-name): New macro to prompt for
11045         a change log file name.
11046         (add-change-log-entry): Use it.
11047         (add-change-log-entry-other-window): Take an arg, the file name of
11048         the change log.  If interactive: if given a prefix arg, prompt for
11049         the file name; if use default-directory.
11051 1989-08-14  Richard Stallman  (rms@hobbes.ai.mit.edu)
11053         * man.el (nuke-nroff-bs): Assume footers are what precede headers.
11054         Delete fixed number of lines around each header, so that significant
11055         blank lines next to these are preserved.
11057 1989-08-13  Richard Stallman  (rms@hobbes.ai.mit.edu)
11059         * c-mode.el (indent-c-exp): Remove indentation from blank lines.
11060         When trying to move up to init contain-stack, don't go past
11061         start of function.  If no containing open is found thus,
11062         set opoint to prev. function-start, so calculate-c-indent wins.
11064 1989-08-12  Richard Stallman  (rms@hobbes.ai.mit.edu)
11066         * rmailsum.el (rmail-new-summary): Use other-window-scroll-buffer
11067         to make scroll commands do the right thing.  Make it local.
11069 1989-08-11  Richard Stallman  (rms@hobbes.ai.mit.edu)
11071         * telnet.el (telnet-filter): Don't move point if was not@end.
11072         Eliminate ^M entirely.
11074         * tex-mode.el (tex-mode-syntax-table): Give \ the syntax code /.
11076 1989-08-06  Richard Stallman  (rms@mole.ai.mit.edu)
11078         * sendmail.el (mail-text): New command, on C-c C-t.
11080 1989-08-05  Richard Stallman  (rms@mole.ai.mit.edu)
11082         * rnewspost.el (news-setup): ACTIONS arg to mail-setup was missing.
11084 1989-08-04  Richard Stallman  (rms@mole.ai.mit.edu)
11086         * hideif.el (hif-factor): Typo in error message.
11088 1989-08-03  Richard Stallman  (rms@mole.ai.mit.edu)
11090         * sort.el, loaddefs.el: Doc fixed.
11092 1989-08-02  Richard Stallman  (rms@mole)
11094         * cl.el (floor): Fix bug in last cond clause, (floor -10 2).
11096         * backquote.el (`): Upgrade doc string.
11098 1989-07-31  Richard Stallman  (rms@mole.ai.mit.edu)
11100         * rmail.el (rmail): If existing buffer is empty, treat it as new.
11102         * abbrev.el (expand-region-abbrevs): Mention abbrev when querying.
11103         Test for abbrev definition without modifying buffer.
11104         No need to compare start with end, since (interactive "r") does it.
11105         Arrange for prefix arg as NOQUERY arg.
11106         (add-abbrev): Prompt differently if undefining an abbrev.
11107         (write-abbrev-file): Better default file name.
11108         (read-abbrev-file, quietly-read-abbrev-file): Make FILE arg optional.
11110 1989-07-25  Joseph Arceneaux  (jla@spiff)
11112         * files.el (write-file): If no file is associated with the current
11113         buffer, prompt with the buffer name.
11115 1989-07-20  Richard Stallman  (rms@mole.ai.mit.edu)
11117         * info.el (Info-follow-reference): Handle newline and indentation
11118         immediately after *note.
11120 1989-07-19  Joseph Arceneaux  (jla@spiff)
11122         * keypad.el: Removed unused symbols, changed commentary.
11123         * term/x-win.el: Added mapping from emacs key symbols to strings
11124         used by X.
11125         (x-keypad-setup): Provide use of the function and keypad keys,
11126         using the standard keyboard files of /term/*
11127         * term/news.el: New file for the Sony keyboard.  This now works
11128         with both keypad.el and x-win.el.  The other terminal files are
11129         obsolete.
11131 1989-07-14  Joseph Arceneaux  (jla@spiff)
11133         * gdb.el (gdb): Use "interactive f" instead of "F".
11135 1989-07-13  Joseph Arceneaux  (jla@spiff)
11137         * outline.el (outline-flag-region): Don't pass optional last arg
11138         `t' to subst-char-in-region.
11140 1989-07-12  Joseph Arceneaux  (jla@spiff)
11142         * lisp.el (insert-parentheses) Changed conditions for pre- and
11143         post- insertion of blanks.
11145         * bytecomp.el (byte-compile-file): If current buffer is in
11146         emacs-lisp mode, prompt with buffer's file name as default.
11148 1989-07-07  Joseph Arceneaux  (jla@spiff)
11150         * files.el (basic-save-buffer) When querying for a final newline,
11151         use y-or-n-p instead of yes-or-no-p.
11153 1989-07-06  Joseph Arceneaux  (jla@galapas.ai.mit.edu)
11155         * files.el: (find-alternate-file): Use new function
11156         new-read-file-name.  This name is temporary.  Also don't
11157         substitute `~' for homedir; new-read-file-name does this.
11159 1989-07-04  Richard Stallman  (rms@mole.ai.mit.edu)
11161         * mailalias.el (build-mail-aliases): Accept `group' as synonym.
11163         * nroff-mode.el (electric-nroff-mode): Arg now optional.
11165         * man.el (insert-man-file): Handle HP's directories with .Z in
11166         their names.
11168 1989-06-27  Joseph Arceneaux  (jla@mole.ai.mit.edu)
11170         * term/x-win.el (x-new-window) New function.
11172 1989-06-25  Richard Stallman  (rms@mole.ai.mit.edu)
11174         * ledit.el (ledit-zap-file, etc.): Use user-login-name.
11175         * medit.el (medit-zap-file): Likewise.
11177         * subr.el (user-original-login-name): New function.
11178         * rmail.el (rmail, rmail-insert-inbox-text): Use that.
11179         * mail-utils.el (rmail-dont-reply-to): Use that.
11181 1989-06-24  Richard Stallman  (rms@mole.ai.mit.edu)
11183         * compile.el: Doc fix.
11185 1989-06-23  Joseph Arceneaux  (jla@all-bran.ai.mit.edu)
11187         * term/x-win.el (x-pop-up-window) Run hook x-pop-up-window-hook.
11188         (x-color-screen-p) New macro;  used to be C function.
11190 1989-06-22  Richard Stallman  (rms@mole.ai.mit.edu)
11192         * time.el (add-clock-handler): Call specified function each minute.
11193         * loaddefs.el: Autoload it.
11195         * subr.el: Doc fix.
11197 1989-06-22  Joseph Arceneaux  (jla@gracilis.ai.mit.edu)
11199         * rmail.el: Fixed missing declares of rmail-inbox-list and
11200         rmail-keywords.
11201         * sendmail.el: Fixed missing declares of mail-reply-buffer and
11202         mail-send-actions.
11204 1989-06-21  Richard Stallman  (rms@mole.ai.mit.edu)
11206         * sendmail.el (mail-recover): New command.
11208 1989-06-20  Richard Stallman  (rms@mole.ai.mit.edu)
11210         * sendmail.el (mail-signature): Delete excess blank lines;
11211         put one blank line and one line of `--' before signature.
11213         * sort.el (sort-subr): Make sure markers@end of text
11214         stay at the end.
11215         (calls to sort-subr): Put save-excursion around save-restriction.
11216         Now all these commands preserve region around sorted text.
11218 1989-06-19  Richard Stallman  (rms@mole.ai.mit.edu)
11220         * rnewspost.el (news-reply-yank-original): Break out insertion
11221         of header line into a hook, news-reply-header-hook.
11222         Recommended by Barry Warsaw.
11224 1989-06-19  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
11226         * files.el (find-alternate-file): Check that file <buffer name> is
11227         non nil.
11229 1989-06-18  Richard Stallman  (rms@mole.ai.mit.edu)
11231         * sendmail.el (mail-mode): Make mail-signature-inserted local.
11232         (mail-setup): Set it to nil.
11233         (mail-signature): Set it to t.
11234         (mail-mode-map): Don't put that on a key.
11235         (mail-send): Call mail-signature if .signature exists and not
11236         already done.
11238         * texinfmt.el (texinfo-format-node):
11239         Add properly to texinfo-node-names.
11241 1989-06-16  Richard Stallman  (rms@mole.ai.mit.edu)
11243         * texinfmt.el: Doc fix.
11245 1989-06-15  Richard Stallman  (rms@mole.ai.mit.edu)
11247         * c-mode.el (electric-c-terminator, c-indent-line):
11248         (calculate-c-indent, indent-c-exp): Recognize `case' more generally.
11250         * c-mode.el (c-indent-command): With arg, find a sexp split over lines.
11252         * c-mode.el (indent-c-exp): Typo in local name innerloop-done.
11253         Declare last-depth.
11254         Use OPOINT by default as arg to calculate-c-indent.
11255         * lisp-mode.el (indent-sexp): Likewise.
11257         * dired.el (dired-readin): Detect non-existent directories.
11259 1989-06-08  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
11261         * term/x-win.el
11262         (new-screen): Added this function, which is the default
11263         auto-screen function.  It uses new variables new-screen-x-delta
11264         and new-screen-y-delta.
11265         (next-multiscreen-window, previous-multiscreen-window):
11266         These new functions step through all windows, jumping screens when
11267         they need to.x
11269 1989-06-08  Richard Stallman  (rms@mole.ai.mit.edu)
11271         * spell.el (spell-region): Downcase misspelled word.
11273 1989-06-06  Richard Stallman  (rms@mole.ai.mit.edu)
11275         * chistory.el (list-command-history): Go to history buffer
11276         before examining its text.
11278         * subr.el (suppress-keymap): Store using define-key
11279         so that sparse keymaps work.
11281 1989-06-04  Richard Stallman  (rms@mole.ai.mit.edu)
11283         * time.el (display-time-filter): Preserve the match data.
11285 1989-06-02  Richard Stallman  (rms@mole.ai.mit.edu)
11287         * rmail.el (rmail-convert-to-babyl-format): Generalize time zone fmt.
11288         (rmail-nuke-pinhead-header): Likewise.
11290         * cmacexp.el (c-macro-expand): Terminate string or comment after
11291         last macro in the file.
11293         * bib-mode.el: New file.
11295         * sendmail.el (mail-mode-syntax-table): Seperate syntax table
11296         for mail mode.  Makes % a separator.
11298 1989-05-31  Richard Stallman  (rms@mole.ai.mit.edu)
11300         * cmacexp.el (c-macro-expand): Handle \-continuation of macros.
11302         * fill.el (fill-region-as-paragraph): Don't leave space@end of line.
11304 1989-05-30  Richard Stallman  (rms@mole.ai.mit.edu)
11306         * replace.el (perform-replace): Fix typo.
11308         * shell.el (make-shell): Don't call shell-mode if already in that mode.
11310         * compile.el (next-error): Widen if necessary.
11312 1989-05-27  Richard Stallman  (rms@mole.ai.mit.edu)
11314         * hexl.el: New file.
11316 1989-05-25  Richard Stallman  (rms@mole.ai.mit.edu)
11318         * c-mode.el (c-indent-region): Make marker before indenting first line.
11319         (indent-c-exp): Find preceding open paren or open brace to initialize
11320         contain-stack, if have endpos.
11321         Don't treat next-depth = 0 as special if have endpos.
11322         Don't use next-depth as exit criterion if have endpos.
11324 1989-05-24  Richard Stallman  (rms@mole.ai.mit.edu)
11326         * simple.el (do-auto-fill): Keep splitting until short line or give up.
11328 1989-05-23  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
11330         * rmailsum.el: Added C-d (rmail-summarey-delete-backward) to
11331         rmail-summary-mode-map.
11333 1989-05-22  Richard Stallman  (rms@mole.ai.mit.edu)
11335         * dired.el (dired-chown): Put file name in a variable.
11337 1989-05-21  Richard Stallman  (rms@mole.ai.mit.edu)
11339         * compile.el (compile-command): Add SPC@end of value.
11341         * simple.el (shell-command): If COMMAND ends in &, do it asynch.
11343         * apropos.el (apropos-match-keys): Ignore atoms in an alist.
11344         Ignore menu prompts in key bindings.
11346         * cl.el (defsetf): Put quotes into expansion where needed.
11348         * apropos.el (apropos): Call apropos-internal to get list of syms.
11350         * cl.el (isqrt): More accurate termination condition.
11351         Fewer special cases needed.
11353         * sendmail.el (mail-send): Ignore errors in mail-send-actions.
11355 1989-05-20  Richard Stallman  (rms@mole.ai.mit.edu)
11357         * simple.el (insert-buffer): Default to (other-buffer).
11359 1989-05-18  Richard Stallman  (rms@mole.ai.mit.edu)
11361         * isearch.el (isearch): Bug in previous change: was assuming regexp.
11363 1989-05-17  Kyle Jones  (kjones@talos.uucp)
11365         * saveconf.el: Changed copying permissions and warranty
11366         disclaimer to those of the GNU General Public License
11368         * saveconf.el: Added usage instructions at the top of file.
11370         * saveconf.el (recover-context): Returns t if recover succeeds.
11372 1989-05-17  Richard Stallman  (rms@mole.ai.mit.edu)
11374         * rmail.el (rmail-nuke-pinhead-header): Accept space before
11375         numeric time zone in From line.
11377         * sendmail.el (mail): Use multiple mail buffers.  Reuse an
11378         unmodified one or make a new one.  With arg, find a modified one.
11379         If have auto-save file, suggest M-x recover.
11381         * rmailout.el (rmail-output-to-rmail-file): Adjust narrowing@call to
11382         rmail-count-new-messages, for changes therein.
11384 1989-05-16  Chris Hanson  (cph@kleph)
11386         * scheme.el: change syntax table entries to use new "p" bit.
11388 1989-05-15  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
11390         * tags.el (next-file): fixed typo: " *next-file*" --> "*next-file*"
11392 1989-05-14  Richard Stallman  (rms@mole.ai.mit.edu)
11394         * files.el (set-visited-file-name): Don't rename autosave file.
11395         This avoids losing it when you do C-x C-w.
11397 1989-05-13  Richard Stallman  (rms@mole.ai.mit.edu)
11399         * chistory.el (command-history-map): Share with shared-lisp-mode-map.
11401 1989-05-12  Richard Stallman  (rms@mole.ai.mit.edu)
11403         * debug.el (debug): Use search to find extraneous part of backtrace.
11404         Works even interpreted.
11405         (debug-convert-byte-code): New function:
11406         convert byte-code object to a lambda-exp.
11407         (debug-on-entry, debugger-reenable): Call that function.
11409         * rmail.el (rmail-set-message-counters-counter): Change in search
11410         caused pointers to wrong place in message.
11412         * c-mode.el (c-indent-region): Pass marker to indent-c-exp.
11413         * lisp-mode.el (lisp-indent-region): Likewise.
11415 1989-05-12  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
11417         * term/x-win.el (x-set-display-name):  Now works;  correctly gets
11418         display name and removes those options from `command-line-args-left'.
11419         Renamed some of the options to be consistent with standard X
11420         applications.
11421         Added "-iconic" option for iconic startup;  created variable
11422         `x-iconic-startup' and function `x-set-iconic-startup'
11423         (x-pop-up-window):  initialize x-display-name first, then call
11424         x-open-connection.
11426 1989-05-11  Richard Stallman  (rms@mole.ai.mit.edu)
11428         * loaddefs.el (completion-ignored-extensions): Add .sbin.
11430         * c-mode.el (c-fill-paragraph): Recognize first line of comment.
11431         Move to second line to get fill prefix.
11432         On one-line comment, pick reasonable prefix.
11433         Don't strand comment ender on separate line.
11435 1989-05-10  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
11437         * term/x-win.el (x-handle-numeric-switch)  Just like
11438         x-handle-switch, but converts argument to int (e.g., "-b 4").
11440 1989-05-10  Richard Stallman  (rms@mole.ai.mit.edu)
11442         * man.el (manual-entry): Make buffer read only.
11444 1989-05-08  Richard Stallman  (rms@mole.ai.mit.edu)
11446         * startup.el (command-line-1): Split paragraph in startup message.
11448         * simple.el (append-next-kill): Print a message.
11450         * startup.el (command-line-1): Except for first file, find in
11451         other window.
11453         * isearch.el (isearch): Don't move cursor for c-w, c-y in reverse.
11454         Allow longer match@point in non-regexp reverse search as in regexp.
11456         * startup.el (command-line): Give details on error in init file.
11458         * fill.el (fill-region-as-paragraph): Insert NL before delete space.
11460 1989-05-08  Joseph Arceneaux  (jla@rice-chex.ai.mit.edu)
11462         * x-mouse.el (x-cut-text):  sit-for 1 when warping mouse to mark.
11463         Also removed code dupicated by mouse.el
11464         (x-trace-mouse):  debugging function which prints out mouse events
11465         as they arrive.
11466         (x-paste-text):  Don't set point before inserting cut text;  too
11467         confusing and incompatible with xterm.
11469         * mouse.el (mouse-scroll, mouse-del-char, mouse-kill-line,
11470         narrow-window-to-region, mouse-window-to-region): Added these
11471         new functions.
11473 1989-05-08  Richard Stallman  (rms@mole.ai.mit.edu)
11475         * info.el (Info-find-node): Fix confusion testing file existence.
11477         * files.el (basic-save-buffer): Mention file name in "save anyway".
11479 1989-05-08  Richard Stallman  (rms@mole.ai.mit.edu)
11481         * lisp-mode.el (lisp-indent-line, lisp-comment-indent): Use \\s<
11482         to recognize comment-start characters.
11483         (indent-sexp): likewise.
11484         * lisp.el (end-of-defun): likewise.
11486 1989-05-07  Richard Stallman  (rms@mole.ai.mit.edu)
11488         * underline.el (ununderline-region): Handle pre- or -post underline.
11490         * rmail.el (rmail-search): Fix failure message.
11492         * paths.el (Info-directory-list): Replaces Info-directory.
11493         * info.el (Info-find-node): Search that directory list.
11495         * c-mode.el (electric-c-sharp-sign): Auto-align #@column 0.
11497         * rmail.el (rmail-parse-file-inboxes, rmail-get-new-mail):
11498         Require newline before ^_ when searching.  More reliable.
11499         (rmail-count-new-messages, rmail-set-message-counters): Likewise.
11500         (rmail-set-message-counters-counter): Likewise.
11501         * rmailout.el (rmail-output-to-rmail-file): Likewise.
11503         * info.el (info-follow-reference): Provide default: ref point is in.
11505         * page.el (what-page): Reckon from beginning of line.
11507         * blackbox.el: Doc fix.
11508         (bb-done): Improve messages.
11510         * replace.el (perform-replace): Keep stack of previous pos for ^.
11512         * info.el: Doc fix.
11514         * simple.el: Doc fix.
11516 1989-05-05  Richard Stallman  (rms@mole.ai.mit.edu)
11518         * view.el (view-mode): Save and set major-mode like mode-name.
11519         (view-exit): Restore it.
11520         (view-helpful-message): Update for new exit command.
11522         * tags.el (tags-loop-continue): Just set-buffer if not permanent.
11524         * tags.el (visit-tags-table-buffer): Clean up if file invalid.
11526         * apropos.el: New file.  Apropos now defined here.
11527         * loaddefs.el: Autoload it.
11529         * help.el: Doc fix.
11531         * sort.el: Doc fix.
11533         * bytecomp.el (byte-compile-lambda): Return a byte-code object.
11534         (byte-compile-file-form): Return an fset form which constructs
11535         such a byte-code object and installs it.
11536         (byte-compile-defun, byte-compile-macro): Likewise.
11537         (byte-compile-function-form): Translate to a make-byte-code form.
11538         (byte-compile-file): Find and fix doc strings in fset forms.
11540         * loaddefs.el (completion-ignored-extensions): Add .fmt.
11542 1989-05-04  Richard Stallman  (rms@mole.ai.mit.edu)
11544         * blackbox.el (bb-init-board): Use (random 8) to get # in [0,7].
11545         * dissociate.el: Likewise.
11546         * fill.el (justify-current-line): Likewise.
11547         * flame.el (define-element, psychoanalize-flamer): Likewise.
11548         * yow.el (yow): Likewise.
11549         * doctor.el: Use (random N), not (random-range N).
11550         (random-range): Function deleted.
11552         * simple.el (auto-fill-mode): Arg now optional.
11554 1989-05-01  Richard Stallman  (rms@mole.ai.mit.edu)
11556         * cl.el (cl-member): New name for Common Lisp `member'.
11558 1989-04-30  Richard Stallman  (rms@mole.ai.mit.edu)
11560         * cmacexp.el (c-macro-expand): Use a second temp file for the region.
11562         * tags.el (tags-loop-continue): Widen the buffers.
11564 1989-04-29  Richard Stallman  (rms@mole.ai.mit.edu)
11566         * cl.el (defsetf): Take effect@run time, not expansion time.
11568         * bytecomp.el (byte-compile-file-form): Expand top level macros.
11569         Look inside of progn.
11571 1989-04-27  Richard Stallman  (rms@mole.ai.mit.edu)
11573         * replace.el (map-query-replace-regexp): New function.
11575         * replace.el (perform-replace): Allow list of strings to replace
11576         with; they are used in rotation.  Optional arg repeat-count is
11577         number of times to use each string before rotating.
11579 1989-04-26  Richard Stallman  (rms@mole.ai.mit.edu)
11581         * sendmail.el (mail-yank-original): Handle new var mail-yank-prefix.
11583 1989-04-25  Richard Stallman  (rms@mole.ai.mit.edu)
11585         * rmail.el (rmail-output-to-rmail-file): If output buffer is not in
11586         rmail mode, insert@end of it.
11588         * rmail.el (rmail-set-attribute): search-forward's value is no longer
11589         t or nil; now may be a number.
11591 1989-04-24  Richard Stallman  (rms@mole.ai.mit.edu)
11593         * rmail.el (rmail): Put existing buffer into rmail-mode if necessary.
11595 1989-04-20  Richard Stallman  (rms@mole.ai.mit.edu)
11597         * x-mouse.el: Delete mouse-event-hook; now in keyboard.c.
11599         * term/x-win.el (x-switch-definitions, command-switch-alist): Add -bd.
11600         (x-set-*): New commands.
11602         * startup.el (command-line-1, normal-top-level): Call hooks with
11603         run-hooks.
11604         * sun-mouse.el: likewise.
11606         * mim-mode.el: rename indent-mim-hook to indent-mim-function.
11607         * scheme.el: likewise scheme-indent-hook.
11609         * lisp-mode.el, cl.el, cl-indent.el, loaddefs.el, sun-mouse.el:
11610         *lisp-indent-hook renamed to *lisp-indent-function.
11612         * kermit.el (shell-send-input-cr): use run-hooks.
11613         * shell.el (shell-send-input): run-hooks wants quoted arg.
11615         * simple.el, mlsupport.el, loaddefs.el, c-fill.el, doctor.el:
11616         blink-paren-hook and auto-fill-hook renamed to -function.
11618         * files.el (diff-switches-function): diff-switches-hook renamed.
11620         * compile.el (compile-reinitialize-errors): use run-hooks.
11622         * rmail.el (rmail-convert-to-babyl-format): error if unrecognized text.
11624 1989-04-19  Richard Stallman  (rms@mole.ai.mit.edu)
11626         * replace.el (occur-mode-goto-occurrence): Insure arg to
11627         count-lines is@start of line.
11629         * replace.el (occur): Removed an extraneous save-excursion.
11631         * replace.el (perform-replace): make ! undo as a unit.
11633 1989-04-17  Chris Smith  (csmith@mozart)
11635         * icon-mode.el (icon-comment-indent): When auto-fill breaks a
11636         line in a bol comment, start the continued line in column 1
11637         not column 2.
11639         * icon-mode.el (icon-backward-to-noncomment): use parse-partial-sexp
11640         so as not to be fooled by # in strings.
11642         * icon-mode.el (icon-is-continuation-line): distinguish between
11643         tokens that end a statement but cause the following statement to
11644         be indented and tokens that cause the following line to be a
11645         continuation of the same statement.
11647 1989-04-12  Richard Stallman  (rms@mole.ai.mit.edu)
11649         * rmail.el (rmail-message-labels-p): put save-excursion outside.
11651         * picture.el (picture-tab): Dumb errors in prefix-arg case.
11653         * tags.el (tags-loop-continue): No message if slow terminal.
11655         * c-mode.el (c-fill-paragraph): Don't fill a comment together with
11656         anything following it.
11658 1989-04-11  Richard Stallman  (rms@mole.ai.mit.edu)
11660         * lpr.el (print-region-1): For tab-conversion case, insert specd range.
11662 1989-04-07  Richard Stallman  (rms@mole.ai.mit.edu)
11664         * compile.el (compilation-mode): Doc fix.
11666         * loaddefs.el: Autoload ftp-list-directory.
11668 1989-04-06  Edward M. Reingold (reingold@cs.uiuc.edu)
11670         * Hook added to list-diary-entries, along with a possible
11671           value for that hook which prepares a fancy diary buffer
11672           for display.
11674         * Holidays integrated into the diary: in the ordinary diary
11675           buffer the holidays are given in the mode line.  In the
11676           fancy diary buffer the holidays are given in the heading
11677           for each date.
11679         * Added a new command to tell the holidays on a specific date,
11680           parallel to the way diary entries are given for a specific
11681           date.  This new command became `h' and the old `h' became
11682           `a' to show all the holidays in a three-month period.
11684 1989-04-06  Richard Stallman  (rms@mole.ai.mit.edu)
11686         * dired.el (dired-flag-backup-files, dired-flag-auto-save-files):
11687         With prefix arg, unflag the appropriate class of files.
11689         * info.el (Info-tag-table-marker): `read' now stops@end of line,
11690         so advance to next line.
11692         * info.el (Info-follow-nearest-node):@last line of text,
11693         move to next node.
11695         * rmail.el (rmail-message-labels-p): Widen.
11697         * term/iris-ansi.el: New file.
11698         * r2bibtex.el: New file.
11700         * files.el (rename-uniquely): New command.
11702         * bytecomp.el (byte-recompile-directory): Update mode lines
11703         after save-some-buffers.
11705         * buff-menu.el (Buffer-menu-visit-tags-table): New fn.
11706         (Buffer-menu-mode-map): `t' runs that.
11708         * rmail.el (rmail-delete-forward): If no nondeleted msg fwd, go bkwd.
11710         * rmail.el (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header):
11711         Accept spaces@end of Unix-style From line.
11713         * view.el (view-mode): Don't use a recursive edit; instead,
11714         save old mode info in local variables.
11715         Now two args: buffer to go back to, and fn to apply to viewed
11716         buffer when exiting.
11717         (view-exit): Restore old mode from those local variables.
11718         Apply specified fn to buffer that was viewed.
11719         This is on C-c and q.
11720         (view-command-loop): Deleted.
11721         (view-window-size): Now applies to selected window.
11723         * startup.el (normal-top-level): Use PWD envvar to set default dir.
11725         * rmail.el (rmail-convert-to-babyl-format):
11726         Bind case-fold-search to t for mmdf case.
11728 1989-04-03  Richard Stallman  (rms@mole.ai.mit.edu)
11730         * modula2.el: Turn m2-newline back on.
11731         (various templates): Put relevant variable name in final comment.
11733 1989-04-02  Richard Stallman  (rms@mole.ai.mit.edu)
11735         * paths.el (rmail-spool-directory): Treat silicon-graphics-unix
11736         like usg.
11738 1989-03-30  Richard Stallman  (rms@mole.ai.mit.edu)
11740         * files.el: doc fix.
11742         * autoinsert.el (insert-auto-insert-files): Mark bfr unmodified
11743         if has just the autoinsert file.
11745         * sendmail.el: doc fix.
11747 1989-03-29  Richard Stallman  (rms@mole.ai.mit.edu)
11749         * rmail.el (rmail-insert-inbox-text): Don't insert newline if
11750         inserted an empty file.
11752         * startup.el: doc fix.
11754 1989-03-29  Edward M. Reingold  (reingold@cs.uiuc.edu)
11756         * calendar.el:  Change shift-three-month functions so the name
11757                         includes the word ``calendar''.
11759         * calendar.el (list-diary-entries): Delete extraneous command
11760                         to indicate buffer is not modified.
11762 1989-03-15  Jeff Peck  (rms@mole.ai.mit.edu)
11764         * term/sun.el (sunview-terminal): New default keybindings
11765         Check for (getenv "IN_EMACSTOOL") to automatically do emacstool-init.
11767 1989-02-24  Richard Mlynarik  (mly@rice-chex.ai.mit.edu)
11769         * terminal.el (terminal-emulator):  Move help message after call-hooks
11770         so that correct escape character is mentioned.
11772 1989-02-23  Richard Stallman  (rms@mole.ai.mit.edu)
11774         * Version 18.53 released(?)
11776         * telnet.el: New vars telnet-initial-count and telnet-maximum-count.
11777         These replace constants in the code.
11778         (telnet, telnet-initial-filter): Use those vars.
11779         (telnet-filter): Use subst-char-in-region to change CR to Space.
11780         Advance point if insert@end of bfr.
11782 1989-02-21  Richard Stallman  (rms@mole.ai.mit.edu)
11784         * flame.el: Fix spelling errors.
11786         * compile.el (compile-reinitialize-errors): New subroutine
11787         broken out from next-error.
11788         (compile-goto-error): New command, uses that and next-error.
11789         (compilation-mode): New command; sets major mode.
11790         (compile-internal): Use that function.
11791         (compilation-mode-map): New variable; define C-c C-c.
11793 1989-02-20  Richard Stallman  (rms@mole.ai.mit.edu)
11795         * lisp-mode.el (indent-sexp): Optional arg says where to stop
11796         indenting; if spec', don't stop@end of first sexp.
11797         (lisp-indent-region): New fn: use that to do Lisp-style indent-region.
11798         (lisp-mode-variables): Set up indent-region-function as that.
11800         * c-mode.el (indent-c-exp, c-indent-region, c-mode): Similar changes.
11802 1989-02-19  Richard Stallman  (rms@apple-gunkies.ai.mit.edu)
11804         * files.el (set-visited-file-name): Always rename the buffer;
11805         make name unique with <NNN> as find-file does.
11807         * compile.el (next-error): Prefix arg now says how many errors to move.
11808         When parsing more errors incrementally, append to previous list.
11809         (compile): Handle new option `compile-window-height'.
11811 1989-02-18  Richard Stallman  (rms@mole.ai.mit.edu)
11813         * dbx.el (dbx-mode-map): Change C-c w to C-c C-w.
11815         * misc.el: New file.
11817 1989-02-17  Richard Stallman  (rms@mole.ai.mit.edu)
11819         * rmailout.el (rmail-output*): Handle prefix arg and output
11820         consecutive nondeleted messages.
11822         * rmail.el (rmail-next-undeleted-message): Error if hit eob.
11824         * dbx.el (run-dbx): Do expand-file-name.
11826         * paths.el (manual-formatted-dirlist): More alternatives in sysV case.
11828 1989-02-15  Richard Stallman  (rms@mole.ai.mit.edu)
11830         * dbx.el (run-dbx): Set dbx-process.
11831         (dbx-stop-at): Use that to decide where to send the string.
11833 1989-02-13  Marc Shapiro  (shapiro@sor.inria.fr)
11835         * bibtex.el (bibtex-clean-entry, bibtex-empty-field, bibtex-find-text,
11836         bibtex-kill-optional-field, bibtex-next-field, bibtex-pop-next,
11837         bibtex-pop-previous, bibtex-cfield, bibtex-enclosing-field,
11838         bibtex-enclosing-reference, bibtex-enclosing-regexp, bibtex-flash-entry
11839         bibtex-flash-head, bibtex-inside-field, bibtex-make-optional-entry,
11840         bibtex-remove-OPT): New functions.
11841         (bibtex-find-it, bibtex-make-OPT-entry, bibtex-next-position): Deleted
11842         (kill-current-line): Deleted.
11843         (bibtex-mode-map): C-c keys to make entries moved to C-c C-e.
11844         (general): Use regexps instead of simple-minded cursor motion.
11845         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.
11847 1989-02-13  Richard Stallman  (rms@mole.ai.mit.edu)
11849         * subr.el (suppress-keymap): Undefine chars iff self-inserting,
11850         not based on numeric range.
11852         * rmail.el (rmail-reply): Don't call rmail-retry-failure.
11853         (rmail-mode-map): Put that cmd on C-M-m.
11855 1989-02-11  Richard Stallman  (rms@mole.ai.mit.edu)
11857         * debug.el (debug-on-entry): Special err msg for functions we
11858         can't handle.
11860 1989-02-10  Richard Stallman  (rms@mole.ai.mit.edu)
11862         * files.el (list-directory-brief-switches): Value was garbled
11863         when VMS changes were installed.
11865 1989-02-09  Richard Stallman  (rms@mole.ai.mit.edu)
11867         * loaddefs.el (calendar, diary, holidays): Autoload from calendar.el.
11869 1989-02-08  Richard Stallman  (rms@mole.ai.mit.edu)
11871         * loaddefs.el (ctl-x-4-map): Fully define it here, as sparse keymap.
11872         * files.el: not here.
11874         * lisp-mode.el (lisp-interaction-mode):
11875         Use emacs-lisp-mode-syntax-table
11877 1989-02-07  Richard Stallman  (rms@mole.ai.mit.edu)
11879         * c-style.el (set-c-style): Delete extra closeparen@end.
11881         * tex-mode.el: Doc fixes.
11883 1989-02-05  Richard Stallman  (rms@mole.ai.mit.edu)
11885         * uncompress.el (uncompress-backup-file): Uncompress original file
11886         when it's time to make it unto a backup.
11888 1989-02-04  Richard Stallman  (rms@mole.ai.mit.edu)
11890         * files.el: Make certain variables permenant if they are local.
11891         * ftp.el: Likewise.
11893         * dired.el (dired-rename-file): If file is visited, offer
11894         to change visited file name.
11896         * tags.el (find-tag, find-tag-other-window, find-tag-regexp):
11897         Bugs in interactive arg reading.
11899         * dired.el (dired-do-deletion): If list is small enough,
11900         display in half the screen.
11902         * files.el (basic-save-buffer): Check writability and make backup file
11903         only after trying the hooks.
11905         * ftp.el (ftp-write-file): do save-excursion.
11906         (ftp-write-file-hook): Clear modified-flag here.
11907         (ftp-setup-write-file-hooks): Clear read-only flag here.
11908         (ftp-sentinal): If input, clear modified flag.
11909         Don't bind buffer-read-only across (kill-buffer (current-buffer)).
11911         * texinfmt.el (texinfo-format-sp): New fn; handle @sp.
11912         (texinfo-format-noop): Handle @titlefont with this.
11914 1989-02-03  Richard Stallman  (rms@mole.ai.mit.edu)
11916         * files.el (revert-buffer): New hook that replaces just the
11917         erase-buffer and the insert-file-contents.
11919 1989-01-30  Richard Stallman  (rms@mole.ai.mit.edu)
11921         * term/x-win.el (initialization): Go through x-switches list.
11922         Don't set window-system-version; C code now does this.
11924 1989-01-29  Richard Stallman  (rms@mole.ai.mit.edu)
11926         * undigest.el (undigestify-message): Allow submessage to have no
11927         `to', just a `from'.
11929 1989-01-28  Richard Stallman  (rms@mole.ai.mit.edu)
11931         * rmail.el (rmail-reply): Search from msg-beg for rejection indicator
11933 1989-01-26  Richard Stallman  (rms@mole.ai.mit.edu)
11935         * replace.el (occur-mode-goto-occurrence): error msg fix.
11937         * tex-mode.el (tex-mode-syntax-table): Initialize all elts afresh.
11938         (tex-common-initialization): Make local var compare-windows-whitespace.
11939         Make %-lines separate paragraphs.
11940         (latex-mode): No more need to override paragraphs.
11941         (tex-categorize-whitespace): New fn helps compare-windows.
11942         (tex-insert-quote): Use \\s when categorizing prev. char.
11944         * compare-w.el: provide 'compare-w.
11945         (compare-windows): Don't set success for just whitespace.
11946         Remember start-point in both buffers, and pass as arg to
11947         the whitespace-function.
11948         If whitespace regexp, back over all whitespace;
11949         but don't back up if@end of buffer.
11950         Set point for real after each bunch of matches, in case C-g.
11952 1989-01-25  Richard Stallman  (rms@mole.ai.mit.edu)
11954         * paragraph.el (forward-paragraph): Check for end-of-buffer
11955         in forward-loop within backward-loop.
11957         * window.el (split-window-vertically): Set window-start and maybe
11958         window-point, to avoid scrolling.
11960 1989-01-24  Richard Stallman  (rms@mole.ai.mit.edu)
11962         * window.el (balance-windows): New command.
11964         * subr.el (walk-windows): New function.
11966 1989-01-20  Richard Stallman  (rms@mole.ai.mit.edu)
11968         * sort.el: doc fix.
11970         * server.el (server-buffer-clients): Now a permanent local.
11972         * dabbrev.el (dabbrev-expand): case-adapt only if expansion is l.c.
11973         (dabbrev-search): downcase the result if found@beg of sentence
11974         and only initial is upper case.
11976 1989-01-19  Richard Stallman  (rms@mole.ai.mit.edu)
11978         * files.el (after-find-file): change calling sequence to sit-for.
11980         * bytecomp.el (byte-compile-defun,-defmacro):
11981         Compile `defun' and `defmacro' within functions.
11983 1989-01-18  Richard Stallman  (rms@mole.ai.mit.edu)
11985         * tex-mode.el: Many changes.  TeX changed to tex in all symbols.
11986         (tex-open-quote, tex-close-quote): New vars for tex-insert-quote.
11987         (tex-insert-quote): Those vars say what to insert.
11988         Inserting `"' is done by simply calling self-insert-command.
11989         (tex-last-buffer-texed, tex-print-file): New vars.
11990         (tex-region): Don't output line before start of header.
11991         Set those two variables.
11992         (tex-mode-map): C-c C-e and C-c C-f changed.
11993         (tex-common-initialization): comment-start-skip changed.
11994         (tex-validate-region): Fn renamed, and now leaves point@the error.
11995         (tex-terminate-paragraph): must save-excursion.
11996         (tex-start-shell):@end, sleep a little if I/O buffer is empty.
11997         (tex-file): New fn; save buffers and run TeX on visit file.
11998         (tex-print): Print buffer's most recent output, whether from tex-file
11999         or tex-region.  Use shell-command to do the printing.
12000         (tex-append-dvi): New subroutine.
12002         * compare-w.el (compare-windows): Prefix arg means ignore
12003         whitespace changes.
12005         * bytecomp.el (byte-compile-form, byte-compile-find-vars-1):
12006         Handle forms containing explicit lambda-functions.
12008 1989-01-17  Richard Stallman  (rms@mole.ai.mit.edu)
12010         * texinfmt.el: Define @s (small caps) like @var.
12012 1989-01-15  Richard Stallman  (rms@mole.ai.mit.edu)
12014         * shell.el (inferior-lisp-mode-map): Copy shared-lisp-mode-map,
12015         inherit from shell-mode-map.
12017         * files.el (find-alternate-file): Don't drop a necessary `/'.
12019 1989-01-14  Richard Stallman  (rms@mole.ai.mit.edu)
12021         * startup.el (normal-top-level): Abbrev default directory
12022         as in find-file-noselect.
12024         * lisp-mode.el (lisp-mode-variables): set parse-sexp-ignore-comments.
12026 1989-01-13  Richard Stallman  (rms@mole.ai.mit.edu)
12028         * files.el (find-alternate-file): Don't change prefix to `~'
12029         unless a slash follows.
12031         * lisp.el (insert-parentheses): skip leading spaces if arg,
12032         maybe insert one if no arg.
12034         * lisp-mode.el (shared-lisp-mode-map): New map contains shared keys.
12035         (*-mode-map): All inherit from that map.
12037         * text-mode.el (indented-text-mode-map): Inherit text-mode-map.
12038         * rmailedit.el (rmail-edit-map): Likewise.
12039         * outline.el (outline-mode-map): Likewise.
12041         * c-mode.el (c-fill-paragraph): New cmd, on M-q in C mode.
12042         If in a comment, fill with comment delimiters/decoration.
12043         (calculate-c-indent-within-comment): New arg after-star
12045         * field.el: New file.
12047 1989-01-11  Richard Stallman  (rms@mole.ai.mit.edu)
12049         * shell.el (shell-send-input): Use run-hooks on
12050         shell-set-directory-error-hook.
12052         * subr.el (eval-after-load, eval-next-after-load):
12053         New fns to put entries on after-load-alist.
12055         * c-mode.el (c-backward-to-start-of-if): Stop looping@buffer beg.
12057 1989-01-09  Richard Stallman  (rms@mole.ai.mit.edu)
12059         * simple.el (zap-to-char): Error if char not found.
12060         Killed region now includes the matching char.
12062 1989-01-07  Richard Stallman  (rms@mole.ai.mit.edu)
12064         * options.el: doc fix.
12066         * mouse.el (mouse-delete-window): Delete window pointed at.
12068         * simple.el (backward-delete-char-untabify): In overwrite mode,
12069         back over columns clearing them out.
12071         * dired.el (dired-get-filename): filename ends before ` ->', not after.
12073 1989-01-06  Richard Stallman  (rms@mole.ai.mit.edu)
12075         * rmail.el (rmail-retry-failure): Lv cursor on To: line.
12077         * compile.el (compile-internal): Delete typo `<'.
12079         * tags.el (file-of-tag): Just search backwards.
12080         (tag-table-files): Don't worry about char counts.  Just search.
12082         * tags.el (next-file): Change NOWARN to NOVISIT:
12083         t =>get the file in a reusable temp buffer.
12084         (tags-loop-continue): Use NOVISIT while scanning.
12085         Use separate form tags-loop-scan to scan for interesting files.
12086         If we find one, visit the file for real if nec.
12087         then use tags-loop-operate to make changes.
12088         (tags-search, tags-query-replace): Use new interface.
12090         * files.el (find-file-noselect): Do directory abbrevs first thing
12091         so both dir name and file name show the abbreviations.
12093         * tags.el (find-tag): Fix bug in last changes.
12095         * debug.el (cancel-debug-on-entry): Use empty string for "cancel all".
12096         (debug-on-entry-1): Clean err msg for built-in function.
12098         * session.el: New file.  Load ~/.emacs-session.
12099         Related code moved here from startup.el.
12100         * session.el (save-session): New fn. has meat of kill-emacs-hook.
12101         Call expand-file-name to expand `~'.
12102         Save the value of point, as well.
12104         * subr.el: Set run-hooks variable.
12106         * tex-mode.el (LaTeX-mode): %@line start separates paragraphs.
12108         * files.el (basic-save-buffer): Don't write over directories
12109         if file-precious-flag is set.
12111 1989-01-04  Richard Stallman  (rms@mole.ai.mit.edu)
12113         * sendmail.el (sendmail-send-it): Always pass -f option to sendmail.
12115         * tags.el (find-tag): In regexp case, consider only matches that
12116         don't go past the DEL char.
12118 1989-01-03  Richard Stallman  (rms@mole.ai.mit.edu)
12120         * loaddefs.el (auto-mode-alist): Add `.oak'.
12122 1989-01-02  Richard Stallman  (rms@mole.ai.mit.edu)
12124         * files.el (diff): New command to compare file with its backup.
12125         (file-newest-backup): Return newest backup for given filename.
12127         * debug.el (debug-on-entry-1): Handle macros here.
12128         ({cancel-,}debug-on-entry): instead of here.
12129         But here maintain a list debug-function-list of functions set for
12130         debug on entry.  nil or empty arg to cancel-... means cancel all.
12131         (debugger-list-functions): New command, on `l'.
12132         (debugger-jump): Continue to exit of this frame
12133         after turning off all debug-on-entries.
12134         (debugger-reenable): Turn back on all debug-on-entries that are
12135         supposed to be on.  Called from `debug' and other debugging fns.
12137         * startup.el (kill-emacs-hook): If save-session-flag is set,
12138         write a file ~/.emacs-session recording file and line number.
12139         Put (load "~/.emacs-session" t t) (setq save-session-flag t)
12140         in your .emacs to enable session saving.
12142         * window.el (window-config-to-register, register-to-window-config):
12143         New fns, on C-x 6 and C-x 7.
12145         * vmsproc.el (subprocess-command-to-buffer): New function.
12147         * dired.el (dired-readin): Handle VMS.
12148         (dired-get-filename): handle VMS.  Also move handling
12149         of LOCALP and NOERROR arguments to the end.
12151         * vms-patch.el (vms-read-directory): New function.
12153         * loaddefs.el (auto-mode-alist): Add `.for' and `.ltx'.
12155         * files.el (list-directory): Support for VMS.
12157         * c-style.el: New file.
12159         * vt200.el (keyboard-translate-table): Make a table,
12160         and use it to interchange ESC and backquote.
12162 1989-01-01  Richard Stallman  (rms@mole.ai.mit.edu)
12164         * gdb.el (gdb-mode-map): continue now C-c C-p.
12166         * tags.el (find-tag-default): If not inside a tag, use previous
12167         or next tag found on current line.  Never go outside current line.
12169         * sendmail.el (mail-mode-map): Make map inherit from text-mode-map.
12171 1988-12-31  Richard Stallman  (rms@mole.ai.mit.edu)
12173         * files.el (find-alternate-file): Abbreviate homedir as `~'.
12175         * files.el (find-file-noselect): perform abbreviations on the
12176         directory name when setting the default--from directory-abbrev-alist.
12178 1988-12-30  Richard Stallman  (rms@mole.ai.mit.edu)
12180         * tags.el (next-file): New arg means don't warn of readonly file, etc.
12181         (tags-loop-continue): Don't warn and don't do local vars when scanning.
12182         If scanning makes a new buffer, kill it and re-find the file "for real"
12183         after exiting the scanning loop.
12185         * files.el (hack-local-variables): Change `inhibit-local-variables'
12186         to `enable-local-variables'.  Now three alternative values:
12187         nil (ignore them), t (use them) or otherwise (query).
12189         * startup.el (command-line-1): Rearrange startup message.
12191 1988-12-29  Richard Stallman  (rms@mole.ai.mit.edu)
12193         * compile.el (compilation-sentinel): Set OPOINT, OMAX in proper buffer.
12195 1988-12-28  Richard Stallman  (rms@mole.ai.mit.edu)
12197         * lpr.el (print-region-1): Anything except `berkeley-unix',
12198         treat like USG.
12200         * picture.el (picture-tab): Use move-to-tab-stop.
12201         * indent.el (move-to-tab-stop): Like tab-to-tab-stop but just move
12202         point; don't change buffer unless nec. to get a spot to move to.
12204         * indent.el (indent-region): If have fill-prefix, make each line
12205         start with the prefix.
12207         * awk-mode.el: New file.
12208         * loaddefs.el: Add autoload and auto-mode-alist entry.
12210 1988-12-24  Richard Stallman  (rms@mole.ai.mit.edu)
12212         * mail-utils.el (mail-strip-quoted-names): Handle nested comments.
12214         * gdb.el (gdb-refresh): Call `recenter'.  Take prefix arg and pass it.
12216 1988-12-23  Richard Stallman  (rms@mole.ai.mit.edu)
12218         * dired.el (dired-get-filename): Handle spaces in filenames.
12220 1988-12-22  Richard Stallman  (rms@mole.ai.mit.edu)
12222         * term/at386.el: Eric Raymond's changes to work with keypad.el.
12224         * loaddefs.el (completion-ignored-extensions): add .a and .ln.
12226         * shell.el (shell-set-directory): Convert // to one /,
12227         so Emacs emulates Unix conventions.
12228         (shell-unduplicate-slashes): New fn to convert a string that way.
12230         * info.el (Info-edit-map): Make this inherit text-mode-map,
12231         instead of copying that.  TEST THIS LATER.
12233         * dired.el (dired-readin): Add the `d' option, if wildcard pattern.
12235         * gdb.el: Commands changed: M-c, M-u, M-d now use C-c prefix.
12236         (gdb-maybe-delete-prompt, gdb-call):
12237         Handle the fact that insertion is done with insert-before-markers.
12238         Also delete multiple prompts if they arrive in succession.
12239         Also work properly if buffer contains an unsent partial input line.
12240         Value of gdb-delete-prompt-marker is now a list:
12241         (BEG-OF-LINE-MARKER PROMPT-LENGTH PROMPT-STRING).
12243 1988-12-21  Chris Hanson  (cph@kleph)
12245         * telnet.el (telnet-filter): Don't insert ^M's into the buffer.
12246         Don't force point to move to end of buffer;
12247         `insert-before-markers' will move it if that is appropriate.
12249         * netunam.el: New file supports hp-ux `RFA' feature.
12251 1988-12-20  Richard Stallman  (rms@mole.ai.mit.edu)
12253         * backquote.el, loaddefs.el: doc fix.
12255 1988-12-18  Richard Stallman  (rms@mole.ai.mit.edu)
12257         * keypad.el: Change from character numbers to named characters
12258         in the function keymap.
12260 1988-12-16  Richard Stallman  (rms@mole.ai.mit.edu)
12262         * files.el (find-file-noselect): Mention file name when asking
12263         whether to read new version from disk.
12265 1988-12-14  Richard Stallman  (rms@mole.ai.mit.edu)
12267         * mouse.el: New file; window-system-independent parts of mouse support.
12268         * x-mouse.el: Parts moved to mouse.el.  Require 'mouse.
12270         * rmail.el (rmail-make-in-reply-to-field): Regexp had nested loops.
12272         * term/x-win.el: Add missing arg to set-input-mode.
12274 1988-12-12  Richard Stallman  (rms@mole.ai.mit.edu)
12276         * telnet.el (telnet-send-input): Save input in telnet-previous-input
12277         (telnet-mode): Make that var buffer-local.
12278         (telnet-copy-last-input): New fn to yank that var; now on C-c C-y.
12280         * loaddefs.el (replace-string): Fix doc typo causing bug.
12282 1988-12-10  Richard Stallman  (rms@mole.ai.mit.edu)
12284         * compile.el (compile-internal): Get old compile process just once.
12286         * hideif.el, keypad.el, terminal.el:
12287         Add new arg to calls to where-is-internal.
12289         * x-mouse.el (mouse-binding-names): Set up this table.
12291         * sort.el (sort-columns): On VMS, use sort-subr to do the work.
12293         * rmail.el (rmail-insert-inbox-text): Vary name of .newmail file
12294         based on name of inbox file.
12296 1988-12-07  Richard Stallman  (rms@mole.ai.mit.edu)
12298         * shell.el (shell): Do M-x shell-mode only if new buffer.
12299         Don't bother setting NAME; it's not used again.
12301 1988-12-06  Richard Mlynarik  (mly@peduncle.ai.mit.edu)
12303         * files.el (toggle-read-only):  +ve prefix arg means to set read-only
12305 1988-12-04  Richard Stallman  (rms@mole.ai.mit.edu)
12307         * debug.el (cancel-debug-on-entry): Fix typo in handling macros.
12309         * spell.el (spell-region): Win if spell-filter is buffer-local.
12311         * c-mode.el (electric-c-terminator): Don't use a marker
12312         to handle auto-fill from newline.  Do it as in electric-c-brace.
12313         * keypad.el (function-key-sequence): Pass t as new arg.
12315         * rmailout.el (rmail-output-to-rmail-file):
12316         Temporarily undelete the message while it is being copied.
12318         * texinfmt.el (texinfo-format-emph): Was failing to rescan result.
12320 1988-12-03  Richard Stallman  (rms@mole.ai.mit.edu)
12322         * rmail.el (rmail-reply): On a bounce notice, do rmail-retry-failure.
12323         (rmail-retry-failure): Set up to re-edit and re-send original msg.
12325 1988-12-01  Richard Stallman  (rms@mole.ai.mit.edu)
12327         * dbx.el (dbx-filter): Use insert-before-markers.
12328         * gdb.el (gdb-filter):  Likewise...
12329         * kermit.el (kermit-clean-filter):
12330         * mh-e.el (mh-process-demon):
12331         * telnet.el (telnet-filter):
12332         * terminal.el (te-filter):
12334 1988-11-30  Richard Stallman  (rms@mole.ai.mit.edu)
12336         * rmail.el (rmail-convert-to-babyl-format): Turn case-fold-search off
12337         since `from' in l.c. can appear@beg of line within a
12338         Unix-format message.
12340         * files.el (set-auto-mode): Call the mode function outside
12341         of the save-excursion, so mode hooks can move point.
12343         * replace.el (occur-mode-goto-occurrence): Don't lose if not@col 0.
12345 1988-11-25  Richard Stallman  (rms@mole.ai.mit.edu)
12347         * bytecomp.el (byte-compile-function-form):
12348         For symbol as arg, return the symbol, not its function definition.
12350 1988-11-19  Richard Stallman  (rms@mole.ai.mit.edu)
12352         * tags.el (tags-completion-alist): New local var of each tag table,
12353         holding alist of all tags in it.  Also a function to compute the alist.
12354         (visit-tags-table-buffer): Make that var local.
12355         (visit-tags-table): Compute the alist unless already done.
12356         (find-tag-tag): Do completing read using the alist.
12358 1988-11-17  Richard Stallman  (rms@mole.ai.mit.edu)
12360         * sendmail.el (mail-sent-via): New command, entered in mail-mode-map.
12362         * files.el (find-alternate-file): Include old filename in
12363         initial contents of minibuf.
12365         * files.el (file-name-sans-versions):
12366         Fuller knowledge of VMS version numbers.
12368 1988-11-15  Richard Mlynarik  (mly@peduncle.ai.mit.edu)
12370         * rmail.el (rmail-make-in-reply-to-field):  I'm sick of seeing
12371         illegal headers generated by rmail.
12372         Note that this change undoes rms' change of 4-Jul-88" -- I'll
12373         check to see why that change was made in the first place.
12375         * rmail.el (rmail-forward): Set `forwarded' attribute only if mail
12376         is sent.
12378 1988-11-15  Richard Stallman  (rms@mole.ai.mit.edu)
12380         * startup.el (command-line): Don't set mode of *scratch* if .emacs did.
12381         (command-line-1): Avoid binding load-path for -l switch.
12383 1988-11-13  Richard Stallman  (rms@mole.ai.mit.edu)
12385         * time.el (display-time): Use pipes--don't waste a pty.
12386         * ispell.el (start-ispell): Likewise.
12388 1988-10-21  Chris Hanson  (cph@kleph)
12390         * xscheme.el (xscheme-send-control-g-interrupt,
12391         xscheme-send-interrupt): Don't use second argument to
12392         `interrupt-process' or `quit-process'.  These aren't needed and
12393         they actually cause the wrong effect on Ultrix.
12395 1988-10-12  Richard Stallman  (rms@mole.ai.mit.edu)
12397         * rmail.el (rmail): Don't process local-variables specs in RMAIL files.
12399 1988-10-10  Richard Stallman  (rms@mole.ai.mit.edu)
12401         * files.el (list-directory): Handle non-ex dirs properly.
12402         Use file-name-as-directory when appro.
12403         Simplify testing for dir-name vs. file-pattern.
12405         * rmail.el (rmail-set-attribute): Optional 3rd arg is message #.
12406         * sendmail.el (mail, mail-other-window, mail-setup):
12407         7th arg is list of (FCN . ARGS) to perform when msg is sent.
12408         * rmail.el (rmail-reply): Don't set `answered' now;
12409         use new arg to mail-other-window to get that done later.
12411 1988-10-08  Richard Stallman  (rms@mole.ai.mit.edu)
12413         * gomoku.el, resume.el: New files.
12415         * server.el (server-visit-files): Run server-visit-hook.
12417         * electric.el (shrink-window-if-larger-than-buffer):
12418         Make proper buffer current when buffer-local let-vars are unwound.
12420 1988-10-07  Chris Hanson  (cph@kleph)
12422         * texinfmt.el (texinfo-format-defun-1): Don't upcase &-keywords in
12423         @defun argument lists.
12425 1988-10-07  Richard Stallman  (rms@mole.ai.mit.edu)
12427         * term/vt100.el (vt100-wide-mode): New function to toggle 132-col mode.
12429         * replace.el (perform-replace): typos in doc string.
12431 1988-10-06  Richard Stallman  (rms@mole.ai.mit.edu)
12433         * files.el (recover-file): Don't turn-off auto-save.
12435         * time.el (display-time-filter): rmail-pop-up non-nil
12436         says, if have new mail, pop up rmail window and read it in.
12438 1988-10-05  Richard Stallman  (rms@mole.ai.mit.edu)
12440         * compile.el (compile-internal): Must do fundamental-mode *before*
12441         make-local-variable.
12443 1988-10-04  Richard Stallman  (rms@mole.ai.mit.edu)
12445         * files.el (backup-buffer): Chase symlinks and backup their target.
12447 1988-10-03  Richard Stallman  (rms@corn-chex.ai.mit.edu)
12449         * compile.el (compile-internal): New name for compile1.
12450         Doc changes in many functions.
12452 1988-09-30  Richard Stallman  (rms@mole.ai.mit.edu)
12454         * loaddefs.el: autoload mail-mode.
12456 1988-09-29  Richard Stallman  (rms@mole.ai.mit.edu)
12458         * man.el (nuke-nroff-bs): Delete ESC 7, ESC 8, ESC 9.
12459         (manual-entry): Put the arg into the buffer name.
12461 1988-09-28  Richard Stallman  (rms@mole.ai.mit.edu)
12463         * term/s4.el: Fix typo in `select' key, undefine ESC 0 and ESC 9.
12465         * mailalias.el (expand-mail-alias): New arg EXCLUDE is regex to delete.
12467         * loaddefs.el (auto-mode-alist): nroff-mode for .me, .mm, .[1-9].
12469         * compile.el (next-error): Support multiple compilation buffers.
12470         (compile1): Likewise.  New variable compilation-error-buffer.
12471         Variable compilation-process eliminated.
12472         compilation-error-buffer records which buffer next-error should use.
12473         (compilation-sentinel): Use positive indices in current-time-string.
12475 1988-09-27  Chris Hanson  (cph@kleph)
12477         * dired.el (dired-chown): hp-ux puts the chown program in /bin,
12478         not /etc.
12480 1988-09-27  Richard Stallman  (rms@corn-chex.ai.mit.edu)
12482         * files.el (delete-auto-save-file-if-necessary): New arg FORCE.
12483         Delete only if file is recent or if FORCE.
12484         (basic-save-buffer): Pass t for FORCE if auto save file was recent.
12485         (rename-auto-save-file): Don't rename file if not recent.
12487         * sendmail.el (mail-send): Query if buffer unmodified (already sent).
12489 1988-09-26  Richard Stallman  (rms@mole.ai.mit.edu)
12491         * prolog.el (run-prolog): Use new var prolog-program-name.
12493         * compile.el (compile1): Don't call save-some-buffers.
12494         (compile, grep): Call it here.
12496         * compile.el (compile1): Two new args PARSER and REGEXP
12497         control local bindings for compilation-parse-errors-hook
12498         and compilation-error-regexp.
12499         (next-error): Call compilation-parse-errors-hook to parse errors.
12500         Save the entire list in compilation-old-error-list.
12501         Don't clear markers when used; put them in compilation-last-error.
12502         (compilation-forget-errors): Clear all the markers that were made.
12504 1988-09-25  Richard Stallman  (rms@mole.ai.mit.edu)
12506         * text-mode.el (change-log-mode): New function.
12507         * loaddefs.el: Use that for ChangeLog files.
12508         * add-log.el (add-change-log-entry): Don't set major or minor modes.
12510         * tags.el (select-tags-table): New; offers menu for of tags tables.
12511         (visit-tags-table): Add each tags table to tags-table-file-list.
12513         * tags.el (find-tag): New arg REGEXP means 1st arg is a regexp.
12514         (last-tag): Now can be a list, whose car is a regexp.
12515         Means find-tag to repeat same tag should do regexp search.
12516         (find-tag-regexp): New command.
12518         * tags.el (tags-loop-continue): If we don't stop in a buffer
12519         and it isn't modified, kill it when get the next one.
12521         * bibtex.el: Greatly revised by Marc Shapiro.
12523 1988-09-23  Richard Stallman  (rms@hobbes.ai.mit.edu)
12525         * sendmail.el (sendmail-send-it): Change "s:" to "subject:".
12527 1988-09-21  Richard Stallman  (rms@hobbes.ai.mit.edu)
12529         * float.el (abs): Define it as in cl.el and mim-mode.el.
12531         * doctor.el (doctor-member): New name for `member'.
12533         * subr.el (mod): Name deleted.
12535         * mlsupport.el (setq-default): Defn deleted; data.c does it.
12537         * edt.el (edt-beginning-of-window): Function renamed.
12538         (edt-delete-previous-word): Function renamed.
12539         (edt-line-to-{top,bottom}-of-window): Function renamed.
12541         * cl.el: require cl, so that byte-compiler will load it.
12543         * lpr.el (print-region-1): Don't pass -T, -J switches on sysv.
12545         * bibtex.el (bibtex-entry): Insert comma only if both
12546         required and optional are non-nil.
12548         * autoinsert.el: Change defconst to defvar.
12550 1988-09-19  Richard Stallman  (rms@mole.ai.mit.edu)
12552 *       * shell.el: New commands TAB, M-n, M-p.
12553         (shell-complete-file-name): New function.
12554         (shell-completion-cleanup): New function, called from
12555         kill-shell-input and shell-send-input.
12556         (kill-output-from-shell): Kill back to last recognized prompt.
12557         (shell-{next,prev}-command): New motion commands.
12559 *       * text-mode.el (center-region): Don't change blank lines.
12561 1988-09-17  Richard Stallman  (rms@mole.ai.mit.edu)
12563 *       * lisp.el (beginning-of-defun): Obey new var defun-prompt-regexp.
12565 1988-09-16  Richard Stallman  (rms@corn-chex.ai.mit.edu)
12567         * files.el (find-alternate-file): Don't kill OBUF if still current.
12569         * subr.el (start-process-shell-command): Start subprocess, exec'ing
12570         via the shell.
12571         * compile.el (compile1): Call that.
12573 *       * server.el (server-temp-file-p): New function for recognizing
12574         which files are temp files.
12575         (server-edit): Call it.
12576         (server-temp-file-regexp): Variable that controls the function.
12578 *       * outline.el (outline-minor-mode): New command; adds outline-mode-ness
12579         to current major mode.
12580         (outline-heading-end-regexp): New variable; how to find end of heading.
12581         (outline-end-of-heading): Move fwd to end of heading.
12582         So that a heading can be more than one line.
12583         Various functions call this.
12584         (outline-level): Now it's the indentation of the end of what matches.
12586 1988-09-15  Richard Stallman  (rms@mole.ai.mit.edu)
12588         * compile.el (grep): Use grep-command for program.
12589 *       * loaddefs.el (grep-command): New variable.
12590         (compile-command): Moved to compile.el.
12592         * c-mode.el (electric-c-terminator): Make insertpos a marker.
12594         * c-mode.el (c-indent-command): `interactive' should follow doc string.
12596 1988-09-13  Richard Stallman  (rms@corn-chex.ai.mit.edu)
12598         * hideif.el (hif-tokenize): Typo in token string.
12600 1988-09-12  Richard Stallman  (rms@mole.ai.mit.edu)
12602         * help.el (locate-library): New command.
12604         * cl-indent.el (common-lisp-indent-hook): New clause for `,'.
12606         * c-mode.el (c-backward-to-noncomment): Stop better@beg of bfr.
12608         * info.el (Info-find-file): Clear buffer-file-name before calling
12609         erase-buffer.
12611 1988-09-06  Richard Stallman  (rms@mole.ai.mit.edu)
12613         * loaddefs.el (shell-prompt-pattern): Allow prompt enclosed in parens.
12615         * lisp-mode.el (calculate-lisp-indent): bug in lisp-indent-offset case.
12617 See ChangeLog.2 for earlier changes.