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
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.
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.
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.
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.
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
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
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
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
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
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
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
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
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
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.
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.
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,
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
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
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
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
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
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
947 * edebug.el (global-edebug-prefix, global-edebug-map): Add
948 autoload cookies for these, so they are present when Emacs starts
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
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
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
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
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
1090 * gud.el: Set no-byte-compile local variable t to work around a
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
1107 (up-arrow): Alias of previous-line, added for consistency.
1108 These changes complete terminal-type-independent support for arrow
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
1120 (parse-colon-path): Added. Path-to-string exploder --- may be
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.
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
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
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):
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
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
1301 * sun-curs.el: Name changed from sun-cursors.el to protect the
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
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
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
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
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
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
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
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;
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
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
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
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
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,
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,
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
1729 * rect.el (fill-rectangle): Added. Inspired by Lynn Slater's
1730 insert-box package in LCD, but the interface and implementation
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
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
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
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
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)
1918 * finder.el: Make sure that when new keywords are compiled, we see them
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
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
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
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
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
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)
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/README: 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
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.
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
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
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
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
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
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
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
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
2611 * subr.el (string-to-int): Make this an alias for
2614 1993-02-21 Jim Blandy (jimb@totoro.cs.oberlin.edu)
2616 * two-column.el: Add autoloads for the functions defined in
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
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
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
2704 Restore the current buffer after creating and deleting all these
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
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.
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
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):
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
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
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
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
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
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
3138 1992-12-21 Roland McGrath (roland@geech.gnu.ai.mit.edu)
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,
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
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
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):
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
3225 1992-12-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3227 * lpr.el (lpr-switches, lpr-command): Make these defvars, not
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
3266 * vc.el (vc-revert-buffer1): Try to preserve the position of mark
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
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):
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):
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
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
3337 (vip-mark-point, ex-mark): Pass required second argument to
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 -
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
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
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
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
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
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.
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.el (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
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
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;
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
3740 1992-10-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3742 * cust-print.el: CP:: changed to cust-print- in all names.
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
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):
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
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
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,
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
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
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
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
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
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
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
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
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
4399 1992-09-02 Roland McGrath (roland@geech.gnu.ai.mit.edu)
4401 * compile.el (compile-goto-error): Move to bol before looking for
4404 1992-09-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4406 * c-mode.el (c-auto-newline): Added backslashed before quotes in
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
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
4484 (mail-setup): Use mail-signature, rather than mail-signature-file.
4485 (mail-signature): Use "~/.signature", rather than
4486 mail-signature-file.
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.
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
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
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
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
4648 * byte-opt.el: Correctly extract the components of a compiled
4651 * bytecomp.el (byte-compile-warnings): Have this default to t,
4652 since Zawinski says everyone likes the warnings about unbound
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
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
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
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
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
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
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
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
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
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
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
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
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 Change these to work correctly with the Zawinski-Furuseth byte
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):
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.
5053 * compile.el (compilation-parse-errors): No message when we stop
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):
5093 *calendar.el (calendar-holidays): Describe it and use it for daylight
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
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,
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
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;
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):
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
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
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
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
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
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
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
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
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
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
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
5618 * calendar.el (calendar-mode): Put calendar-phases-of-moon on a key
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
5659 1992-07-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5661 * [uvwxy]*.el: Added headers for new Emacs Lisp documentation
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
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
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
5757 * loadup.el: Load bytecomp-runtime into the dumped Emacs.
5758 * disass.el: New version of the disassembler, to fit with the new
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
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
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.
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
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
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
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
5870 * tex-mode.el (tex-mode-load-hook): New variable.
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...
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
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
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
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
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):
6002 * calendar.el (calendar-holidays): Add Greek Orthodox Easter to
6003 all Christian holidays list.
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
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
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
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
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
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
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
6132 1992-06-12 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6134 * isearch-mode.el: New package, which will probably supercede
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
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
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.
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
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 ;;;
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
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 ].
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
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
6362 (comint-read-noecho): New optional argument STARS, which
6363 causes input to be echoed with '*' characters on the prompt
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
6375 (comint-send-input): Set comint-last-input-start when we send the
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@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,
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
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
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
6461 * files.el, sendmail.el, subr.el: Uses of ctl-x-3-map here
6463 * window.el: Binding of split-window-horizontally moved from C-x 5
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
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
6506 1992-05-12 Joseph Arceneaux (jla@churchy.gnu.ai.mit.edu)
6508 * simple.el (kill-region): Call the interprogram-cut-function if
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@emr.cs.uiuc.edu)
6538 * calendar.el (generate-calendar-month): Center heading over each
6541 1992-04-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6543 * loaddefs.el: Moved (put 'narrow-to-page 'disabled t)...
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
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
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
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
6684 * simple.el (undo): Don't print the "Undo!" message if we're in
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
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
6711 (ask-to-update-copyright): New function, meant to be put on
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@pogo.cs.oberlin.edu)
6723 * files.el (hack-local-variables): Don't take a FORCE argument;
6724 it's as easy to bind enable-local-variables to t for a while as it
6725 is to pass an extra argument, and it's cleaner.
6726 (normal-mode): Instead of passing the FORCE argument, bind
6727 enable-local-variables.
6728 (set-auto-mode): Don't check for the -*- mode tag if
6729 enable-local-variables is nil.
6731 * loaddefs.el (auto-mode-alist): There's no reason for this
6732 definition and initialization to be here; moved it to...
6735 1992-02-21 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6737 * telnet.el (read-password): Let the quit character terminate
6740 1992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6744 1992-01-27 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6746 * simple.el (universal-argument): Read key sequences, not single
6747 keys. Renamed `c-u' to `factor'. Describe the argument in the
6748 minibuffer as it is read.
6749 (prefix-arg-internal): Same changes here. Renamed CHAR argument
6750 KEY, to reflect the fact that it can now be an event sequence.
6751 (describe-arg): New function (actually, uncommented).
6752 (digit-argument, negative): Call prefix-arg-internal with a
6753 string for KEY argument, not a character.
6755 * simple.el (digit-argument): Strip off high bit of
6758 1992-01-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6760 * term/tvi970.el: New file.
6762 1992-01-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6764 * screen.el: Don't automatically bind C-z to iconify; this is
6765 inappropriate on terminals.
6766 * term/x-win.el: Bind C-z to iconify here.
6768 1992-01-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6770 * term/wyse50.el: Rewritten to use function-key-map.
6772 * simple.el: Include bindings for [up], [down], [left], and [right].
6774 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6776 * setenv.el: New file.
6778 * simple.el (x-select-kill): Variable removed.
6779 (interprogram-cut-function): New variable.
6780 (copy-region-as-kill): Use it.
6782 * term/new-at386.el: Rewritten to use function-key-map.
6784 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6786 * flow-ctrl.el: installed.
6788 1992-01-08 Jim Blandy (jimb@occs.cs.oberlin.edu)
6790 * simple.el (temporary-goal-column): Added missing closing paren.
6792 1991-12-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6794 * mail-utils.el (mail-strip-quoted-names): Return nil if given nil.
6796 1991-12-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6798 * debug.el (cancel-debug-on-entry): Complete over debugged functions.
6800 1991-12-21 Jim Blandy (jimb@occs.cs.oberlin.edu)
6802 * at386.el: Moved to term/at386.el, changed to use
6805 1991-12-20 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
6807 * term/news.el, term/vt100.el: Converted to use function-key-map
6808 instead of old keypad.el.
6809 * term/sun.el: Console key sequences converted to use
6810 function-key-map; emacstool bindings left alone.
6812 1991-12-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6814 * mailabbrev.el: New file.
6815 * sendmail.el (mail-setup): Delete code for mail-aliases.
6816 Call mail-aliases-setup instead.
6817 (sendmail-send-it): Delete code for mail-aliases.
6818 (build-mail-aliases, expand-mail-aliases): Autoloads deleted.
6820 1991-12-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6822 * etags.el (find-tag-noselect): fixed subtle bug due to
6825 (tags-tag-match): new function, made smarter about exact matches.
6827 1991-12-13 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6829 * perl-mode.el: installed.
6831 1991-12-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6833 * sendmail.el (mail-default-headers): New user variable.
6834 (mail-setup): Insert value of that variable.
6836 1991-12-11 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6838 * c-mode.el: added C++ style to c-style-alist.
6840 * at386.el: installed.
6842 1991-12-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6844 * man.el (nuke-nroff-bs): Simplify o^H+. Delete "reformatting" msg.
6846 1991-12-08 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6848 * blackbox.el: Applied doc patch. No functions affected.
6850 * etags.el: support new (find-tag-noselect) entry point.
6852 * info.el: patched to restore point on `up' to previously visited buffer.
6854 * sccs.el: installed 3.5
6856 1991-12-08 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
6858 * simple.el (universal-argument): If there is already an argument
6859 specified, don't toss it and read a new one; instead, end argument
6860 processing and read the next key literally.
6861 (digit-argument, negative-argument): Doc fix.
6863 * tar-mode.el (tar-subfile-save-buffer): Use the new current-time
6864 subr to generate real timestamps.
6865 (tar-update-datestamp): Remove docstring paragraph that claims the
6866 feature is not implemented. Remove similar paragraph from TO DO
6867 list at top of file.
6869 1991-12-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6871 * diff.el (diff-internal-diff): New subroutine.
6872 (diff): Removed from here.
6873 (diff-sccs, diff-rcs): New commands using diff-internal-diff.
6874 (diff-rcs-extension): New variable.
6876 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
6878 * apropos.el, doctex.el, help.el, paths.el, spook.el, yow.el:
6879 These files expected to find their data in exec-directory, but
6880 their data is now located under data-directory. Changed to use
6881 data-directory as appropriate.
6882 * loadup.el: Changed to use the appropriate path names.
6884 1991-12-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6886 * mailalias.el (define-mail-alias): Handle quoted aliases.
6888 1991-11-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6890 * simple.el (prefix-arg-internal): Make C-u end the arg.
6891 Doc fixes on the argument commands.
6893 1991-11-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6895 * emacsbug.el (report-emacs-bug): Now autoloaded.
6897 1991-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6899 * simple.el: Doc fix.
6901 1991-11-15 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
6903 * startup.el (command-line): Don't bother catching errors that
6904 occur while the window system file is loading; cmd_error can now
6905 properly handle errors that occur before screens are set up
6908 * startup.el (command-line): baud-rate is a variable, not a
6911 1991-11-14 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
6913 * info.el (Info-mode): Mention Info-directory in the list of
6914 commands in the docstring.
6915 (Info-follow-nearest-node): Rebalance parens.
6917 1991-11-11 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6919 * find-dired.el: New version munged by sk for tree dired.
6921 1991-11-06 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
6923 * screen.el (screen-initialize, screen-notice-user-settings):
6924 Renamed global-minibuffer-screen to default-minibuffer-screen.
6926 1991-11-05 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
6928 * diary.el (diary-rosh-hodesh): Add Erev Rosh Hodesh to the diary,
6931 1991-10-31 Richard Mlynarik (mly@peduncle)
6933 * ebuff-menu.el (eletric-buffer-menu-mode-map): Define
6934 < and > to scroll-left and scroll-right per user suggestion.
6936 1991-10-31 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
6938 * files.el (cd): Don't bother calling pwd after changing the
6941 * shell.el (shell-mode): Doc fix.
6943 * screen.el (screen-notice-user-settings): When replacing the
6944 initial screen with a minibuffer-only screen, append the original
6945 screen's parameters to initial-screen-parameters, so that moves
6946 and resizes may take place if appropriate.
6948 * cmushell.el: This is now the real shell.el. Removed the "cmu"
6950 (shell): Marked this to be autoloaded.
6952 1991-10-29 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
6954 * files.el (find-file-noselect): Extract filename abbreviation
6955 code into separate function.
6956 (abbreviate-file-name): This is that.
6958 * files.el (after-find-file): If the directory containing the file
6959 doesn't exist, offer to create it.
6960 (make-directory-path): New function to support this offer.
6962 1991-10-28 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
6964 * macros.el (apply-macro-to-region-lines): Use a marker to keep
6965 track of the next line to operate on, so the macro can delete or
6968 1991-10-26 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
6970 * disass.el (disassemble): Correctly distinguish functions with no
6971 interactive spec and functions that are (interactive). Correctly
6972 extract components of explicit calls to byte-code (old-style
6973 compiled functions). Correctly pass byte code of function to
6975 (disassemble-1): Use nth to extract components of explicit call to
6976 byte-code, not car and cdr.
6978 1991-10-25 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
6980 * lisp-mode.el (eval-print-last-sexp): Saying (terpri
6981 (current-buffer)) after evaluating the expression does bad things
6982 if the expression changes the current buffer, so bind
6983 standard-input to the buffer that is current before evaluation.
6985 1991-10-21 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6987 * compile.el (compilation-buffer-name-function,
6988 compilation-finish-function): Add autoload cookie for these.
6990 1991-10-15 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
6992 * info.el (Info-follow-nearest-node): Adjusted for new return
6993 value format from coordinates-in-window-p.
6995 1991-10-08 Roland McGrath (roland@albert.gnu.ai.mit.edu)
6997 * add-log.el (change-log-name): New fn.
6998 (add-change-log-entry, add-change-log-entry-other-window): All
6999 args optional. FILE-NAME defaults to new var
7000 `change-log-default-name'. Give this var a local value in the
7001 buffer we were run from, pointing to the file we found.
7003 1991-10-07 Roland McGrath (roland@geech.gnu.ai.mit.edu)
7005 * compile.el (compilation-buffer-p): New fn.
7006 (compilation-find-buffer, compile-goto-error): Use it.
7008 1991-10-05 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7010 * compile.el (compile-internal): Don't make state vars local.
7011 (compilation-mode): Do it here.
7012 (compilation-parse-errors-function, compilation-error-message):
7013 Give initial values.
7014 (compile-goto-error): Look for compilation-error-list rather than
7015 compilation-parse-errors-function in the buffer-local variables
7016 to see if this is a compilation buffer, because the latter might
7019 1991-10-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7021 * files.el (revert-buffer): Call verify-visited-file-modtime with
7022 one arg (the current buffer), instead of none.
7024 1991-10-04 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7026 * rmail.el: Changed two regexps not to look specifically for 19yy
7027 for years; look for yyyy instead. Planning for the millenium.
7029 1991-10-03 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7031 * version.el (emacs-version): (From Bob:) Take optional arg
7032 (prefix arg) to insert version text at point.
7034 1991-09-26 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7036 * info.el (Info-default-directory-list): defvar this instead of
7037 defconsting it, so paths.el can set it.
7039 1991-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7041 * map-ynp.el (map-y-or-n-p): Fixed for lists containing nil.
7043 1991-09-10 Roland McGrath (roland@wookumz.gnu.ai.mit.edu)
7045 * autoload.el (batch-update-autoloads): Use catch and throw to
7046 give up on a file altogether if it gets an error.
7048 * autoload.el (update-file-autoloads): Always check the old section.
7049 If the file has no cookies, it will be deleted and not replaced.
7051 1991-09-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7053 * simple.el (line-move): After C-e, do consider eol of blank line.
7054 Don't treat start of blank line as eol.
7056 1991-09-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7058 * fill.el (fill-individual-paragraphs):
7059 Find a fill-prefix that works for the whole paragraph.
7061 * simple.el (line-move): Don't treat start of blank line as eol.
7063 1991-09-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7065 * debug.el (debugger-step-through): Fix message typo.
7067 1991-09-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7069 * server.el (server-start): Delete old socket in /tmp as well as in ~.
7071 1991-08-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7073 * abbrev.el, chistory.el: Remove periods from error messages.
7075 1991-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7077 * help.el (describe-function, describe-variable):
7078 Return the same text as was displayed.
7080 * files.el: Doc fix.
7082 * files.el: Don't require map-ynp.
7083 * map-ynp.el: No need for provide.
7084 * loadup.el: Load map-ynp.
7086 1991-08-23 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
7088 * calendar.el (calendar-last-day-of-month, calendar-leap-year-p,
7089 calendar-day-number, calendar-absolute-from-gregorian): Change
7090 from functions to macros for speed.
7092 1991-08-22 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7094 * files.el (find-backup-file-name):
7095 (apply fun (cons first rest)) => (apply fun first rest).
7098 1991-08-20 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
7100 * rmail.el (rmail-convert-to-babyl-format): Roland added the
7101 missing paren in the wrong place; fixed.
7103 * screen.el (screen-initialize): Added missing `function' around
7106 1991-08-20 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7108 * files.el (switch-to-buffer-other-screen,
7109 find-file-read-only-other-screen): Remove extra parens.
7111 * rmail.el (rmail-convert-to-babyl-format): Add missing paren.
7113 1991-08-19 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
7115 * calendar.el (redraw-calendar): Preserve cursor location in
7117 (extract-calendar-month, extract-calendar-day,
7118 extract-calendar-year):
7119 Change from functions to macros to speed up computation.
7122 calendar-holiday-function-rosh-hashanah-etc: Correct date of Selichot.
7124 1991-08-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7126 * rmail.el (rmail-convert-to-babyl-format):
7127 If can't find end of babyl header or babyl message,
7128 try to resync with next ordinary message.
7130 1991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
7132 * doctor.el (doctor-strangelove): New fn.
7133 (doctor-member): Removed.
7134 (doctor-doc): Use member instead of doctor-member.
7135 (doctor-rms): Restored.
7137 1991-08-16 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7139 * term/x-win.el: Removed obsolete definitions for function keys.
7141 1991-08-15 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7143 * screen.el (screen-create-initial-screen): Renamed to
7144 screen-initialize. Arrange to cause errors if people try to
7145 create screens when no window system is running.
7147 * loadup.el: load screen.el into the dumped emacs.
7149 * subr.el (add-hook): Cons FUNCTION onto the value of the symbol
7150 HOOK, not the symbol itself.
7152 * loaddefs.el (ctl-x-4-map): Move definition from here...
7153 * subr.el (ctl-x-4-map): To here.
7154 (ctl-x-3-map): New prefix.
7155 (mouse-map): Deleted.
7157 * screen.el (new-screen-x-delta, new-screen-y-delta,
7158 new-screen-position): Removed.
7159 (new-screen): Simplified.
7160 (split-to-other-screen): Removed.
7161 (switch-to-buffer-other-screen, find-file-other-screen,
7162 find-file-read-only-other-screen, mail-other-screen): Moved, along
7163 with their keybindings, to...
7164 * files.el (switch-to-buffer-other-screen, find-file-other-screen,
7165 find-file-read-only-other-screen): Here...
7166 * sendmail.el (mail-other-screen): And here.
7168 1991-08-14 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7170 * files.el (generate-new-buffer): Function moved here from
7172 (set-visited-file-name): Use the new argument to rename-buffer.
7174 * macros.el (apply-macro-to-region-lines): Don't complain if there
7175 is no defined keyboard macro if one was passed as an argument.
7176 Don't test if macro is null inside the loop; set it to
7177 last-kbd-macro outside the loop.
7179 1991-08-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7181 * info.el: Removed bindings and help reference to nonexistent
7183 (Info-default-directory-list): New defconst, list to initialize
7184 Info-directory-list with by default.
7185 (info): Initialize Info-directory-list to
7186 Info-default-directory-list if there is no INFODIR envariable.
7187 * paths.el (Info-default-directory-list): Define instead of
7188 Info-directory-list.
7190 1991-08-13 Ken Raeburn (raeburn@watch.com)
7192 * time.el (display-time-24hr-format): New variable.
7193 (display-time-filter): If display-time-24hr-format is non-nil,
7194 display time in 24-hour format, rather than using AM/PM suffix.
7195 Also, don't blow up in substring if load average is unavailable.
7197 1991-08-13 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7199 * screen.el: Incorporated other-screen functions and key bindings.
7201 * screen.el: iconification code reworked; this code will require
7202 a mapping hook of some sort to work correctly.
7204 * screen.el, term/x-win.el: Renamed screen-default-alist to
7205 default-screen-alist.
7206 (default-screen-alist): Moved declaration to screen.c; the
7207 screen creation subrs should consult this transparently.
7209 * term/x-win.el (x-get-resources, x-pop-initial-window): Functions
7210 deleted. Don't call them at the bottom of the file anymore.
7212 1991-08-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
7214 * simple.el (undo-start): Doc fix: undo-pointer -> pending-undo-list.
7216 * files.el (save-some-buffers): Add missing `(and' and matching
7217 `)' so that buffer-offer-save is actually tested.
7219 1991-08-12 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7221 * window.el (split-window-keep-point): New user option.
7222 (split-window-vertically): Modified to support it.
7223 * startup.el (command-line): Choose a default value for
7224 split-window-keep-point according to the baud rate.
7225 * term/x-win.el: Set split-window-keep-point.
7227 1991-08-10 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7229 * term/x-win.el (x-daemon-mode, x-establish-daemon-mode): Removed
7230 these functions; we do this differently now.
7232 1991-08-07 Roland McGrath (roland@geech.gnu.ai.mit.edu)
7234 * autoload.el (batch-update-autoloads): Do (save-some-buffers t)
7235 before killing emacs, so loaddefs.el will be saved.
7237 1991-08-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7239 * screen.el (screen-creation-func): Renamed to
7240 screen-creation-function, as per the convention.
7242 * screen.el (screen-creation-func): Do not initialize this
7243 according to the window system name; let the window
7244 system-specific file initialize it however it wants.
7245 * term/x-win.el: Set screen-creation-function to x-create-screen.
7247 * screen.el: All of the screen startup code reworked.
7249 1991-08-01 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7251 * startup.el (pre-init-hook): New variable.
7252 (window-setup-hook): Doc fix.
7253 (command-line): Call pre-init-hook.
7254 (command-line-1): Updated copyright date.
7256 1991-07-31 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7258 * rmailedit.el: When initializing rmail-edit-map, take the cdr of
7259 text-mode-map before nconcing it, to omit the keymap header.
7261 1991-07-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7263 * screen.el (auto-new-screen-function): Renamed to
7264 pop-up-screen-function.
7265 (buffer-in-other-screen): Use pop-up-screens, not auto-new-screen.
7267 1991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7269 * apropos.el (apropos, super-apropos): Don't make window for no syms.
7271 1991-07-29 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7273 * loaddefs.el: Don't make backup versions of this file.
7275 1991-07-28 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7277 * autoload.el (generate-autoload-cookie): Doc fix.
7279 1991-07-28 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7281 * etags.el: Renamed new-etags.el, copied Emacs 18's tags package
7282 into its place - the new version seemed to have half-completed
7283 major changes. Added autoload marks and changed it to (provide
7284 'etags) instead of tags.
7286 * help.el: Autoload the (defvar help-map ...) so that info.el
7287 can define keys in it.
7288 * loaddefs.el: Updated.
7290 1991-07-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7292 * info.el (Info-find-emacs-command-node): New fn.
7293 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7294 New fns, bound to C-h C-f and C-h C-k, to pop to the info node for
7295 an Emacs command or keystroke.
7297 1991-07-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7299 * terminal.el (te-stty-string): Delete `new' since loses on SYSV.
7301 1991-07-25 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7303 * edebug.el: Version 2.5 from LaLiberte.
7305 1991-07-25 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7307 * view.el: (define-key "C-xv" 'view-file).
7308 (view-file-other-window, view-buffer-other-window): New functions.
7309 (view-prev-buffer): Renamed to view-return-here.
7310 (view-exit): If view-return-here is a buffer, switch to it;
7311 if it is a window configuration, apply it.
7313 * subr.el (search-forward-regexp, search-backward-regexp): Added
7316 1991-07-24 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7318 * diff.el (diff): Turn off read-only flag to insert "no
7319 differences" message.
7321 1991-07-23 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7323 * isearch.el (isearch): If the user switches to a different
7324 screen, exit the isearch.
7326 * isearch.el (isearch): Changed reference to `cmds' to use
7327 variable's new name `history'.
7329 1991-07-23 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7331 * rmail.el (rmail-first-unseen-message): Make loop looking for
7332 unseen msgs not skip the first one.
7334 * rmail.el (rmail-widen-to-current-msgbeg): Added missing close paren.
7336 1991-07-21 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7338 * isearch.el (isearch): Don't assume that we're repeating a search
7339 that found an empty string; check history to make sure we're
7340 repeating a search and not starting one up with a pattern from the
7343 * view.el: When initializing view-mode-map, use the new-style key
7346 * screen.el (auto-new-screen-function): Set this to a lambda which
7347 calls the screen-creation-func.
7349 1991-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7351 * backquote.el (bq-make-maker):
7352 Don't replace quoted shared structure by copies.
7354 1991-07-19 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7356 * files.el (save-some-buffers): Added save-excursions around code
7357 that does set-buffer.
7359 1991-07-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7361 * etags.el (visit-tags-table): Don't make tags-completion-alist.
7362 (tags-completion-alist): If tags-completion-alist is non-nil,
7363 return it; else build it and then return it.
7364 (find-tag-tag): Pass 'tags-completion-alist as TABLE to
7365 completing-read, so the table is built on demand.
7367 * sendmail.el (mail-do-fcc): Added missing close paren.
7369 1991-07-15 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7371 * term/x-win.el: Enable interrupt-driven input after opening the X
7372 connection, so that the fcntls on file descriptor 0 apply to the
7373 socket, not the terminal.
7375 * screen.el: Don't bind `C-x o' to next-multiscreen-window or
7376 displace other-window to `M-o'.
7378 1991-07-15 Stephen A. Wood (saw@hallc1)
7380 * fortran.el version 1.28.3
7381 Now works in either mode when `tab-width' is not 8.
7383 (fortran-electric-line-number, fortran-indent-to-column): Use
7384 `fortran-minimum-statement-indent' instead of 8.
7386 (fortran-current-line-indentation): Now skips over line number
7387 and whitespace correctly when tab-width is not 8.
7389 (fortran-setup-tab-format-style): Set `fortran-comment-line-column' and
7390 `fortran-minimum-statement-indent' to (max tab-width 6) instead of 8.
7391 The minimum 6 insures legal indenting for lines with line numbers.
7393 1991-07-13 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
7395 * info.el (Info-find-node): Call buffer-flush-undo with one arg,
7396 instead of none. Change call to get-buffer-c>reate to
7399 * startup.el (command-line): Remove the arguments from
7400 command-line-args as we process them.
7401 (command-line-1): Removed code to ignore the arguments processed
7402 in command-line, because they're all deleted now.
7404 * replace.el (occur): Set tem to the location of the match before
7405 adding it to occur-pos-list, so we don't end up with an
7406 occur-pos-list of nulls. And allocate the final-context-start
7407 marker once, so we don't allocate jillions of markers in the
7409 1991-07-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7411 * term/x-win.el (x-handle-args): Re-written to take the command
7412 line switch as an argument, instead of just assuming it's in ARGS,
7413 and return the modified list. Changed caller to pass and set
7416 * startup.el (command-line): Re-balance parens.
7417 Pass command-line-args to command-line-1, not args.
7419 1991-07-09 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7421 * map-ynp.el (map-y-or-n-p): Fixed lossage on ? or random char.
7423 1991-07-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7425 * ftp.el (ftp-command): Skip multiline messages.
7427 1991-07-08 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7429 * ispell.el (ispell-buffer): fset to 'ispell.
7431 * map-ynp.el (map-y-or-n-p): Don't quote a form inside quasiquote.
7433 1991-07-04 Stephen A. Wood (saw@hallc1.cebaf.gov)
7435 * fortran.el: Added ;;;###autoload definition for
7436 fortran-tab-mode-default variable.
7438 * fortran.el (fortran-numerical-continuation-char): Replace
7439 (backward-line 1) with (forward-line -1) since backward-line is
7440 defined only in edt.
7441 (fortran-previous-statement): Fix error in parens.
7442 (fortran-indent-to-column): Likewise.
7444 1991-07-04 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7446 * files.el (save-some-buffers): Use map-y-or-n-p return value.
7448 * map-ynp.el (map-y-or-n-p): Fixed bug that caused first elt on !
7449 hit not get acted on.
7451 1991-07-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7453 * cmacexp.el (c-macro-expand): Use new variables
7454 c-macro-preprocessor and c-macro-options.
7456 * teco.el: New file.
7458 1991-07-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7460 * map-ynp.el (map-y-or-n-p): Fixed misplaced paren.
7461 Fixed list-eating bug.
7463 1991-07-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7465 * ws-mode.el: New file.
7467 * forms.el: New version from Vromans.
7469 1991-06-29 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7471 * map-ynp.el (map-y-or-n-p): LISTS may also be an iterator fn.
7472 PROMPTER may also be a format string.
7474 1991-06-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7476 * simple.el (shell-command-on-region):
7477 Handle case where input is from *Shell Command Output*.
7479 1991-06-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7481 * startup.el (command-line): Let init file change command-line-args.
7482 Don't fail to advance args past -debug-init.
7483 (command-line-1): Ignore here options processed at earlier stages.
7485 1991-06-26 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7487 * term/x-win.el (x-read-resources): When a resource is not
7488 available, use (nth 2 key-resname-default) to get the default, not
7489 (nth 3 key-resname-default), which is nil.
7490 Open the connection to the server *before* trying to read the
7493 1991-06-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7495 * subr.el (ignore): Added docstring for this; it appears as a key
7496 binding, so it ought to be described.
7498 1991-06-19 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7500 * find-dired.el (find-dired-sentinel): Don't twiddle a killed buffer.
7502 1991-06-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7504 * simple.el (kill-region): Allow read-only buffers.
7506 * find-dired.el (find-dired-filter): If the buffer has been
7507 killed, delete the process.
7509 * find-dired.el (find-ls-option): Made a defvar rather than defconst.
7511 1991-06-12 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7513 * upd-copyr.el (update-copyright): Fixed typo in help text.
7515 1991-05-26 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7517 * disass.el (disassemble-internal): Fixed typo string? -> stringp.
7519 1991-05-26 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
7521 * holiday.el (calendar-holiday-function-passover-etc): Correct
7522 date and spelling of Yom HaAtzma'ut.
7524 1991-05-23 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7526 * mail-utils.el: Require lisp-mode, because we use
7527 lisp-mode-syntax-table. Lisp-mode is usually in the dumped emacs,
7528 but dumping should always be a convenience, not an unstated
7530 * lisp-mode.el: Do a (provide 'lisp-mode).
7531 Initialize lisp-mode-syntax-table outside of all functions, so
7532 that we don't have to hope that lisp-mode-variables has been
7533 called before using mail-strip-quoted-name. Odd dependencies.
7535 * sendmail.el (mail-archive-file-name): Make this a defvar, not a
7536 defconst. There seems to be no entry saying why this was made a
7539 * text-mode.el (indented-text-mode-map): When redefining TAB,
7540 don't clobber the definition in text-mode-map, but DO share the
7541 rest of text-mode-map.
7543 1991-05-23 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
7545 * startup.el (command-line): don't do anything if $VERSION_CONTROL
7546 is not set; move code to import environment var ahead of .emacs
7549 1991-05-22 Brian Preble (rassilon@mole.gnu.ai.mit.edu)
7551 * forms.el (scroll-up, scroll-down): Made argument &optional.
7553 1991-05-22 Michael I Bushnell (mib@churchy.gnu.ai.mit.edu)
7555 * rmail.el (rmail-variables): Rmail should not be a
7556 save-buffer-skip buffer. If the user wants this confusing
7557 behavior, it can be personally customized.
7559 1991-05-22 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7561 * term/x-win.el (x-switches-specified): Variable deleted; the
7562 options given on the command line are placed in screen-default
7563 alist, so that all the screens created get them.
7564 (x-handle-switch, x-handle-numeric-switch): Put the values in
7565 screen-default alist instead of in x-switches-specified.
7566 (x-handle-geometry): Put the geometry in initial-screen-alist.
7567 (x-pop-initial-window): Build the arguments to
7568 pop-initial-screen from initial-screen-alist and
7569 screen-default-alist alone; don't use x-switches-specified.
7570 (x-read-resources): New function to read the X defaults and put
7571 them in screen-default-alist. Call this function at the bottom.
7572 * screen.el (death-function): Removed, because this is now handled
7573 better in startup.el.
7574 (pop-initial-screen): Don't do a condition-case to call
7577 1991-05-18 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7579 * macros.el (apply-macro-to-region-lines): Added a save-excursion
7580 around the macro invocation, so that the macro doesn't need to
7581 stay on the same line.
7583 * gdb.el (gdb-call): Don't set gdb-delete-prompt-marker to an
7584 empty region when the process-mark was at the beginning of the
7585 line, because this will cause an infinite loop in
7586 gdb-maybe-delete-prompt.
7588 * startup.el (command-line): If an error occurs while initializing
7589 the window system, catch it and write the error message to
7590 external-debugging-output.
7592 1991-05-17 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
7594 * holiday.el: Add Erev Shavuot to the full list of Jewish
7597 1991-05-16 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7599 * macros.el (apply-macro-to-region-lines): New function.
7601 * term/x-win.el (x-handle-switch): The newline at the end of the
7602 comment line at the top of this function was missing.
7604 1991-05-16 Roland McGrath (roland@geech.gnu.ai.mit.edu)
7606 * autoload.el (batch-update-autoloads): New function to update
7607 autoloads with emacs -batch.
7609 * autoload.el (generate-file-autoloads): Don't put non-autoload
7610 forms in the (autoloads ...) list in the header.
7612 1991-05-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7614 * map-ynp.el (map-y-or-n-p): Put the cursor in the echo area while
7617 1991-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7619 * bytecomp.el (byte-compile-setq): Clean error if var not a symbol.
7621 1991-05-13 Roland McGrath (roland@geech.gnu.ai.mit.edu)
7623 * autoload.el (update-file-autoloads): If the file is in a buffer
7624 and that buffer is modified, update the autoloads regardless of
7626 If the file was not in a buffer before, kill the buffer we create.
7627 update-directory-autoloads on /gd/gnu/emacs/lisp had a tendency to
7628 eat all available memory.
7630 1991-05-13 Brian Preble (rassilon@mole.gnu.ai.mit.edu)
7632 * abbrev.el, add-log.el, apropos.el, asm-mode.el, autoload.el:
7633 awk-mode.el, backquote.el, bibtex.el, bytecomp.el, c++-mode.el:
7634 cal.el, calc-ext.el, calc.el, chistory.el, cl-indent.el, etags.el:
7635 compare-w.el, compile.el, dabbrev.el, debug.el, diary.el, diff.el:
7636 dired.el, disass.el, dissociate.el, doctor.el, ebuff-menu.el, edt.el:
7637 echistory.el, edebug.el, edmacro.el, emerge.el, find-dired.el:
7638 fortran.el, ftp.el, gdb.el, gnus.el, gnuspost.el, gosmacs.el:
7639 hanoi.el, helper.el, holidays.el, indent.el, info.el, informat.el:
7640 isearch.el, ispell.el, ledit.el, loaddefs.el, rect.el, macros.el:
7641 mail-utils.el, mailalias.el, makesum.el, man.el, map-ynp.el, mh-e.el:
7642 mlconvert.el, modula2.el, novice.el, nroff-mode.el, options.el:
7643 outline.el, paragraphs.el, picture.el, prolog.el, lpr.el, replace.el:
7644 reposition.el, rmail.el, spell.el, scribe.el, sendmail.el, server.el:
7645 shell.el, sort.el, scheme.el, tabify.el, telnet.el, terminal.el:
7646 tex-mode.el, texinfmt.el, texinfo.el, time.el, timer.el:
7647 underline.el, userlock.el, vi.el, view.el, vip.el, xscheme.el, yow.e:
7648 Fixed ;;;###autoload definitions.
7650 1991-05-13 Roland McGrath (roland@geech.gnu.ai.mit.edu)
7652 * autoload.el (generate-file-autoloads): Don't do special
7653 doc-string hacking for defvar and defconst. We in fact don't want
7654 loaddefs.el to have docstrings make-docfile can grok; it should be
7655 able to grok the originals, but not the copies, so there will be
7656 only one copy of each docstring in the DOC file.
7658 1991-05-13 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
7660 * isearch.el (search-exit-char): As per the opinion poll results,
7662 (isearch): Change miscellanous internals so that newline is
7663 automatically quoted, and change the docstring and comments to say
7664 that RET exits the search.
7666 1991-05-13 Roland McGrath (roland@geech.gnu.ai.mit.edu)
7668 * find-dired.el (find-ls-option): New defconst, string for "-ls".
7669 (find-dired): Use it.
7671 1991-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7673 * loaddefs.el (auto-mode-alist): Recognize .emacs only at end.
7675 1991-05-13 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7677 * simple.el (blink-matching-open): Make this function interactive.
7679 1991-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
7681 * find-dired.el (find-name-dired): Simple-minded find-dired
7682 interface to do "find -name PATTERN".
7684 * find-dired.el (find-dired-filter): Don't search; use
7685 forward-line instead.
7686 (find-dired-filter, find-dired-sentinel): Changed docstrings to
7689 1991-05-11 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7691 * loaddefs.el: Moved some defvars and defconsts to other files
7692 (with ;;;###autoload).
7694 * reposition.el: Bind reposition-window to M-C-l.
7696 1991-05-09 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7698 * autoload.el: New file, a package to maintain autoloads in
7700 * *.el: Make everything use it. Comments in loaddefs.el explain
7703 * etags.el: (provide 'etags) inside of (provide 'tags).
7704 Why was the file renamed??
7706 * lisp-mode.el (eval-print-last-sexp): Use terpri instead of newline.
7708 1991-05-09 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7710 * disass.el (disassemble-internal): Rearranged to conveniently
7711 handle compiled-function objects.
7712 (disassemble-1): Extract bytes and constants correctly from both
7713 compiled-function objects and calls to the byte-code function.
7715 * simple.el (kill-region): Remove the second item from the
7716 interactive spec; this is a vestige from when this function took a
7719 * lisp-mode.el (eval-print-last-sexp): Insert newlines before and
7720 after evaluating the expression.
7722 1991-05-08 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7724 * map-ynp.el: New file defines new fn map-y-or-n-p.
7725 * files.el (save-some-buffers): Rewritten to use it.
7727 1991-05-08 Brian Preble (rassilon@mole.gnu.ai.mit.edu)
7729 * rmail.el: Doc fix.
7730 (rmail-first-message): New function; bound to "<".
7732 1991-05-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
7734 * screen.el: Removed temporary hack to set up auto-new-screen and
7735 auto-new-screen-function.
7737 1991-05-07 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7739 * find-dired.el: New fn M-x find-dired lets you run a `find'
7740 command and do dired on the result.
7741 * loaddefs.el (find-dired): Autoload it.
7743 1991-05-06 Stephen A. Wood (saw@hallc1.cebaf.gov)
7745 * fortran.el version 1.28
7746 Major upgrade of previous version 1.21. Cleaned up doc-strings, made
7747 all lines 80 or less characters and made the following changes.
7749 Added modify-syntax-entry's for ?\r and ?=.
7750 Bound LFD to fortran-reindent-then-newline-and-indent.
7751 Rebound \C-c\C-w to fortran-window-create-momentarily.
7752 Added numerous default abbreviations for keywords.
7754 (fortran-mode): Definition of `comment-line-start-skip' changed.
7755 `abbrev-mode' is set to t by default. New local variables
7756 `fortran-tab-mode', `fortran-comment-line-column',
7757 `fortran-minimum-statement-indent', `fortran-column-ruler',
7758 and `fortran-tab-mode-string'. Call fortran-analyze-file-format.
7760 (fortran-window-create, fortran-window-create-momentarily): Cleaned
7761 up first function, created second to create a window 72 characters
7762 wide until a key is struck.
7764 (fortran-electric-line-number): Distinguish digit as continuation
7765 character from digit as line number.
7767 (fortran-previous-statement, fortran-next-statement):
7768 Recognize tab-digit continuation lines as well as fixed format.
7770 (fortran-blink-matching-if): New command.
7771 (fortran-indent-line): Change indentation of comments.
7772 (fortran-reindent-then-newline-and-indent): New command.
7774 (calculate-fortran-indent): Now handles tab format style.
7775 If a previous END statement is found, the indentation is reset to the
7778 (fortran-current-line-indentation, fortran-indent-to-column):
7779 (fortran-split-line, fortran-numerical-continuation-char):
7780 (fortran-line-number-indented-correctly-p): Handle tab format style.
7782 (fortran-analyze-file-format):
7783 (fortran-tab-mode, fortran-setup-tab-mode-style):
7784 (fortran-setup-fixed-format-style): New commands.
7786 1991-05-05 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7788 * calc.el: When setting up calc-digit-map, don't try to apply aref
7789 to the keymaps; extract the vectors from the keymaps before
7791 * calc-ext.el: When setting up calc-mode-map, use define-key and
7792 lookup-key instead of aset and aref.
7794 1991-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7796 * help.el (function-called-at-point): Try a symbol around point.
7797 (describe-function): Describe datatype also.
7799 1991-05-01 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7801 * lisp-mode.el (eval-last-sexp, eval-defun): Bind standard-output
7802 to where the value of the form will be printed while evalling it.
7804 1991-04-30 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7806 * lisp-mode.el (eval-last-sexp): Rewritten to read a form and then
7807 eval it, rather than using eval-region. The old version could
7808 lose if the form being eval'd moved point or twiddled the restriction.
7809 (eval-defun): Similarly rewritten.
7810 (eval-print-last-sexp): Rewritten to just call eval-last-sexp;
7811 removed some duplicated code.
7813 1991-04-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7815 * isearch.el (isearch): * and ? are not special after incomplete input.
7816 When they are special, use old other-end for cs in both reverse
7819 1991-04-30 Stephen A. Wood (saw@hallc1.cebaf.gov)
7821 * fortran.el version 1.28.
7822 Major upgrade of previous version 1.21.
7824 Now supports tab or fixed format style of continuation control and
7825 indentation. In tab style, lines start with a tab, or a line
7826 number followed by a tab. If the first character after the tab is
7827 a digit from 1 to 9, the line is a continuation line. When
7828 entering fortran mode for a file, the first line that begins with
7829 6 spaces or a tab is found. The buffer is then set respectively
7830 to either fixed format or tab format style. The mode may be
7831 toggled with the command fortran-tab-mode.
7833 Fixed a bug in which indenting a comment line that contained a `!'
7834 caused a max-lisp-eval-depth exceeded error.
7836 Bound LFD to fortran-reindent-then-newline-and-indent.
7838 Added command fortran-blink-matching-if which is called when an
7839 endif statement is indented. Enabled/disabled by setting variable
7840 of same name to t/nil.
7842 Added some abbreviations for modern fortrans.
7844 C-c C-w bound to new function fortran-window-create-momentarily
7845 which creates a 72 character wide window until the next key is struck.
7847 Variable fortran-continuation-char changed to
7848 fortran-continuation-string.
7850 Modified fortran-electric-line-number to just insert the struck
7851 digit when the point is located after 5 spaces, or when the point
7852 is located after a tab character and the last command was not
7853 fortran-indent-line or fortran-reindent-then-newline-and-indent.
7854 This allows digits to be manually used as continuation line
7856 Also fixed a bug in fortran-electric-line-number which caused the
7857 digit keys not to work at all if electric line numbering was
7860 1991-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7862 * info.el (Info-read-subfile): Skip blank lines.
7864 1991-04-22 Brian Preble (rassilon@gnu.ai.mit.edu)
7866 * resume.el, rfc822.el, rmail-kill.el: Doc fix.
7868 1991-04-18 Roland McGrath (roland@gnu.ai.mit.edu)
7870 * add-log.el (prompt-for-change-log-name): Made a defun rather
7871 than a defmacro (braino fix).
7873 1991-04-18 Jim Blandy (jimb@gnu.ai.mit.edu)
7875 * simple.el (count-lines-region): Display the number of characters
7876 in the region as well.
7878 1991-04-14 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
7880 * diary.el (diary-omer, diary-parasha): Fix punctuation in diary
7883 1991-04-12 Brian Preble (rassilon@gnu.ai.mit.edu)
7885 * prolog.el, r2bibtex.el, rect.el, refbib.el, register.el: Doc fix.
7886 * remote.el, replace.el: Doc fix.
7888 1991-04-11 Jim Blandy (jimb@gnu.ai.mit.edu)
7890 * simple.el (kill-region): Don't print out a message saying how
7891 many characters are being killed.
7893 1991-04-10 Brian Preble (rassilon@gnu.ai.mit.edu)
7895 * modula2.el, mouse.el, mpuz.el, nntp.el, options.el: Doc fix.
7896 * oshell.el, page-ext.el, page.el, paragraphs.el, picture.el: Doc fix.
7898 1991-04-05 Raul Acevedo (kitaro@gnu.ai.mit.edu)
7900 * options.el: Edit-options-mode runs `Edit-options-mode-hook'.
7901 Also fixed the regexp used by Edit-options-modify so you can
7902 modify a variable if at the beginning of the buffer.
7904 1991-04-05 Brian Preble (rassilon@gnu.ai.mit.edu)
7906 * man.el, medit.el, mh-e.el, mhspool.el, mim-mode.el: Doc fix.
7908 1991-04-04 Raul Acevedo (kitaro@gnu.ai.mit.edu)
7910 * info.el (Info-mode): now runs `Info-mode-hook'
7912 1991-04-02 Brian Preble (rassilon@gnu.ai.mit.edu)
7914 * mailpost.el, mail-utils.el, mailalias.el: Doc fix.
7916 1991-03-24 Richard Stallman (rms@gnu.ai.mit.edu)
7918 * rmail.el (rmail-resend): New function.
7919 * sendmail.el (mail-alias-file): New global variable.
7920 (sendmail-send-it): Use that variable.
7921 * mailalias.el (expand-mail-aliases): Handle resent-to.
7923 * files.el (hack-local-variables): ignore-local-eval ignores `eval'.
7925 1991-03-19 Richard Stallman (rms@gnu.ai.mit.edu)
7927 * fill.el (justify-current-line): Adjust for 18.57 behavior
7930 1991-03-17 Richard Stallman (rms@mole.ai.mit.edu)
7932 * add-log.el (add-change-log-entry): Recognize `@', not ` at '.
7934 * fill.el (justify-current-line): Handle extra indent after prefix.
7936 1991-03-14 Robert J. Chassell (bob@gnu.ai.mit.edu)
7938 * info.el (Info-forward-node): Go up several levels, if necessary.
7939 Add two new arguments.
7940 (Info-final-node): Go forward from last node in menu.
7941 (Info-find-node): Turn off undo in Info's buffers.
7943 1991-03-14 Richard Stallman (rms@mole.ai.mit.edu)
7945 * add-log.el (add-change-log-entry): Use `@', not ` at '.
7947 1991-03-14 Brian Preble (rassilon@mole.ai.mit.edu)
7949 * loaddefs.el, lpr.el: Doc fix.
7951 1991-03-12 Richard Stallman (rms@mole.ai.mit.edu)
7953 * compare-w.el (compare-windows-whitespace):
7954 Now a set of chars, not a regexp.
7955 (compare-windows): Use it properly.
7957 1991-03-12 Brian Preble (rassilon@gnu.ai.mit.edu)
7959 * info.el, informat.el, ispell.el, kermit.el, keypad.el: Doc fix.
7960 * ledit.el, lisp-mode.el, lisp.el: Doc fix.
7962 1991-03-11 Richard Stallman (rms@mole.ai.mit.edu)
7964 * simple.el (kill-region): Make undo buffer and kill ring share.
7966 1991-03-10 Richard Stallman (rms@mole.ai.mit.edu)
7968 * tar-mode.el: New file.
7970 1991-03-08 Brian Preble (rassilon@mole.ai.mit.edu)
7972 * indent.el, inf-lisp.el: Doc fix.
7974 1991-03-08 Richard Stallman (rms@mole.ai.mit.edu)
7976 * bytecomp.el (byte-compile-file-form):
7977 Print warning for " unescaped in doc string.
7979 1991-03-06 Brian Preble (rassilon@mole.ai.mit.edu)
7981 * gosmacs.el, help.el, helper.el, hexl.el, hideif.el: Doc fix.
7982 * holidays.el, icon.el: Doc fix.
7984 1991-03-05 Brian Preble (rassilon@mole.ai.mit.edu)
7986 * gnusmail.el, gnusmisc.el, gnuspost.el, gomoku.el: Doc fix.
7988 1991-03-04 Richard Stallman (rms@mole.ai.mit.edu)
7990 * info.el (Info-extract-menu-item): Use regexp search.
7991 (Info-extract-menu-node-name): Fix typo in arglist.
7993 * info.el (Info-top-node, Info-final-node): New functions.
7994 (Info-forward-node, Info-backward-node): New functions.
7996 1991-03-04 Brian Preble (rassilon@mole.ai.mit.edu)
8000 1991-03-01 Richard Stallman (rms@mole.ai.mit.edu)
8002 * rmailout.el (rmail-output-to-rmail-file, rmail-output):
8003 Expand file name in dir used for completion.
8005 1991-03-01 Brian Preble (rassilon@mole.ai.mit.edu)
8007 * emerge.el, etags.el, field.el, files.el, fill.el, float.el: Doc fix.
8008 * fortran.el, ftp.el, gdb.el: Doc fix.
8010 1991-02-28 Richard Stallman (rms@mole.ai.mit.edu)
8012 * bytecomp.el (byte-compile-cond-1): Fix handling of unconditional
8015 1991-02-28 Brian Preble (rassilon@mole.ai.mit.edu)
8017 * edmacro.el, edt.el, edt-doc.el, ehelp.el, emacsbug.el: Doc fix.
8019 1991-02-27 Brian Preble (rassilon@mole.ai.mit.edu)
8021 * ebuff-menu.el, echistory.el, edebug.el: Doc fix.
8023 1991-02-26 Richard Stallman (rms@mole.ai.mit.edu)
8025 * isearch.el (isearch): Copy point from small window
8026 before deciding whether to set the mark.
8028 1991-02-26 Brian Preble (rassilon@mole.ai.mit.edu)
8030 * dired.el: Doc fix.
8031 (dired-flag-backup-and-auto-save-files): New arg UNFLAG-P.
8032 * disp-table.el, doctex.el, doctor.el: Doc fix.
8033 * doctex.el (LaTeXify-DOC): Use new permission wording.
8035 1991-02-25 Paul Hilfinger (hilfingr@hilfinger.cs.nyu.edu)
8037 * fill.el (fill-individual-paragraphs): Changed response to mailp
8038 to effect only leading lines in a region (was getting confused
8039 about colons embedded in ordinary text). Changed method of
8040 moving to next paragraph in the main loop to use forward-paragraph
8041 rather than goto-char, since the final character position is
8042 rendered obsolete by the intervening fill-region-as-paragraph.
8044 1991-02-24 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
8046 * diary.el (include-other-diary-files): Fix documentation string.
8048 1991-02-23 Roland McGrath (mcgrath@cygint.cygnus.com)
8050 * compile.el (next-error): Fixed bug in rms's optimization.
8052 1991-02-23 Richard Stallman (rms@mole.ai.mit.edu)
8054 * reposition.el: New file.
8055 * loaddefs.el (reposition-window): Autoload it.
8057 * rmailkwd.el: Doc fix.
8059 * rmail.el (rmail-first-unseen-message): New function.
8062 * buff-menu.el (Buffer-menu-mode-map): Make `n' and `p' move by lines.
8064 1991-02-21 Roland McGrath (mcgrath@cygint.cygnus.com)
8066 * compile.el (next-error): Do rms's optimization (Feb 8 change)
8067 when moving backward, too.
8069 1991-02-20 Jim Blandy (jimb@geech.ai.mit.edu)
8071 * startup.el (command-line): Re-arranged nested ifs that handle
8072 the different command-line arguments into a cond, to make it
8073 easier for me to read.
8075 1991-02-15 Jim Blandy (jimb@pogo.ai.mit.edu)
8077 * loaddefs.el: Bind \M-C-r to isearch-backward-regexp, since
8078 it really ought to be there. I want it often.
8080 1991-02-08 Richard Stallman (rms@mole.ai.mit.edu)
8082 * compile.el (next-error): Count lines from prev error, not file beg.
8084 1991-02-07 Brian Preble (rassilon@mole.ai.mit.edu)
8086 * c++-mode.el, c-comment.el, c-fill.el, c-mode.el: Doc fix.
8087 * cal.el, calc-alg2.el, calc.el, calendar.el, case-table.el: Doc fix.
8088 * chistory.el, cl-indent.el, cl.el, compare-w.el: Doc fix.
8089 * compile.el, completion.el, dabbrev.el, dbx.el, debug.el: Doc fix.
8090 * diary-add.el, diary.el, diff.el: Doc fix.
8092 1991-02-06 Richard Stallman (rms@mole.ai.mit.edu)
8094 * c-mode.el (indent-c-exp, electric-c-terminator, c-indent-line):
8095 Treat `default:' like `case...:'.
8097 1991-02-06 Brian Preble (rassilon@mole.ai.mit.edu)
8099 * blackbox.el, buff-menu.el, bug-screen.el, bytecomp.el: Doc fix.
8101 1991-02-04 Richard Stallman (rms@mole.ai.mit.edu)
8103 * info.el (Info-extract-menu-node-name): New arg MULTI-LINE.
8104 (Info-follow-reference): Pass t for that.
8106 1991-02-04 Brian Preble (rassilon@mole.ai.mit.edu)
8108 * bg-mouse.el, bib-mode.el: Doc fix.
8110 1991-02-04 Jim Blandy (jimb@gnu.ai.mit.edu)
8112 * simple.el (eval-current-buffer): Removed, since it has been
8113 reintroduced to the C code.
8115 1991-02-02 Jim Blandy (jimb@gnu.ai.mit.edu)
8117 * comint.el (comint-mode): Move the creation of input-ring down
8118 with the other variables, and (golly!) initialize it to a ring.
8119 (make-comint): Pass a parameter to comint-check-proc - buffer.
8120 * shell.el (shell): rebalance parens.
8122 1991-01-31 Richard Stallman (rms@mole.ai.mit.edu)
8124 * replace.el (perform-replace): Prevent spurious match
8125 of ^foo in second part of foofoo after first part is deleted.
8127 1991-01-31 Jim Blandy (jimb@pogo.ai.mit.edu)
8129 * files.el (find-file-noselect): Strip auto-mount prefix only if safe.
8131 1991-01-31 Richard Stallman (rms@mole.ai.mit.edu)
8133 * time.el (display-time-filter): Use display-time-file-nonempty-p.
8134 (display-time-file-nonempty-p): New function; trace symlinks.
8136 1991-01-30 Brian Preble (rassilon@mole.ai.mit.edu)
8138 * ada.el (ada-tabsize): Use prefix arg, not minibuffer.
8141 * abbrev.el: Doc fix.
8142 * abbrevlist.el: Doc fix.
8143 * apropos.el: Doc fix.
8145 * array.el: Doc fix.
8146 * asm-mode.el: Doc fix.
8147 * awk-mode.el: Doc fix.
8149 1991-01-30 Roland McGrath (roland@cygint.cygnus.com)
8151 * compile.el (compilation-parse-errors): Don't remove duplicate errors.
8152 (next-error): Skip over duplicates here instead.
8154 1991-01-30 Richard Stallman (rms@mole.ai.mit.edu)
8158 1991-01-30 Jim Blandy (jimb@pogo.ai.mit.edu)
8160 * paths.el (Info-directory-list): Look for info files in
8161 /usr/local/lib/info first, since this is the standard place for
8164 1991-01-29 Richard Stallman (rms@mole.ai.mit.edu)
8166 * info.el (info): With prefix arg, read file name and visit it.
8168 1991-01-26 Jim Blandy (jimb@gnu.ai.mit.edu)
8170 * term/x-win.el: Do not define the f1 function key to run rmail.
8172 1991-01-25 Richard Stallman (rms@mole.ai.mit.edu)
8174 * help.el (help-for-help): Call delete-other-windows.
8176 1991-01-21 Mike Newton (newton@fig)
8178 * bibtex.el: updated to conform better with bibtex 0.99c by:
8179 bibtex-mode : updated comments to indicate new use of
8180 address, add minor explanations and fix small omissions.
8181 bibtex-entry : fixed spelling of variable
8183 * bibtex.el: Expanded the various bibtex-field-* patterns to
8184 allow fields like 'title = poft # "Fifth Triquaterly" # random-conf,'.
8185 Needs to have more work done to accept all cases. Added code for
8186 the bibtex 'crossref' command, which subsumes other options. Made
8187 field ordering different when this option on. Also allow user to
8188 have a list of field to be added to all entries
8189 (bibtex-mode-user-optional-fields). Merged in Bengt Martensson's
8192 1991-01-18 Roland McGrath (roland@cygint.cygnus.com)
8194 * compile.el (compilation-find-buffer): New function to find a
8195 compilation buffer to use (or barf if there aren't any).
8196 (kill-compilation, compile-goto-error, next-error): Use it.
8198 1991-01-17 Richard Stallman (rms@mole.ai.mit.edu)
8200 * info.el (Info): Init Info-directory-list from INFOPATH.
8202 1991-01-12 Jim Blandy (jimb@gnu.ai.mit.edu)
8204 * etags.el (visit-tags-file-buffer): use progn instead of
8205 save-excursion, so the buffer actually gets visited.
8207 1991-01-11 Richard Mlynarik (mly@august-east.ai.mit.edu)
8209 * terminal.el (terminal-cease-edit): If this dubious code
8210 is really necessary it might as well be more bug-free.
8212 * ehelp.el (with-electric-help): Use window-configs.
8214 1991-01-10 Richard Stallman (rms@mole.ai.mit.edu)
8216 * loaddefs.el (minor-mode-alist): Doc fix.
8218 1991-01-08 Roland McGrath (roland@albert.ai.mit.edu)
8220 * compile.el (compilation-parse-errors): Fixed maintenance of
8221 last-linenum, so dups are really found.
8223 1991-01-08 Jim Blandy (jimb@pogo.ai.mit.edu)
8225 * bytecomp.el (byte-compile-byte-code-maker): Since
8226 byte-compile-lambda is free to return the original lambda
8227 expression, we'd better be prepared to handle things that aren't
8230 1991-01-07 Jim Blandy (jimb@gnu.ai.mit.edu)
8232 * loaddefs.el: Don't forget to specify the filenames when
8233 autoload-ing byte-compile-buffer and byte-compile-defun.
8235 1991-01-04 Richard Stallman (rms@mole.ai.mit.edu)
8237 * files.el (find-file-noselect): Get rid of automounter prefixes.
8239 1991-01-02 Richard Stallman (rms@mole.ai.mit.edu)
8241 * lpr.el (print-region-function): New hook variable.
8242 (print-region-1): Use it if non-nil.
8243 * vms-patch.el (print-region-function): Specify a function.
8245 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
8247 * files.el (revert-buffer): Clear buffer-backed-up if file has changed.
8249 1990-12-30 Richard Stallman (rms@mole.ai.mit.edu)
8251 * bytecomp.el (byte-compile-buffer, byte-compile-defun): New functions.
8252 * loaddefs.el: Autoload them, and byte-compile also.
8254 * isearch.el (isearch-message): Always mention if case-sensitive.
8255 (isearch): Don't turn off uppercase-flag when char is not upper case.
8257 1990-12-29 Richard Stallman (rms@mole.ai.mit.edu)
8259 * terminal.el (te-edit): New command.
8260 (terminal-edit-mode, te-terminal-cease-edit): New functions.
8262 * isearch.el (isearch): An upper-case letter sets uppercase-flag
8263 which turns off case-folding. Save flag in search rings.
8264 (isearch-push-state, isearch-pop): Push and pop uppercase-flag.
8265 (isearch-search, isearch-message): Handle uppercase-flag.
8266 (search-ring, regexp-search-ring): Record uppercase-flag.
8267 (isearch-get-string-from-ring): New function.
8269 1990-12-27 Richard Stallman (rms@mole.ai.mit.edu)
8271 * rmailsort.el (rmail-sort-messages): Print more progress messages.
8272 (rmail-sort-by-size-lines): New command.
8273 (rmail-sortable-date-string): Handle non-abbreviated month names.
8274 (rmail-sort-messages): Always show message 1.
8276 1990-12-26 Richard Stallman (rms@mole.ai.mit.edu)
8278 * startup.el (command-line): Handle -debug-init: use debugger.
8280 * isearch.el (isearch): Use only barrier, not opoint,
8281 in starting point for reverse search.
8283 1990-12-24 Richard Stallman (rms@mole.ai.mit.edu)
8285 * mouse.el (mouse-set-mark): Use sit-for, not sleep-for.
8286 (mouse-fill-paragraph): New command.
8287 (mouse-fill-paragraph-with-prefix): New command.
8289 * rmailout.el (rmail-output-to-rmail-file):
8290 Suggest file based on rmail-output-file-alist.
8292 1990-12-23 Richard Stallman (rms@mole.ai.mit.edu)
8294 * rmail.el (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header):
8295 Accept `remote from ...'@end of UNIX From line.
8297 1990-12-22 Richard Stallman (rms@mole.ai.mit.edu)
8299 * subr.el (defun-inline): New function.
8301 * bytecomp.el (byte-compile-form): Delete unreachable cond-clause.
8303 * time.el (display-time): Specify precise directory for wakeup.
8304 (display-time-filter): Don't display 0 as load.
8305 Catch error in load-average.
8307 1990-12-21 Chris Hanson (cph@kleph)
8309 * info.el (Info-extract-menu-node-name): Permit \n between colon
8310 and start of node name.
8312 1990-12-20 Chris Hanson (cph@kleph)
8314 * texnfo-upd.el (texinfo-update-menu-region-beginning): Change
8315 code that searches for "top" node so it returns the position of
8316 the beginning of the node line. Always search from the buffer's
8317 start when looking for that node.
8318 (texinfo-make-one-menu): Bump forward over the outer node line.
8320 1990-12-20 Richard Stallman (rms@mole.ai.mit.edu)
8322 * fortran.el: New version from gildea.
8324 1990-12-20 Chris Hanson (cph@kleph)
8326 * texinfmt.el (texinfo-format-footnote): Number each footnote in a
8327 node so that multiple footnotes can be distinguished.
8329 * texnfo-upd.el: Change regular expression used to identify the
8330 "Top" node so that names that begin with "Top" do not confuse it.
8332 1990-12-19 Stephen Gildea (gildea@stop.mail-abuse.org)
8334 * fortran.el: Changes for version 1.21.1:
8335 Provide the 'fortran feature.
8336 Change syntax of '=' to punctuation.
8337 Add some more abbrevs.
8338 Change fortran-mode-map keymap to non-sparse.
8339 (fortran-electric-line-number): Fix bug occurring when
8340 fortran-electric-line-number is nil.
8341 (fortran-mode, fortran-next-statement):
8342 (fortran-line-number-indented-correctly-p): Fix up doc strings.
8343 (fortran-indent-to-column): Protect against nil comment-start-skip.
8345 1990-12-19 Richard Stallman (rms@mole.ai.mit.edu)
8347 * mpuz.el: New file.
8349 1990-12-18 Richard Stallman (rms@mole.ai.mit.edu)
8351 * files.el (hack-local-variables): Match suffix only@eol.
8353 1990-12-16 Richard Stallman (rms@mole.ai.mit.edu)
8355 * startup.el (normal-top-level): Execute emacs-startup-hook.
8357 * rmail.el (rmail-parse-file-inboxes): Look for BABYL OPTIONS in u.c.
8358 (rmail-convert-to-babyl-format): Likewise.
8359 And don't skip white space after ^_ that ends a babyl format message.
8361 * saveconf.el: No need to rename kill-emacs.
8362 (save-context-predicate): Now uses save-buffer-context-predicate.
8363 (save-buffer-context-predicate): New function.
8364 (kill-emacs-hook): Supply a hook.
8365 (just-kill-emacs): New function.
8366 (emacs-startup-hook): Set this instead of top-level.
8367 (save-context-buffer-name): Test dired-directory for non-nil.
8368 (save-context-buffer-file-name): New function.
8369 (save-context): Record read-only status of buffers.
8370 (recover-context): Handle that.
8372 * register.el (point-to-register): If arg, save screen config.
8373 (jump-to-register): Restore screen config.
8375 1990-12-15 Roland McGrath (roland@albert.ai.mit.edu)
8377 * compile.el (compilation-last-error): Remove this variable.
8378 (next-error): Don't set it.
8380 1990-12-12 Ed Reingold (reingold@emr.cs.uiuc.edu)
8382 * calendar.el (calendar-end-of-year): Delete extraneous statement
8384 (calendar-mode): Update old description of use of hooks to get the
8385 fancy diary display.
8387 1990-12-12 Roland McGrath (roland@albert.ai.mit.edu)
8389 * compile.el (compilation-error-buffer): Removed.
8390 (compilation-last-buffer): Now last buffer in which any of: started
8391 compilation; C-x `; C-c C-c; was done.
8392 (compile-internal): Don't set compilation-error-buffer.
8393 Start the process after setting up the mode, etc. in the compilation
8394 buffer. Name the process (downcase mode-name) instead of "compilation"
8395 (so it will be "grep" for M-x grep).
8396 Make compilation-error-list, compilation-parsing-end local vars.
8397 (next-error): Slightly reorganized (changed (let* (while (save-ex))) to
8398 (let (save-ex (while)))). Be sure to be in the compilation buffer
8399 before doing anything, so we will get local values for vars.
8400 Before doing anything, if current buffer is a compilation buffer, set
8401 compilation-last-buffer to that. Always do things in
8402 compilation-last-buffer.
8404 * compile.el (compilation-error-regexp-alist,
8405 compilation-{enter,leave}-directory-regexp): Get rid of .*@the
8406 beginning of regexps.
8408 * compile.el (compilation-mode): Don't make local vars for parser,
8409 error-message, and regexp-alist.
8410 (compile-internal): Do it here, after calling compilation-mode.
8412 * compile.el (compilation-error-list): Changed elt format.
8413 (compilation-parse-errors): Don't find files when parsing.
8414 Instead record ((DIR . FILE) . LINENO) structures to describe each
8416 (next-error): Take the error descriptors, and find the file given in
8417 the descriptor, using compilation-find-file. Then goto the line number
8418 given in the descriptor and replace the error descriptor cons with a
8419 marker into the source file buffer. Then search through the
8420 compilation-error-list for errors in the same file, and turn their
8421 descriptors into markers as well.
8422 (compilation-find-file): Take new arg DIR, the directory to use as
8423 default in expanding the filename, and MARKER. If we can't find the
8424 file@all, pop up MARKER's buffer and scroll to MARKER (to display
8425 the error message for which we want this file), and ask the user where
8428 1990-12-12 Richard Stallman (rms@mole.ai.mit.edu)
8430 * files.el (hack-local-variables): Display local vars@screen top.
8432 * server.el (server-process-filter): Don't be confused
8433 if input from process is split into multiple chunks.
8435 1990-12-10 Richard Stallman (rms@mole.ai.mit.edu)
8437 * c-mode.el (indent-c-find-real-comment): New function.
8439 * sort.el (sort-subr): Eliminate special case for floats.
8441 * sort.el (sort-reorder-buffer, sort-build-lists):
8442 Use (key start . end) to record a record.
8444 1990-12-09 Richard Stallman (rms@mole.ai.mit.edu)
8446 * lisp.el (insert-parentheses): Small cleanups.
8448 1990-12-05 Richard Stallman (rms@mole.ai.mit.edu)
8450 * replace.el (occur): Show all lines that contain part of a match.
8452 1990-12-04 Richard Stallman (rms@mole.ai.mit.edu)
8454 * time.el (display-time-filter): Let user specify mail file name.
8456 1990-12-04 Richard Stallman (rms@mole.ai.mit.edu)
8458 * rmail.el (rmail-mode-map): Make < same as j.
8460 1990-12-03 Richard Stallman (rms@mole.ai.mit.edu)
8462 * rmailsort.el (rmail-select-correspondent): New function.
8463 (rmail-sort-by-correspondent): New function.
8464 (rmail-sortable-date-string): Handle two-digit and four-digit years.
8465 (rmail-date-full-year): New subroutine.
8466 [Done by Szolovitz.]
8468 * fill.el (fill-region-as-paragraph): New feature: Adaptive Fill mode.
8469 (adaptive-fill-mode, adaptive-fill-regexp): New user options.
8471 1990-11-30 Mike Newton (newton@gumby.cs.caltech.edu)
8473 * bibtex.el (start comments): added earlier comments of Bengt
8474 Martensson. Some of the changes listed below are originally his
8475 (including clean-entry, OPTkey and OPTannote, the function
8476 renaming and the preamble code).
8478 * bibtex.el (bibtex-field-* patterns): expanded to allow fields
8479 like 'title = poft # "Fifth Triquaterly" # random-conf,'.
8480 Needs to have more work done to accept all cases.
8482 * bibtex.el (bibtex-clean-entry-zap-empty-opts): added.
8484 * bibtex.el (bibtex-include-OPTcrossref): added. If set, changes
8485 order of the lists presented to luser.
8487 * bibtex.el (bibtex-include-OPTkey & bibtex-include-OPTannote): added
8489 * bibtex.el (bibtex-mode-user-optional-fields): can be set to a list
8490 of field the user wants to add to entries.
8492 * bibtex.el (bibtex-mode documentation string): updated for new changes,
8493 DEAthesis added back in, bibtex-preamble call added.
8495 * bibtex.el (bibtex-entry): add OPTkey/annote. If OPTcrossref set
8498 * bibtex.el (bibtex-make-entry): renamed bibtex-make-field
8500 * bibtex.el (bibtex-make-optional-entry): renamed
8501 bibtex-make-optional-field.
8503 * bibtex.el (bibtex-Article): change order of presentation
8504 if OPTcrossref is set.
8506 * bibtex.el (bibtex-InBook): change order of presentation
8507 if OPTcrossref is set.
8509 * bibtex.el (bibtex-InCollection): change order of presentation
8510 if OPTcrossref is set.
8512 * bibtex.el (bibtex-InProceedings): change order of presentation
8513 if OPTcrossref is set.
8515 * bibtex.el (bibtex-MastersThesis): added "note".
8517 * bibtex.el (bibtex-preamble): added.
8519 * bibtex.el (bibtex-inside-field) : only go backwards if quote is there.
8521 * bibtex.el (bibtex-clean-entry): added call to
8522 bibtex-clean-entry-zap-empty-opts, OPT field testing for errors.
8524 * bibtex.el (bibtex-x-help): added options Conference and preamble,
8527 1990-11-30 Richard Stallman (rms@mole.ai.mit.edu)
8529 * rmailsum.el (rmail-summary-mode-map): Don't rebind C-n and C-p.
8530 Put rmail-summary-next-all, etc., on M-n and M-p.
8532 1990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
8534 * rmail.el (rmail-insert-inbox-text): Don't give up if movemail fails.
8536 1990-11-28 Richard Stallman (rms@mole.ai.mit.edu)
8538 * bytecomp.el (byte-compile-form): Don't let handlers change depth.
8539 (byte-compile-normal-call): Don't alter byte-compile-depth.
8540 (byte-compile-funcall): New function.
8542 1990-11-27 Ed Reingold (reingold@emr.cs.uiuc.edu)
8544 * diary.el (diary-float): Allow month to be a list of months, a
8545 single month, or t (for all months).
8547 1990-11-26 Jim Blandy (jimb@geech.ai.mit.edu)
8549 * simple.el (copy-region-as-kill): No longer prints "Region
8550 copied" error message.
8552 1990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
8554 * bg-mouse.el (bg-insert-moused-sexp): If before ')', just skip that.
8556 1990-11-26 Neil Mager (neilm@juliet.ll.mit.edu)
8558 * appt.el: Fixed if construct for midnight update.
8560 1990-11-25 Ed Reingold (reingold@emr.cs.uiuc.edu)
8562 * diary.el (insert-block-diary-entry): Change reference to
8563 mark-ring to calendar-mark-ring.
8565 1990-11-21 Neil Mager (neilm@juliet.ll.mit.edu)
8567 * appt.el: Updated header of file to reflect changes.
8569 * appt.el: Added variable appt-display-diary to display the diary
8570 automatically when the appointments list is updated at midnight.
8572 * appt.el: Fixed bug to allow update of daily appointments list
8573 at midnight if today's diary had no entry. Required moving 'if'
8574 statement down several lines.
8576 * appt.el: Changed list-diary-entries-hook to diary-display-hook
8577 to be compatible with new version of the calendar/diary packgage.
8579 1990-11-20 Ed Reingold (reingold@emr.cs.uiuc.edu)
8581 * calendar.el (calendar-version): New constant, with date
8582 (calendar-count-days-region, calendar-not-available): New functions.
8583 (calendar-mode-map): Put them on keys.
8584 (calendar-mode): Describe them.
8586 1990-11-11 Ed Reingold (reingold@emr.cs.uiuc.edu)
8588 * diary.el (make-diary-entry): New function.
8589 (insert-diary-entry, insert-weekly-diary-entry,
8590 insert-monthly-diary-entry, insert-yearly-diary-entry,
8591 insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry,
8592 insert-yearly-hebrew-diary-entry, insert-islamic-diary-entry,
8593 insert-monthly-islamic-diary-entry,
8594 insert-yearly-islamic-diary-entry): Modified so that if a prefix arg
8595 is supplied these make nonmarking diary entries; otherwise the entries
8597 (insert-block-diary-entry, insert-anniversary-diary-entry,
8598 insert-cyclic-diary-entry): New functions.
8599 * calendar.el: Autoload them.
8600 (calendar-mode-map): Put them on keys.
8601 (calendar-mode): Describe them.
8603 1990-11-08 Ed Reingold (reingold@emr.cs.uiuc.edu)
8605 * calendar.el (calendar-set-mark,
8606 calendar-exchange-point-and-mark): New functions.
8607 (calendar-mode-map): Put them on keys.
8608 (calendar-mode): Describe them.
8610 1990-11-06 Ed Reingold (reingold@emr.cs.uiuc.edu)
8612 * calendar.el (sexp-diary-entry-symbol): New variable.
8613 (cursor-to-iso-calendar-date): Simplified, slightly.
8614 (cursor-to-calendar-day-of-year): Fixed punctuation.
8615 (cursor-to-french-calendar-date): Moved French names to arrays.
8617 * diary.el (list-sexp-diary-entries, diary-sexp-entry, diary-cyclic,
8618 diary-hebrew-date, diary-iso-date, diary-day-of-year,
8619 diary-float, diary-islamic-date, diary-anniversary, diary-block,
8620 diary-french-date, diary-omer, diary-yahrzeit, diary-parasha,
8621 diary-rosh-hodesh, hebrew-calendar-parasha-name): New functions.
8622 (list-diary-entries): Added call to (list-sexp-diary-entries) and
8623 fixed an obscure error that caused a diary entry to be missed if it
8624 was preceded by an empty entry of the same style.
8625 (list-hebrew-diary-entries, list-islamic-diary-entries): Fixed an
8626 obscure error that caused a diary entry to be missed if it was
8627 preceded by an empty entry of the same style.
8628 (mark-islamic-calendar-date-pattern): Renamed some local variables
8632 1990-10-23 Ed Reingold (reingold@emr.cs.uiuc.edu)
8634 * diary.el (list-diary-entries): Added a separate hook to do the
8635 display, so that the diary entries can be obtained without
8637 (simple-diary-display): New function (renaming of
8638 ordinary-list-diary-hook).
8639 (fancy-diary-display): New function (renaming of
8640 prepare-fancy-diary-buffer).
8642 calendar.el: Add default definition of diary-display-hook.
8644 1990-10-20 Ed Reingold (reingold@emr.cs.uiuc.edu)
8646 * calendar.el (describe-calendar-mode): Rewrote to give just a
8647 brief description of the mode instead of calling describe-mode.
8649 1990-10-19 Neil Mager (neilm@juliet.ll.mit.edu)
8651 * appt.el: Changed issue-appointments-message to
8652 appt.issue.message in header.
8654 * appt.el: Using copy modified by rms.
8656 1990-10-08 Ed Reingold (reingold@emr.cs.uiuc.edu)
8658 * holiday.el (calendar-holiday-function-hebrew): Fixed minor
8659 problem with the code to short-circuit the calculations to save
8662 *diary.el (mark-hebrew-calendar-date-pattern): Fixed minor problem
8663 with the code to short-circuit the calculations to save time.
8665 1990-11-22 Richard Stallman (rms@mole.ai.mit.edu)
8667 * files.el (basic-save-buffer): Run after-save-hooks.
8669 1990-11-21 Robert J. Chassell (bob@gnu.ai.mit.edu)
8671 * texinfmt.el (texinfo-parse-line-arg): Ignore spaces@end of
8673 (texinfo-format-make-node): Handle Info file names with periods in
8676 * history.el: Specify `(provide 'history)'.
8678 1990-11-20 Ed Reingold (reingold@emr.cs.uiuc.edu)
8681 Added constant calendar-version with date
8682 (calendar-count-days-region),
8683 (calendar-not-available): New functions.
8684 (calendar-mode-map): Put them on keys.
8685 (calendar-mode): Describe them.
8687 1990-11-11 Ed Reingold (reingold@emr.cs.uiuc.edu)
8690 (make-diary-entry): New function.
8691 (insert-diary-entry), (insert-weekly-diary-entry),
8692 (insert-monthly-diary-entry), (insert-yearly-diary-entry),
8693 (insert-hebrew-diary-entry), (insert-monthly-hebrew-diary-entry),
8694 (insert-yearly-hebrew-diary-entry), (insert-islamic-diary-entry),
8695 (insert-monthly-islamic-diary-entry),
8696 (insert-yearly-islamic-diary-entry): Modified so that if a prefix arg
8697 is supplied these make nonmarking diary entries; otherwise the entries
8699 (insert-block-diary-entry), (insert-anniversary-diary-entry),
8700 (insert-cyclic-diary-entry): New functions.
8704 (calendar-mode-map): Put them on keys.
8705 (calendar-mode): Describe them.
8707 1990-11-08 Ed Reingold (reingold@emr.cs.uiuc.edu)
8710 (calendar-set-mark), (calendar-exchange-point-and-mark): New functions.
8711 (calendar-mode-map): Put them on keys.
8712 (calendar-mode): Describe them.
8714 1990-11-06 Ed Reingold (reingold@emr.cs.uiuc.edu)
8716 * calendar.el: Added new variable sexp-diary-entry-symbol.
8717 (cursor-to-iso-calendar-date): Simplified, slightly.
8718 (cursor-to-calendar-day-of-year): Fixed punctuation.
8719 (cursor-to-french-calendar-date): Moved French names to arrays.
8722 (list-sexp-diary-entries), (diary-sexp-entry), (diary-cyclic),
8723 (diary-hebrew-date), (diary-iso-date), (diary-day-of-year),
8724 (diary-float), (diary-islamic-date), (diary-anniversary),(diary-block),
8725 (diary-french-date), (diary-omer), (diary-yahrzeit), (diary-parasha),
8726 (diary-rosh-hodesh), (hebrew-calendar-parasha-name): New functions.
8727 (list-diary-entries): Added call to (list-sexp-diary-entries) and
8728 fixed an obscure error that caused a diary entry to be missed if it
8729 was preceded by an empty entry of the same style.
8730 (list-hebrew-diary-entries), (list-islamic-diary-entries): Fixed an
8731 obscure error that caused a diary entry to be missed if it was
8732 preceded by an empty entry of the same style.
8733 (mark-islamic-calendar-date-pattern): Renamed some local variables
8737 1990-10-23 Ed Reingold (reingold@emr.cs.uiuc.edu)
8740 (list-diary-entries): Added a separate hook to do the display, so
8741 that the diary entries can be obtained without displaying them.
8742 (simple-diary-display): New function (renaming of
8743 ordinary-list-diary-hook).
8744 (fancy-diary-display): New function (renaming of
8745 prepare-fancy-diary-buffer).
8747 calendar.el: Add default definition of diary-display-hook.
8749 1990-10-20 Ed Reingold (reingold@emr.cs.uiuc.edu)
8752 (describe-calendar-mode): Rewrote to give just a brief description
8753 of the mode instead of calling describe-mode.
8755 1990-10-08 Ed Reingold (reingold@emr.cs.uiuc.edu)
8758 (calendar-holiday-function-hebrew): Fixed minor problem with the
8759 code to short-circuit the calculations to save time.
8762 (mark-hebrew-calendar-date-pattern): Fixed minor problem with the
8763 code to short-circuit the calculations to save time.
8765 1990-09-10 Ed Reingold (reingold@emr.cs.uiuc.edu)
8768 (list-diary-entries), (list-hebrew-diary-entries),
8769 (list-islamic-diary-entries): Fixed to use add-to-diary-list.
8771 1990-09-07 Ed Reingold (reingold@emr.cs.uiuc.edu)
8774 (filter-visible-calendar-holidays): New function.
8775 (calendar-holiday-function-rosh-hashanah-etc): Rewrote.
8776 (calendar-holiday-function-tisha-b-av-etc): New function.
8777 (calendar-holiday-function-passover-etc): New function.
8778 (calendar-holiday-function-hanukkah): New function.
8779 (calendar-holiday-function-easter-etc): Rewrote.
8782 (calendar-other-month): Rewrote.
8783 (calendar-read), (calendar-make-alist): New functions.
8784 Eliminated constants calendar-day-abbrev-list and
8785 calendar-month-abbrev-list.
8786 (calendar-current-date): Eliminated use of calendar-month-abbrev-list.
8787 Modified the default value of `calendar-holidays'.
8788 Added variable `all-christian-calendar-holidays'.
8789 Added variable `all-islamic-calendar-holidays'.
8790 Added variable `all-hebrew-calendar-holidays'.
8791 (redraw-calendar), (calendar-goto-date), (calendar-goto-julian-date),
8792 (calendar-goto-hebrew-date), (calendar-goto-islamic-date),
8793 (calendar-goto-iso-date): New functions.
8794 (calendar-mode-map): Put them on keys.
8795 (calendar-mode): Describe them.
8796 (calendar-mode-map): Put scroll-other-window on a key.
8797 list-diary-entries-hook: Changed the default value to
8798 ordinary-list-diary-hook.
8801 (mark-diary-entries), (mark-islamic-diary-entries),
8802 (mark-hebrew-diary-entries): Eliminated use of constant alists for
8803 month and day names.
8804 (prepare-fancy-diary-buffer): Fixed the way holidays are displayed
8805 when there are no diary entries but lots of holidays.
8806 (ordinary-list-diary-hook), (add-to-diary-list): New functions.
8808 1990-09-06 Ed Reingold (reingold@emr.cs.uiuc.edu)
8811 Changed reference at beginning of file from the report to the
8812 published version of the paper.
8813 Changed all calls to `mod' to call `%' to avoid problem with cl.
8814 (calendar-date-string): Added optional parameter `nodayname'.
8815 (cursor-to-islamic-calendar-date): Fixed so that
8816 calendar-date-string doesn't try find the day name.
8817 (cursor-to-hebrew-calendar-date): Fixed so that
8818 calendar-date-string doesn't try find the day name.
8819 nongregorian-diary-marking-hook: Fixed typo in doc string.
8820 (calendar-mode): Fixed a typo in doc string.
8821 (cursor-to-iso-calendar-date): Made message consistent with
8822 similar functions for Julian, Islamic, Hebrew, and French calendars.
8823 (calendar-absolute-from-gregorian): Simplified calculation.
8824 (calendar-mark-today): Changed today mark to `=' to avoid
8825 confusion with the default holiday mark.
8826 (calendar-julian-from-absolute): Rewrote parallel to other functions.
8827 (calendar-islamic-from-absolute): Rewrote parallel to other functions.
8828 (calendar-forward-day): Fixed movement when cursor is not on a date
8829 and arg is negative.
8830 Added description of new `if' form to doc string for calendar-holidays.
8834 Changed all calls to `mod' to call `%' to avoid problem with cl.
8835 (diary-entry-time): New function.
8836 (diary-entry-compare): Rewritten to take time of day into account.
8839 Changed all calls to `mod' to call `%' to avoid problem with cl.
8840 (calendar-holiday-function-rosh-hashanah-etc): Fixed grammatical
8842 (calendar-holiday-function-hebrew): Fixed typo in doc string.
8843 (calendar-holiday-function-islamic): Fixed typo in doc string.
8844 (calendar-holiday-function-if): New function.
8846 1990-11-19 Richard Mlynarik (mly@august-east)
8848 * rfc822.el (rfc822-addresses): Blow out, don't loop, on ")
8849 (rfc822-addresses-1) Error if address "phrase" not followed by
8852 * ebuff-menu.el (Electric-buffer-menu-mode): Remove questionable
8853 code which attempted to fake out mode-name in mode-line-list.
8854 Also, use slow \\<...> technology.
8856 1990-11-13 David J. MacKenzie (djm@apple-gunkies)
8858 * fortran.el: Use domain format instead of uucp format for bug
8861 1990-11-12 Richard Stallman (rms@mole.ai.mit.edu)
8863 * lisp.el (lisp-complete-symbol): Use emacs-lisp-mode-syntax-table.
8865 1990-11-05 Roland McGrath (roland@geech.ai.mit.edu)
8867 * compile.el (compilation-window-height): Added defconst for this,
8868 since it somehow disappeared.
8870 * compile.el: Unoverhauled. Restored from old 19 compile.el, plus
8871 these changes: (compilation-{enter,leave}-directory-regexp): New
8872 variables, specifying regexps that match lines saying the compilation
8873 process is entering/leaving a directory. The default values match the
8874 messages produced by the `-w' option to GNU make.
8875 (compilation-error-regexp-alist): [Idea from tale.] Replaces
8876 compilation-error-regexp. Alist (REGEXP FILE-IDX LINE-IDX) of regular
8877 expressions to match errors in compilation. If REGEXP matches, the
8878 FILE-IDX'th subexpression gives the file name, and the LINE-IDX'th
8879 subexpression gives the line number.
8880 (compilation-parse-errors): Rewritten. Combine the error and
8881 enter/leave directory regexps into a single regexp to search for, and
8882 dispatch on which subexpressions match. When the enter-directory
8883 regexp matches, set default-directory to that directory, and push it
8884 on compilation-directory-stack. When the leave-directory regexp
8885 matches, pop the stack to find the matching directory, and set
8886 default-directory to that. This change requries RE_NREGS to be (at
8887 least 26) (it's been upped from 10 to 30 in v19 ../src/regex.h).
8888 (compilation-finish-hook): New variable, a hook to run when a
8889 compilation finishes. Called with two args: the compilation buffer
8890 that finished, and the string passed to the process-sentinel
8891 describing how it finished ("exited", "signaled", etc.).
8892 (compilation-sentinel): Call it. (compilation-buffer-name-hook): Hook
8893 called to generate a name for a compilation buffer. Passed one arg,
8894 the name of the major mode of the buffer. (compile-internal): Use it.
8895 [From tale's changes:]
8896 (compile): Moved window enlarging to compile-internal.
8897 (compile-internal): Don't use with-output-to-temp-buffer. Use
8898 display-buffer instead.
8900 1990-11-05 David Lawrence (tale@pogo.ai.mit.edu)
8902 * c++-mode.el (c++-mode): Made several global variables related to
8903 comment handling buffer-local.
8905 * emerge.el: Moved the kill-buffers out of emerge-extract-* and
8906 into the emerge-make-*-list functions which are responsible for
8907 creating and using them. unwind-protect it to make sure the
8908 buffer is always killed.
8910 * subr.el: fset buffer-flush-undo to buffer-disable-undo, not
8913 * comint.el, inf-lisp.el, shell.el: Updated to meet Olin's
8914 version 2.0 comint offerings.
8915 * ring.el: The underlying history mechanism for comint.
8916 Generalised handling of a ring data type based on vectors.
8917 * history.el: For now, a symlink to ring.el.
8918 * loaddefs.el: Updated shell-prompt-pattern doc string.
8920 1990-11-02 Richard Stallman (rms@mole.ai.mit.edu)
8922 * files.el (set-visited-file-name): Reject empty string as name.
8924 * saveconf.el (save-context): Record dired buffers.
8925 (save-context-buffer-name): Compute the "name" of a buffer.
8926 (restore-context): Handle expressions as buffer names.
8928 1990-11-01 Richard Stallman (rms@mole.ai.mit.edu)
8930 * info.el (Info-find-node): Simplify file search.
8931 Try appending `.info' to specified name.
8933 1990-10-31 Jim Blandy (jimb@gnu.ai.mit.edu)
8935 * bytecomp.el: Put properties on * so that the byte-compiler knows
8936 how to inline multiplication.
8938 1990-10-30 Richard Stallman (rms@mole.ai.mit.edu)
8940 * files.el (delete-auto-save-file-if-necessary):
8941 Don't delete if auto-saveing in visited file.
8943 1990-10-29 Jim Blandy (jimb@pogo.ai.mit.edu)
8945 * subr.el: `buffer-flush-undo' is now officially named
8946 `buffer-enable-undo'; added an alias for backward compatibility.
8948 1990-10-28 Richard Stallman (rms@mole.ai.mit.edu)
8950 * dabbrev.el (dabbrev-expand): Use original abbrev for case pattern.
8951 Do preserve case if expansion has a single uppercase initial.
8953 1990-10-26 Richard Stallman (rms@mole.ai.mit.edu)
8955 * subr.el (keyboard-translate): New function.
8957 1990-10-25 Robert J. Chassell (bob@gnu.ai.mit.edu)
8959 * texinfmt.el (texinfo-format-defun-1): Replace with new version
8960 that handles @deftypefn and related typed definition commands.
8961 (texinfo-format-deftypefn-type, texinfo-format-deftypefn-index):
8962 Formatting commands for @deftypefn and related typed definition
8963 commands. Inserted related `put' expressions.
8965 1990-10-23 David Lawrence (tale@pogo.ai.mit.edu)
8967 * emerge.el (emerge-setup, emerge-setup-with-ancestor): Moved
8968 insert-buffer calls back before call to emerge-extract-diffs where
8969 the merge-buffer really needs to have something in it.
8970 (emerge-extract-diffs,emerge-extract-diffs3): Moved errant
8971 kill-buffer which interfered with return value of functions.
8973 1990-10-22 David Lawrence (tale@pogo.ai.mit.edu)
8975 * loaddefs.el, bibtex.el: Changed bogus "" sequences attempting
8976 to generate a single quote to \" pairs.
8978 * calc-aent.el, calc-alg-2.el, calc-alg.el, calc-arith.el,
8979 calc-bin.el, calc-comb.el, calc-comp.el, calc-cplx.el,
8980 calc-ext.el, calc-forms.el, calc-frac.el, calc-funcs.el,
8981 calc-graph.el, calc-incom.el, calc-lang.el, calc-macs.el,
8982 calc-map.el, calc-mat.el, calc-math.el, calc-misc.el,
8983 calc-mode.el, calc-prog.el, calc-rewr.el, calc-rules.el,
8984 calc-sel-2.el, calc-sel.el, calc-store.el, calc-stuff.el,
8985 calc-trail.el, calc-undo.el, calc-units.el, calc-vec.el,
8986 calc-yank.el, calc.el: New files for a very complete RPN
8987 calculator which supports integer, rational, floating-point,
8988 comples, matrix and symbolic arithmetic to arbitrary precision.
8990 edmacro.el: New file, a keyboard macro editor. On its own
8991 probably not very useful, but in the context of calc
8992 programmability it fits the model well.
8994 emerge.el: New file, for merging files or buffers based on their
8997 loaddefs.el: Autoloads for calc, quick-calc, full-calc,
8998 calc-eval, defmath, calc-grab-region and calc-extensions for the
8999 calculator. Bind calc to M-#.
9000 Autoloads for edit-kbd-macro, edit-last-kbd-macro and
9001 read-kbd-macro for edmacro.
9002 Autoloads for emerge-files, emerge-files-with-ancestor,
9003 emerge-buffers and emerge-buffers-with-ancestor for emerge.
9005 1990-10-21 Richard Stallman (rms@mole.ai.mit.edu)
9007 * window.el (split-window-vertically):
9008 Select the bottom window if that lets point stay on screen.
9010 * etags.el (visit-tags-table-buffer):
9011 Handle local bindings of tags-file-name.
9013 1990-10-19 Robert J. Chassell (bob@gnu.ai.mit.edu)
9015 * texinfmt.el (texinfo-format-include,
9016 texinfo-format-setfilename): Redefined to handle new include
9017 files. (texinfo-format-buffer-1, texinfo-format-region): Add
9018 `last-input-buffer' so handles new include files.
9019 (texinfo-format-bullet, texinfo-format-minus,
9020 texinfo-format-paragraph-break): Require braces if used within
9021 line; do no require braces if used@end of line.
9022 (texinfo-optional-braces-discard): Discard optional braces.
9024 * texnfo-upd.el (texinfo-incorporate-descriptions): Require exact
9025 match for item names.
9026 (texinfo-update-menu-region-beginning): Do not accidentally copy
9027 an info-only title for the top node into the main menu.
9028 (texinfo-section-types-regexp): Add `@chapheading'.
9029 (texinfo-find-lower-level-node, texinfo-find-higher-level-node,
9030 texinfo-menu-locate-entry-p, texinfo-copy-menu-title,
9031 texinfo-update-menu-region-beginning, texinfo-update-menu-region-end):
9032 Handle `@ifinfo' as well as comment line following node line.
9033 (texinfo-multiple-files-update and aux. files): Added to handle
9034 multi-file Texinfo sources.
9036 1990-10-18 Richard Stallman (rms@mole.ai.mit.edu)
9038 * info.el (Info-help): Go to one window.
9040 1990-10-17 David Lawrence (tale@pogo.ai.mit.edu)
9042 * lisp-mode.el: Indent autoload like defun.
9044 * cl.el, mh-e.el, gnus.el: Change uses of lisp-indent-hook to
9045 lisp-indent-function.
9047 1990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
9049 * files.el (revert-buffer): Discard all undo records.
9050 * rmail.el (rmail-expunge, rmail-get-new-mail): Likewise.
9052 1990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
9054 * bytecomp.el (symbol-function, fset, read-char): Don't open code them.
9056 1990-10-11 Richard Stallman (rms@mole.ai.mit.edu)
9058 * simple.el: Kill commands on read-only buffers, just copy to
9060 (kill-region): If read-only, just copy to kill-ring.
9061 (zap-to-char, kill-line, kill-comment, kill-word):
9062 (backward-kill-word, kill-paragraph, backward-kill-paragraph):
9063 Allow read-only buffers.
9065 * csharp.el: New file.
9067 1990-10-10 Richard Stallman (rms@mole.ai.mit.edu)
9069 * rmailsum.el (rmail-summary-scroll-msg-up): Make msg visible.
9070 (rmail-summary-scroll-msg-down): Likewise.
9072 * bytecomp.el (byte-compile-associative): New function.
9073 (+, max, min, -): Use that.
9074 (byte-compile-make-binary, byte-compile-butlast): New functions.
9076 1990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
9078 * dired.el (dired-compress, dired-uncompress): Put output from
9079 subprocess in a buffer to display it.
9081 * appt.el (fix-time): Deleted.
9082 (appt-select-lowest-window): Renamed from select-lowest-window.
9083 (appt-visible): Renamed from appt-visable.
9085 * time.el (display-time-filter): Run display-time-hook.
9087 * lisp.el (lisp-complete-symbol): Last change clobbered beg.
9089 * lisp-mode.el (indent-sexp): Make sure outer loop ends@eob.
9091 1990-10-08 Richard Stallman (rms@mole.ai.mit.edu)
9093 * man.el (nuke-nroff-bs): Handle o\b+.
9095 * files.el (save-buffers-kill-emacs): Do querying here.
9096 Don't die if process-list is not defined.
9098 * simple.el (next-complex-command): Fix typo.
9100 1990-10-07 Richard Stallman (rms@mole.ai.mit.edu)
9102 * bytecomp.el (byte-compile-file): Run set-auto-mode.
9104 1990-10-01 David Lawrence (tale@pogo.ai.mit.edu)
9106 * compile.el: Major overhauls. Remove references to mode, since
9107 it never really was a mode.
9108 (compile-regexp-list): Don't use a single regexp, but try
9109 multiple ones from a list.
9110 (next-error): Don't read in every single file when doing
9111 next-error, just go to the line of the next file, reading it in if
9112 need be. The old method was slow and could end up creating a lot
9113 of buffers you never wanted around.
9114 Use buffer named in compilation-buffer. Get buffer to use
9115 interactively via compilation-use-buffer if called with arg.
9116 (compile-internal): Move window resizing here, since a grep
9117 window is still a compile window as far as this package is
9118 concerned. Don't use with-output-to-temp-buffer since it is very
9119 anti-social with show-temp-buffer-hooks which resize based on the
9120 how much data is output by its forms; it never worked with
9121 compile-window-height that way anyway.
9122 (compilation-parse-line): Figures out file and line for
9123 next-error from compile-regexp-list.
9124 (compilation-use-buffer): Function which sets buffer for
9127 1990-10-01 Richard Stallman (rms@mole.ai.mit.edu)
9129 * c-mode.el (c-indent-line): Special clause for `} else'.
9131 1990-09-30 Richard Stallman (rms@mole.ai.mit.edu)
9133 * compile.el (compilation-mode): Don't set compilation-error-regexp.
9134 (compile-internal): Set it here.
9135 (compilation-error-regexp): Put on permanent-local property.
9137 * startup.el (command-line-functions): New variable.
9138 (command-line-1): Do something with it.
9140 * diff.el (diff): Fix bug in searching for first change run.
9142 * bytecomp.el (byte-compile-lambda): Handle string constant as value.
9144 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
9146 * mh-e.el: New version from Larus.
9148 * c-mode.el (calculate-c-indent): When looking@previous column-0
9149 line, allow whitespace between the close-paren and the semicolon.
9151 1990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
9153 * startup.el (command-line): Make init-file-user permanent.
9155 1990-09-25 David Lawrence (tale@pogo.ai.mit.edu)
9157 * edebug.el: New file for elisp source debugging.
9159 * loaddefs.el: Autoload edebug with edebug-defun.
9161 * lisp-mode.el (eval-defun): If arg, edebug-defun.
9163 * simple.el (comment-region): New function.
9165 * c-mode.el (c-beginning-of-statement, c-end-of-statement):
9166 New functions bound to M-a and M-e respectively.
9167 (c-beginning-of-statement-1, c-end-of-statement-1): Engines for
9169 (set-c-style): New function to easily select a preferred
9171 (c-style-alist): Styles and variables values for set-c-style.
9173 * asm-mode.el: New file. Mode for editing assembler code.
9175 * loaddefs.el (auto-mode-alist): Use asm-mode for .s files.
9178 1990-09-24 Richard Stallman (rms@mole.ai.mit.edu)
9180 * loaddefs.el (auto-mode-alist): Use \\' for end of string.
9182 1990-09-22 David Lawrence (tale@pogo.ai.mit.edu)
9184 * simple.el (shell-command): Document in code comment why -f is
9185 not used for C shells. Perhaps this will get people to stop
9188 1990-09-21 Richard Stallman (rms@mole.ai.mit.edu)
9190 * isearch.el (nonincremental-search): Bind cursor-in-echo-area
9191 only as long as necessary.
9193 1990-09-21 David Lawrence (tale@pogo.ai.mit.edu)
9195 * loaddefs.el (auto-mode-alist): Use bibtex-mode for .bib files
9198 1990-09-18 Richard Stallman (rms@mole.ai.mit.edu)
9200 * doctor.el (doctor-caddr, doctor-cadr, doctor-cddr): Renamed.
9202 1990-09-13 Richard Stallman (rms@mole.ai.mit.edu)
9204 * c-mode.el (calculate-c-indent): Skip back across preprocessor
9205 lines before testing for a continuation statement.
9207 * mouse.el (mouse-set-point): Compensate properly for hscroll.
9209 1990-09-13 Robert J. Chassell (bob@gnu.ai.mit.edu)
9211 * texinfmt.el (texinfo-format-inforef): Item name now optional.
9213 1990-09-13 Richard Stallman (rms@mole.ai.mit.edu)
9215 * rmail.el (rmail-nuke-pinhead-header): Save From line in Mail-from:.
9217 * help.el (print-help-return-message): Mention C-M-v.
9219 1990-09-10 Chris Hanson (cph@kleph)
9221 * xscheme.el (xscheme-eval): Add hook that allows Scheme to
9222 evaluate arbitrary expression in Emacs.
9223 (scheme-interaction-mode): Run scheme-mode-hook before
9224 scheme-interaction-mode-hook.
9225 Guarantee that the process-filter's state is correctly updated
9226 before calling any code that can possibly allow more input to be
9227 read from the process.
9229 1990-09-10 Richard Stallman (rms@mole.ai.mit.edu)
9231 * rmailsort.el (rmail-sortable-date-string): Handle excess space.
9232 Discard century from year.
9234 * files.el (after-find-file): Improve a message.
9236 1990-09-09 Richard Stallman (rms@mole.ai.mit.edu)
9238 * sendmail.el (mail-signature): t means use signature file.
9239 (mail-setup): Implement that.
9240 (mail-mode-map): Put mail-signature command back on C-c C-w.
9241 (mail-signature-inserted): Variable deleted.
9243 1990-09-08 Richard Stallman (rms@mole.ai.mit.edu)
9245 * ftp.el (ftp-command): Ignore output lines without status codes.
9247 1990-09-06 Richard Stallman (rms@mole.ai.mit.edu)
9249 * sendmail.el (mail-signature): New variable holds signature.
9250 (mail-setup): Default mail-signature from .signature file.
9253 1990-09-04 Richard Stallman (rms@mole.ai.mit.edu)
9255 * ftp.el (ftp-write-file): Accept status 125 as normal.
9257 1990-09-03 David Lawrence (tale@pogo.ai.mit.edu)
9259 * rnews.el: Reinstated.
9261 1990-09-01 Richard Stallman (rms@mole.ai.mit.edu)
9263 * files.el (backup-buffer): Test backup-inhibited.
9264 (find-file-noselect, set-visited-file-name): Set that var
9265 based on backup-enable-predicate.
9267 1990-08-31 David Lawrence (tale@pogo.ai.mit.edu)
9269 * sendmail.el (mail-send-and-exit): Remove dependency on other
9270 window being in rmail-mode in order to delete selected window.
9272 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9274 * paths.el: Add gnus-default-nntp-server, gnus-nntp-service,
9275 gnus-your-domain, gnus-your-organization, and gnus-newsrc-file to
9276 be visible for admins during installation configuration.
9279 (gnus, gnus-post-news): Autoload gnus.
9280 (sendnews, postnews): fset to gnus-post-news instead of news-post-news.
9281 (rnews, news-post-news): Removed autoloads.
9283 * gnus.el: New file.
9284 (gnus-make-newsrc-file): Removed.
9285 (gnus-read-newsrc-file): Work without above.
9286 (gnus-Info-directory): Removed.
9287 (gnus-Info-find-node): Work without above.
9288 (lots of variables): Made non-interactive. Some doc fixes.
9290 * gnuspost.el, gnusmail.el, gnusmisc.el, nntp.el, nnspool.el,
9291 * mhspool.el: New files.
9293 * rnews.el: Removed. (Renamed to rnews.el.~backout~.)
9295 1990-08-29 Richard Stallman (rms@mole.ai.mit.edu)
9297 * loaddefs.el: Put paragraph commands on M-{ and M-}.
9299 * files.el (basic-save-buffer): Make error messages more natural.
9301 * rmail.el (rmail-search): Call rmail-maybe-set-message-counters.
9303 1990-08-29 David Lawrence (tale@pogo.ai.mit.edu)
9305 * files.el (basic-save-buffer): Signal an error when the directory
9306 doesn't exist or is write-protected.
9307 (set-visited-file-name): When renaming buffer, don't switch from
9308 current name if that is the name causing the conflict for the new name.
9309 Eg, C-x b foo C-x C-w /tmp/foo would name the buffer foo<2> and
9310 leave no foo around. Now it stays foo.
9312 * fortran.el (fortran-mode): Define comment-line-start-skip based
9313 partially on value of fortran-comment-region; statements starting
9314 with c (eg: call, common) were being indented as comments.
9315 (fortran-current-line-indentation): Only skip over continuation
9316 char or line number for statements. It was giving back wrong
9317 values for statements which started in columns 1-6.
9318 (fortran-mode-version): Removed.
9320 1990-08-28 David Lawrence (tale@pogo.ai.mit.edu)
9322 * loaddefs.el: Autoload reverse-region from sort.el.
9325 (defstruct): The copier function invoked the non-existent
9326 copy-vector. Calling copy-sequence does the job.
9327 (defsetf for point): Point's inverse is goto-char. Of course,
9328 what do we do with the other basic types of Emacs Lisp?
9329 (member): Another, perhaps counterproductive, speed hack. When
9330 test or testnot are symbols (hopefully, non-null), they are
9331 replaced by their symbol-function slots. This presumably reduces
9332 one indirection per each funcall in the inner loop.
9333 (byte-compile-named-list-accessors): Another byte-compile
9334 handler, this one eliminates the extra call incurred when using
9335 first, ..., tenth, or rest. This makes those list accessors
9336 essentially as primitive as car, cdr, or nth.
9337 (with-keyword-args): Macro that simplifies most of the handling of
9338 klists. The only neglected functionality is that no supplied-p
9339 forms exist (although that is true also of lambda lists in Emacs Lisp).
9340 (cl-eval-print-last-sexp): Added half-hearted support for -, +,
9341 ++, +++, *, **, ***, /, //, ///; and cleared the mvalues mechanism
9343 (declare, proclaim, the): Make some more CL codes easy to load.
9344 These are dummies, and have no effect whatsoever. (Perhaps `the'
9345 could be made to check in interpreter, and to ignore in the
9346 compiler. Then again, writing `typecase' would be also useful and
9347 I haven't done it yet.)
9348 (byte-compile-ca*d*r): New function, used as a handler from
9349 byte-compile-form to eliminate the extra call to the c*r functions
9351 (adjoin, map): Changed to use `memq' instead of `member', too.
9352 (case, ecase): Via a change in case-clausify, these macros now
9353 generate tests using the primitive `memq', instead of the heavier
9355 (member): Rewrote it to exploit the keyword argument machinery.
9356 It also tries to call memq whenever possible.
9357 (many funcs): Two-branch conds changed into simple ifs here and
9358 there, minor layout changes all over.
9359 (defsetf): `Puts' occur in the generated code, not in the macro
9360 expander. (Didn't we fix this long ago?)
9361 (setf): Comment disagreed with the code. Code was right.
9362 (defkeyword): Was dropping the DOCSTRING.
9363 (reduce): New function. Presented as an example of how to use
9364 KLISTs to parse calls in functions that take keyword arguments.
9365 (concatenate, map): New functions.
9366 (extract-from-klist): Swapped arguments for convenience.
9367 (keyword-argument-supplied-p, cl$subseq-as-list): New auxiliary
9369 (build-klist): Better error messages.
9370 (psetf): Rewrote, patterned after the new psetq.
9371 (psetq): Added early check for even number of arguments. This
9372 causes a better error message than previously.
9373 (defstruct, parse$defstruct$options): asp@CS.CMU.EDU (James
9374 Aspnes) reported that defstruct wasn't handling properly the use
9375 of accessors of an :included definition applied to instances of
9376 the :including structure. Indeed, the old version was
9377 implementing a (rather useless) sense of multiple-inheritance that
9378 was inimical to the Common Lisp sense. Fixed here by adding
9379 properties :structure-includes and :structure-included-in to the
9380 struct name. They keep track of the graph of inclusions.
9381 (mapc, maplist, mapl, mapcan, mapcon,
9382 copy-list, copy-tree, revappend, nreconc, nbutlast,
9383 subst, subst-if, subst-if-not, sublis,
9384 member-if, member-if-not, tailp): New functions, developed apart
9385 and now merged with the main file. They still don't take :keyword
9388 * sort.el (sort-subr): Support floating point numbers.
9389 (sort-float-fields, reverse-region): New functions.
9390 (sort-numeric-fields, sort-fields, sort-float-fields): Use -ARG
9391 to mean count fields from right, not reverse. (Doc fixes.)
9392 (sort-fields-1): Let negative arg pass unmolested. Always do
9394 (sort-skip-fields): Handle negative field.
9396 * tex-mode.el (tex-mode-map): Move bindings of M-{ and M-} to
9399 1990-08-28 Roland McGrath (roland@gnu.ai.mit.edu)
9401 * bytecomp.el (byte-compile-file): If interactive, ask user if he
9402 wants to save a buffer visiting file to be compiled.
9404 1990-08-27 David Lawrence (tale@pogo.ai.mit.edu)
9406 * compile.el (compilation-error-regexp): Padded up a little to
9407 work with new function:
9408 (compilation-get-file-and-line): Grabs file and line using
9409 matched sub-expressions in compilation-error-regexp.
9410 (compilation-parse-errors): Use new function.
9411 (compilation-sentinel): Make buffer writable before trying to
9414 * info.el (Info-extract-menu-item): Search for an exact match for
9415 menu item before looking for a partial match. Regexp-quote the
9418 * lisp.el (lisp-complete-symbol): Display possibilities in
9419 *Completions* not *Help*.
9421 * help.el (describe-mode): Use Dale Worley's version to also show
9422 minor mode documentation if argument is given. Fset
9423 defining-keyboard-macro to start-keyboard-macro so its
9424 documentation can be found. Currently does not work with
9425 auto-fill-mode because of the hook nature of its minor mode
9428 1990-08-26 Richard Stallman (rms@mole.ai.mit.edu)
9430 * terminal.el: Move possibly offensive comments to term-nasty.el.
9431 (te-quote-arg-for-sh): Give some variables more useful names.
9433 1990-08-25 Richard Stallman (rms@mole.ai.mit.edu)
9435 * resume.el: New version from Joe Wells.
9437 1990-08-22 Joseph Arceneaux (jla@geech)
9439 * lisp.el (lisp-complete-symbol): Use lisp-mode-syntax table
9440 rather than current buffer's.
9442 1990-08-16 Richard Stallman (rms@mole.ai.mit.edu)
9444 * isearch.el (isearch): For C-y and C-w in regexp search,
9447 * time.el (display-time-filter): Check that file is non-empty.
9449 1990-08-16 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9451 * term/x-win.el: Don't define C-z here; it's now in screen.el.
9453 1990-08-14 David J. MacKenzie (djm@apple-gunkies)
9455 * time.el: New version that uses wakeup instead of loadst.
9457 1990-08-14 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9459 * simple.el (eval-current-buffer): New function.
9461 * screen.el: Moved screen convenience functions here, formerly in
9463 other-window now bound to esc-o, ctl-x-o now next-multiscreen-window.
9465 1990-08-13 Richard Stallman (rms@mole.ai.mit.edu)
9467 * files.el: Doc fix.
9469 1990-08-11 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9471 * screen.el (get-screen): Don't loop on screen-visible-p.
9472 Set auto-new-screen-function to new-screen.
9474 * gdb.el (gdb-break): Also handle temporary breaks.
9476 1990-08-01 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9478 * bytecomp.el (byte-compile-file): Fix format string in call to
9479 float-output-format.
9481 1990-07-31 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9483 * files.el (find-alternate-file): Don't depend on buffer being
9484 read-only for modifications to invoke yes-or-no-p.
9486 1990-07-28 Richard Stallman (rms@mole.ai.mit.edu)
9488 * paths.el (rmail-spool-directory):
9489 Change silicon-graphics-unix to irix.
9491 1990-07-27 Richard Stallman (rms@mole.ai.mit.edu)
9493 * tex-mode.el (tex-region): Set tex-last-temp-file in shell buffer.
9494 Give it tex-filter as a filter.
9495 (tex-filter): New function. Deletes the temp file and junk files.
9496 (tex-directory): Now set to `.'.
9498 1990-07-27 David Lawrence (tale@pogo.ai.mit.edu)
9500 * fill.el (fill-region-as-paragraph): Remove tabs that aren't in
9501 fill-prefix or part of paragraph indentation.
9503 1990-07-26 Richard Stallman (rms@mole.ai.mit.edu)
9505 * bytecomp.el (byte-compile-file-forms): New function.
9506 (byte-compile-file): Use that for the runs of ordinary forms.
9507 Don't crash when make-byte-code has only 3 elements.
9509 * help.el (view-lossage): Use insert, not `newline'.
9511 * info.el (Info-find-node): Set case-fold-search for tag tbl buffer.
9513 1990-07-26 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9515 * bytecomp.el (byte-compile-verbose): Baud rate is a variable, not
9518 1990-07-26 Richard Stallman (rms@mole.ai.mit.edu)
9520 * chistory.el (command-history-repeat): New function.
9521 (command-history-map): Put command-history-repeat on x.
9522 (command-history-mode): Document that.
9524 1990-07-26 David Lawrence (tale@pogo.ai.mit.edu)
9526 * c-mode.el (c-auto-newline): Doc addition.
9527 (electric-c-terminator): Removed bogus set-marker.
9528 (electric-c-sharp-sign): Make sure c-auto-newline is nil for call
9529 to electric-c-terminator.
9531 * texinfo.el: Bind tex-insert-quote to " in texinfo-mode-map.
9533 * simple.el (goal-column): Make buffer-local.
9535 * man.el (manual-entry): Enter view-mode.
9537 1990-07-25 David Lawrence (tale@pogo.ai.mit.edu)
9539 * replace.el (occur-last-string): New variable to hold last
9540 interactive regexp to occur.
9541 (occur): Use occur-last-string.
9543 * lisp.el (down-list): Doc fix.
9545 1990-07-24 Richard Stallman (rms@mole.ai.mit.edu)
9547 * files.el (find-file-noselect): Nice msg if can write but not read.
9551 1990-07-19 Richard Stallman (rms@mole.ai.mit.edu)
9553 * bytecomp.el (byte-compile-lambda): Fix test for nontrivial function.
9555 1990-07-17 Richard Stallman (rms@mole.ai.mit.edu)
9557 * files.el (find-file-read-only-other-window): New function.
9560 1990-07-15 Richard Stallman (rms@mole.ai.mit.edu)
9562 * register.el (view-register): Don't ignore first line of rect.
9564 1990-07-14 Richard Stallman (rms@mole.ai.mit.edu)
9566 * outline.el (show-children): Make default arg smarter.
9568 1990-07-12 Richard Stallman (rms@mole.ai.mit.edu)
9570 * compile.el (compile-internal): Make *compilation* read-only
9571 except during this function.
9573 1990-07-11 Richard Stallman (rms@mole.ai.mit.edu)
9575 * c-mode.el (c-comment-indent): Special case comment after }.
9577 1990-07-05 Robert J. Chassell (bob@gnu.ai.mit.edu)
9579 * texinfmt.el: Renamed Lisp definitions section to `Description
9580 formatting' and revised `texinfo-format-defun-1' and format
9581 defuns to handle object oriented descriptions properly.
9583 1990-06-30 Richard Stallman (rms@mole.ai.mit.edu)
9585 * dbx.el: Use C-x SPC for setting break point.
9587 1990-06-29 Richard Stallman (rms@mole.ai.mit.edu)
9591 1990-06-28 Robert J. Chassell (bob@gnu.ai.mit.edu)
9593 * texinfmt.el (texinfo-format-paragraph-break): @br{} no longer a
9596 * texinfmt.el (texinfo-format-scan): @* now breaks lines; no
9597 longer does nothing.
9599 * texinfmt.el: `Bottom node' changed to `End node' and `BN'
9600 changed to `EN'; also, `footnote-style' changed to
9601 `texinfo-footnote-style'.
9603 * texnfo-upd.el (texinfo-all-menus-update): With a non-nil
9604 argument, now updates all the nodes in the buffer before
9607 * texnfo-upd.el (texinfo-master-menu): With non-nil argument
9608 (prefix, if interactive) means first update all existing nodes
9609 and menus, not just menus.
9611 * texinfo.el (texinfo-show-structure): With optional arg, list
9612 lines with @-sign commands for @chapter, @section and the like,
9613 but not @node lines.
9615 1990-06-27 Richard Stallman (rms@mole.ai.mit.edu)
9617 * paragraphs.el (start-of-paragraph-text): Avoid infinite loop.
9619 1990-06-26 Richard Stallman (rms@mole.ai.mit.edu)
9621 * disass.el (disassemble-1): Check ptr in range for aref.
9623 * bytecomp.el (byte-compile-defvar, byte-compile-defconst): New.
9624 (byte-compile-find-vars-1): Do nothing for defun or defmacro.
9625 Do nothing for defvar or defconst with only one argument.
9626 (byte-compile-lambda): New function for error checking.
9627 (byte-compile-verbose): New variable.
9628 (byte-compile-file, byte-compile-file-form): Check that for messages.
9630 1990-06-26 David Lawrence (tale@geech)
9632 * compile.el (grep): Use `grep-command' to also hold args for
9633 grep, like compile-command.
9635 * simple.el (kill-ring-save): Fixed to not reference free
9636 variable `verbose' but to just unconditionally echo message.
9637 (shell-command): Use new `last-shell-command' interactively.
9638 (shell-command-on-region): Use new `last-shell-command-on-region'
9639 interactively. Delete *Shell Command Output* if no output.
9640 (kill-comment): Error if no comment syntax defined.
9642 1990-06-25 Richard Stallman (rms@mole.ai.mit.edu)
9644 * simple.el (kill-region): New arg VERBOSE says print a message.
9645 (kill-ring-save): Print a message, instead of moving point.
9647 1990-06-23 Randall Smith (randy@substantia-nigra)
9649 * dired.el (dired-flag-regexp-files): Added function to flag all
9650 files matching a REGEXP for deletion.
9651 (): Bound this function to key "F" in dired-mode ("D" was already
9654 1990-06-22 Richard Stallman (rms@albert.ai.mit.edu)
9656 * fill.el (fill-region-as-paragraph): Don't consider colon as sentence
9657 end. Use syntax table to decide what is whitespace.
9658 (justify-current-line): Don't consider colon as sentence end.
9660 * c-mode.el (calculate-c-indent): Back up over comma before
9661 calling c-backward-to-start-of-continued-exp.
9662 (c-backward-to-start-of-continued-exp): Back up over strings.
9664 1990-06-21 Robert J. Chassell (bob@pogo.ai.mit.edu)
9666 * texinfmt.el (texinfo-format-include): Include files ending with
9667 ".texi" as well as ".texinfo" and ".tex".
9669 * texinfmt.el: Define @shortcontents, like @summaryconents, as
9670 'texinfo-discard-line-with-args.
9672 1990-06-20 Richard Stallman (rms@mole.ai.mit.edu)
9674 * isearch.el (isearch): Do exit on meta keys.
9675 Also exit on function keys and mouse clicks.
9676 * loaddefs.el (search-exit-char): Change back to escape.
9677 (search-ring-advance-char): Moved from isearch.el.
9678 (search-ring-retreat-char): Renamed from ...-recline-char and moved.
9680 * float.el: Provide 'float.
9682 1990-06-19 Richard Stallman (rms@mole.ai.mit.edu)
9684 * mouse.el (mouse-set-point): Compensate for horizontal scrolling.
9686 1990-06-19 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9688 * isearch.el (isearch): Don't quit on meta-chars.
9690 1990-06-15 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9692 * loaddefs.el: search-exit-char is now Return.
9693 * simple.el: Search-ring advance and recline characters are now
9696 1990-06-15 Robert J. Chassell (bob@pogo.ai.mit.edu)
9698 * tex-mode.el (tex-start-shell): Don't put `require' in defun, put
9701 * texnfo-upd.el (texinfo-incorporate-descriptions): Don't
9702 accidently find a string in the description that is confused for
9705 1990-06-01 Robert J. Chassell (bob@wheat-chex)
9707 * texinfo.el: Added `texinfo-tex-region' (C-c C-r) to run TeX on
9708 the current region, `texinfo-tex-buffer' (C-c C-t) to run TeX on
9709 the current buffer, and `texinfo-tex-print' (C-c C-p) to print
9710 the .dvi file made by TeX.
9712 Also, bound functions from TeX mode in Texinfo mode:
9713 `tex-kill-job' (C-c C-k), `tex-recenter-output-buffer' (C-c
9714 C-l), and `tex-show-print-queue' (C-c C-q).
9716 1990-05-31 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9718 * startup.el (command-line): Check environment variable
9719 VERSION_CONTROL and set version-control appropriately.
9721 1990-05-31 Robert J. Chassell (bob@wheat-chex)
9723 * texnfo-upd.el (texinfo-top-pointer-case): rewrote to handle
9724 @chapter (or other sectioning) command following Top node.
9726 (texinfo-master-menu): rewrote to remove pre-existing master
9727 menu, if there is one. Non-nil argument (prefix, if interactive)
9728 now means first update all existing menus---previously it always
9729 updated all existing menus (very time consuming).
9731 (texinfo-all-menus-update, texinfo-every-node-update):
9732 added a save-excursion to each so that point does not move when
9733 you update the menus or nodes.
9735 * texinfmt.el (texinfo-format-parse-args): expand arguments so
9736 they can include commands such as @code, etc.
9738 1990-05-31 David Lawrence (tale@geech)
9740 * backquote.el (bq-splicequote): Correctly splice in elements
9741 when followed by constant elements; don't list the constant elements.
9743 * add-log.el (add-change-log-entry): Fixed match test for full name.
9745 * lpr.el (print-buffer): Removed an extra trailing parenthesis.
9747 1990-05-30 David Lawrence (tale@geech)
9749 * comint.el (comint-load-hook): Superseded by eval-after-load.
9751 * inf-lisp.el (lisp-eval-region, lisp-compile-region): Use
9752 temporary files instead of send-string to avoid problems with pty
9755 * tex-mode.el (tex-close-latex-block): Allow whitespace after
9756 \begin and \end before their opening brace.
9757 (tex-last-unended-begin): Ditto.
9759 1990-05-30 Richard Stallman (rms@mole.ai.mit.edu)
9761 * subr.el (add-hook): New function.
9763 1990-05-30 David Lawrence (tale@geech)
9765 * dired.el (dired-revert): Preserve deletions across reversion
9766 and report files flagged for deletion which were already removed.
9767 When reading the root directory, name the buffer "/".
9769 1990-05-29 Richard Stallman (rms@mole.ai.mit.edu)
9771 * scheme.el (run-scheme): Autoload deleted. Already done in loaddefs.
9773 1990-05-24 Robert J. Chassell (bob@rice-chex)
9775 * page-ext.el (pages-directory-goto): Go to end of file if called
9776 from the last line (which is empty) of the pages-directory
9778 1990-05-24 David Lawrence (tale@pogo.ai.mit.edu)
9780 * shell.el (shell-load-hook): Superseded by eval-after-load.
9782 * files.el (cd): Make sure that directory can be changed to.
9783 * shell.el (shell-process-cd-or-pushd): ditto.
9785 * c++-mode.el: Installed latest version from David Detlefs with
9786 all additions made since Sep 1989.
9788 1990-05-24 Robert J. Chassell (bob@apple-gunkies)
9790 * texinfmt.el: Added texinfo-format-defindex which provides
9791 @defindex and @defcodeindex.
9793 Rewrote texinfo-format-synindex to be more modular; removed
9794 references to it in texinfo-format-scan and
9795 texinfo-format-printindex.
9797 1990-05-22 David Lawrence (tale@geech)
9799 * informat.el: (Info-tagify): Give status messages before and
9801 (batch-info-validate): Removed status messages around Info-tagify.
9803 * rmailout.el (rmail-output): Check for From:, Really-From: and
9804 Sender: fields, in that order, and run mail-strip-quoted-names on
9805 a non-nil value for the initial Unix mail "From user date" line.
9807 1990-05-21 Richard Stallman (rms@mole.ai.mit.edu)
9809 * buff-menu.el (Buffer-menu-buffer): Simplified.
9810 Set Buffer-menu-buffer-column initially.
9812 1990-05-18 Robert J. Chassell (bob@apple-gunkies)
9814 * page-ext.el: (pages-addresses-file-name):
9815 Renamed from addresses-file-name.
9817 1990-05-17 Robert J. Chassell (bob@apple-gunkies)
9819 * texinfo.el (texinfo-mode-map): Replace `C-c LETTER ...' key
9820 bindings for functions updating nodes and menus with `C-c C-...'
9821 keybindings, so as to leave `C-c LETTER' bindings free.
9823 * texnfo-upd.el (texinfo-menu-copy-old-description): Copy
9824 descriptions that begin with an `@' as well as with word syntax char.
9825 (texinfo-insert-master-menu-list): Print message telling which
9826 menu entry it is inserting.
9828 1990-05-12 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9830 * isearch.el (isearch): Check non-nil of unread command char
9831 before checking >= 0.
9833 1990-05-12 Richard Stallman (rms@mole.ai.mit.edu)
9835 * info.el (Info-read-subfile): Ignore blank lines in split file list.
9837 1990-05-11 Richard Stallman (rms@albert.ai.mit.edu)
9839 * isearch.el (isearch): Advance@least one character if empty string
9840 was found the previous time.
9841 * replace.el (keep-lines): Likewise.
9843 1990-05-10 Robert J. Chassell (bob@wheat-chex)
9845 * texinfmt.el: updated to correspond, more or less, to version 2.8
9846 of texinfo.tex. Does not do refilling.
9848 texinfo-format-chapter-1 now displays message telling which
9849 section is being formatted, so formatting is no longer silent.
9851 Added notations: @quiv, @error, @expansion, @point, @print, @result
9853 Added @synindex and @syncodeindex, including
9854 texinfo-format-synindex, texinfo-format-syncodeindex,
9855 and defined syncode-arg as local variable in texinfo-format-scan.
9856 Modified texinfo-format-printindex to handle these.
9858 Added @ref, which the same as @xref in Info.
9859 Added @titlespec, which is ignored in Info.
9860 Added @br @need as noops.
9861 Added @today texinfo-format-today in `1 Jan 1900' style.
9862 Added @defconst, @defcmd to the texinfo-format-defun series
9864 Added @flushright @end flushright, including
9865 texinfo-format-flushright, texinfo-end-flushright,
9866 texinfo-do-flushright.
9868 Added @ftable, which is like the `@table' command but also
9869 inserts each item in the first column into the function index.
9870 Includes texinfo-ftable, texinfo-ftable-item, texinfo-end-ftable.
9872 Added @footnote, including texinfo-format-footnote, footnote-style,
9873 texinfo-format-make-node, texinfo-format-bottom-node.
9875 1990-05-10 Richard Stallman (rms@mole.ai.mit.edu)
9877 * bytecomp.el (byte-compile-cond-1): Handle (t).
9879 1990-05-04 Richard Stallman (rms@mole.ai.mit.edu)
9881 * simple.el (indent-new-comment-line): Delete the temporary newline
9882 even if point is not there after indent-for-comment.
9884 1990-05-04 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9886 * simple.el (open-line): Insert fill-prefix if defined.
9888 1990-05-01 Richard Stallman (rms@mole.ai.mit.edu)
9890 * c-mode.el (c-comment-indent): If@beginning of line and
9891 comment-column is 0, insert no space.
9893 * replace.el (occur): Avoid infinite loop@end of buffer.
9895 1990-04-30 Richard Stallman (rms@mole.ai.mit.edu)
9897 * float.el (float-to-string):
9898 Adjust POWER when rounding makes new digit.
9900 1990-04-26 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9902 * man.el (manual-entry): Don't allow null topics.
9904 * dired.el (dired-create-directory): Use new primitive
9906 (dired-do-deletions): Use new primitive remove-directory.
9908 1990-04-24 Richard Stallman (rms@mole.ai.mit.edu)
9910 * dired.el (dired-readin): Mark buffer unmodified@end.
9912 1990-04-18 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9914 * loaddefs.el: Removed Meta-g def of fill-region.
9916 1990-04-13 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9918 * c-mode.el (c-comment-indent): Don't need \n in #endif/#else
9921 1990-04-12 Richard Stallman (rms@mole.ai.mit.edu)
9923 * isearch.el (isearch): In reverse search,
9924 don't move point for C-w, C-y.
9926 * startup.el (normal-top-level): Don't check envvar PWD on vms.
9928 1990-04-10 Richard Stallman (rms@mole.ai.mit.edu)
9930 * add-log.el (add-change-log-entry): Require match in full-name
9931 as well as login-name.
9932 Don't switch windows if desired buffer already current.
9933 (add-change-log-entry-other-window): Take two args and pass on.
9934 Change interactive spec so default behavior doesn't change.
9936 1990-04-09 Richard Stallman (rms@mole.ai.mit.edu)
9938 * dired.el (dired-mode): Set list-buffers-directory
9939 like dired-directory. So name appears in list-buffers.
9941 * sendmail.el (mail-do-fcc): Append properly to rmail buffers.
9943 * bytecomp.el (byte-compile-find-vars-1): Treat interactive
9944 and save-window-excursion like condition-case.
9946 1990-04-08 Richard Stallman (rms@mole.ai.mit.edu)
9948 * bytecomp.el (byte-compile-file-form): Most forms pushed on `pending'.
9949 Those that are special print their output and first compile
9950 and print the contents of `pending'.
9951 (byte-compile-file):@end of file, compile and print `pending'.
9952 (byte-compile-pending): New function.
9954 * bytecomp.el (byte-compile-find-vars-1):
9955 Special case unwind-protect and save-window-excursion.
9957 1990-04-06 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9959 * mouse.el: Check consp of coordinates-in-window-p result.
9961 1990-04-06 Richard Stallman (rms@mole.ai.mit.edu)
9963 * bytecomp.el (byte-compile-file): Accumulate consecutive ordinary
9964 forms, put them together into lambdas, and call them.
9965 (byte-compile-file-form): With nil, do nothing fast.
9966 (byte-compile-lambda): Do nothing with trivial lambdas
9968 1990-04-05 Richard Stallman (rms@mole.ai.mit.edu)
9970 * rmailout.el (rmail-output-to-rmail-file): Set message counters
9971 before inserting in a file being visited.
9973 1990-04-05 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9975 * screen.el: Don't redefine ctl-x {p,n}, just ctl-x o.
9977 1990-04-05 Richard Stallman (rms@mole.ai.mit.edu)
9979 * startup.el (command-line-1): Always erase *scratch*, not current buf.
9981 1990-04-04 Joseph Arceneaux (jla@gnu.ai.mit.edu)
9983 * screen.el: Define keys ctl-x {o, n, p}. Make C-Z iconify
9985 (next-multiscreen-window):
9986 (previous-multiscreen-window): Include the minibuffer screen if
9987 the minibuffer is active.
9989 1990-04-03 Richard Stallman (rms@mole.ai.mit.edu)
9991 * fill.el (fill-individual-paragraphs): Check for mail header name
9992 only@beginning of line.
9994 1990-03-29 Richard Stallman (rms@mole.ai.mit.edu)
9996 * keypad.el: Define the `do' key.
9998 * dired.el (dired-diff): New command.
9999 (dired-mode-map): Put on `='.
10001 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
10003 * rmail.el (rmail-insert-rmail-file-header, rmail-convert-file):
10004 Put in "-*- rmail -*-".
10005 Rename rmail-mode to rmail-mode-2.
10006 (rmail-mode): New function.
10007 Move docstring and (interactive) from rmail-mode to rmail-mode-2.
10008 (rmail): Call rmail-mode-2 not rmail-mode.
10010 1990-03-27 Richard Stallman (rms@mole.ai.mit.edu)
10012 * etags.el (tags-loop-continue): Print message when find a match,
10013 if tags-loop-operate is nil.
10015 * c-mode.el (calculate-c-indent): Don't consider a line as a
10016 function definition line if it contains `='.
10018 * compile.el (compile-find-file): New function, to search a path.
10019 (compilation-parse-errors): Use it.
10020 (compilation-search-path): New user variable.
10022 1990-03-25 Richard Stallman (rms@mole.ai.mit.edu)
10024 * loaddefs.el: Add autoloads for ispell.el.
10025 * ispell.el: Doc fixes.
10026 Problem: key for ispell-next was already used by set-selective-display.
10027 Should we move that?
10029 1990-03-25 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10031 * x-mouse.el (x-select): Only pass one arg to x-own-selection.
10033 1990-03-23 Richard Stallman (rms@mole.ai.mit.edu)
10035 * fortran.el (fortran-electric-line-number):
10036 Make sure arg to self-insert-command is a number.
10038 1990-03-21 Richard Stallman (rms@mole.ai.mit.edu)
10040 * fortran.el (fortran-electric-line-number):
10041 Use self-insert-command for all insertion.
10043 1990-03-21 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10045 * startup.el (command-line): Load the window-system file if
10046 DISPLAY is set or -d was specified on the command line.
10048 1990-03-20 Richard Stallman (rms@mole.ai.mit.edu)
10050 * lpr.el (print-region-1): New arg PAGE-HEADERS.
10051 On system V, handle it by running pr.
10052 Use print-region-new-buffer to copy text to temp buffer.
10053 (all commands): Pass new arg; pass lpr-switches unchanged.
10054 (print-region-new-buffer): New function.
10056 1990-03-20 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10058 * term/x-win.el (x-pop-initial-window): Set mouse-motion-handler.
10060 1990-03-19 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10062 * sendmail.el (mail-send): Force deletion of auto-save files.
10063 (mail-do-fcc): Add closing paren.
10065 1990-03-17 Richard Stallman (rms@mole.ai.mit.edu)
10067 * bytecomp.el (byte-compile-file): Turn off print-length.
10069 1990-03-16 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10071 * simple.el (auto-fill-mode): Doc fix.
10073 1990-03-14 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10075 * term/x-win.el: Set suspend hook here, as well as put
10076 'iconify-emacs on C-Z.
10078 * screen.el: Check screenp of last-selected-screen in
10079 iconification functions.
10081 1990-03-14 David Lawrence (tale@pogo.ai.mit.edu)
10083 * c++-mode.el (c++-comment-region): New function.
10084 (c++-uncomment-region): New function.
10086 1990-03-11 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10088 * mouse.el (track-mouse): x-mouse-grabbed now mouse-grabbed.
10089 * x-mouse.el (dynamic-rect-selection): Ditto.
10091 1990-03-10 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10093 * x-mouse.el: Conditionalization of certain functions dependent
10094 on X version. Added mouse-key descriptions for X11.
10096 1990-03-09 Richard Stallman (rms@mole.ai.mit.edu)
10098 * man.el (nuke-nroff-bs): Allow period in middle of topic name.
10100 * simple.el (do-auto-fill): Handle auto-fill-inhibit-regexp.
10101 * outline.el (outline-mode): Set that from outline-regexp.
10103 1990-03-08 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10105 * screen.el (deiconify-function, multi-minibuffer-startup,
10106 attached-minibuffer-startup, detached-minibuffer-startup): Pass
10107 second parameter t to select-screen.
10109 1990-03-07 Richard Stallman (rms@mole.ai.mit.edu)
10111 * sendmail.el (mail-do-fcc): Temporarily unwiden
10113 1990-03-06 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10115 * screen.el (deiconify-function): Setq last-selected-screen nil.
10117 * array.el, blackbox.el, compile.el, diff.el, files.el, ftp.el:
10118 * gomoku.el, hanoi.el, informat.el, ispell.el, life.el, mailalias.el:
10119 * man.el, rmail.el, sendmail.el, terminal.el:
10120 * texinfmt.el: Renamed buffer-flush-undo to buffer-disable-undo.
10122 1990-03-04 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10124 * screen.el (get-screen): If the screen is not visible, make it
10127 1990-03-02 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10129 * term/x-win.el: Don't set suspend-hook any more.
10131 * screen.el: No more x-specific things, this is now entirely
10132 window system independent.
10133 (new-screen): Use new function:
10134 (new-screen-position): Determine position of new screen based on
10135 that of selected-screen.
10136 (pop-initial-screen): Set first-screen-user-positioned if user did
10137 so. Also decide on which screen style depending on either new
10138 variable `separate-minibuffer-screen' or minibuffer elt in
10139 window-system-switches.
10140 (detached-minibuffer-startup): Add screen colors to minibuffer
10141 alist if possible. Also make sure screen-default-alist has
10142 minibuffer element none, and correct name.
10144 1990-03-01 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10146 * term/x-win.el: Require 'screen as well in initial setup code.
10147 Don't set suspend hook; this will be something else.
10148 Removed redundant cursor-shape delcarations. The all begin with
10150 Added some more definitions to the function keys.
10151 Generally cleaned up this file.
10153 1990-03-01 David Lawrence (tale@pogo.ai.mit.edu)
10155 * subr.el (force-mode-line-update): New function.
10156 time.el (display-time-filter): Update modeline with above.
10158 * rmail.el (rmail-get-new-mail): Remove " Mail" from
10159 display-time-string if necessary.
10161 1990-02-28 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10163 * screen.el (iconify-function, iconify-emacs, deiconify-function):
10166 * files.el (save-some-buffers): Removed last parameter skip-list.
10167 Now this checks for buffer-local variable save-buffers-skip to
10168 determine whether or not to avoid asking to save the buffer.
10169 * rmail.el (rmail-mode): Removed skip-list stuff.
10170 (rmail-variables): make-local-variable save-buffers-skip.
10171 * compile.el (compile): Removed additional parameter to
10174 1990-02-26 David Lawrence (tale@pogo.ai.mit.edu)
10176 * time.el (display-time-hook): New hook run by display-time-filter.
10177 (display-time-filter): Run display-time-hook after setting
10178 display-time-string.
10179 (rmail-pop-up): Default display-time-hook to automatically retrieve
10180 new mail if the variable rmail-pop-up is non-nil.
10181 (add-clock-handler): Removed; superceded by timer.el.
10183 * loaddefs.el: Removed add-clock-handler.
10185 1990-02-25 David Lawrence (tale@pogo.ai.mit.edu)
10187 * c++-mode.el: New file.
10188 (point-bol): Removed this function.
10190 * loaddefs.el: Autoload C++-mode.
10191 (auto-mode-alist): c++-mode for .C and .cc files.
10193 1990-02-25 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10195 * lisp-mode.el (indent-sexp): Changed opoint to last-point. Very
10196 strange, I thought I'd already fixed this.
10198 * screen.el: New file.
10200 1990-02-24 David Lawrence (tale@pogo.ai.mit.edu)
10202 * loaddefs.el: Autoload for diff.
10204 * files.el (diff): Superceded by diff.el.
10205 (diff-switches-function): Still needs to be merged into diff.el.
10207 * diff.el: New file.
10208 Changes from the original include recognition of context diffs,
10209 rewrites of motion functions for more efficiency, and general
10212 1990-02-22 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10214 * isearch.el (isearch): After doing read-event, check numberp of
10217 * replace.el (perform-replace): Use read-event rather than
10218 read-char. Check that returned object is char before comparisons.
10220 1990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
10222 * files.el (file-newest-backup): Return either the name of an
10223 existing backup file or nil if none exists.
10225 * server.el (server-program): Renamed from "server" to "emacsserver".
10227 1990-02-20 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10229 * fill.el (fill-region-as-paragraph): Fixed regexp typo in call to
10232 1990-02-19 David Lawrence (tale@pogo.ai.mit.edu)
10234 * simple.el (kill-comment): Take better advantage of comment-end.
10236 1990-02-18 Richard Stallman (rms@mole.ai.mit.edu)
10238 * ispell.el: new file.
10240 1990-02-14 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10242 * calendar.el: Require cl.
10244 1990-02-13 David Lawrence (tale@wheat-chex)
10246 * files.el: Set default-directory of *Directory* to one displayed
10249 * compile.el: Added to compilation-error-regexp pattern for errors
10252 1990-02-13 Joseph Arceneaux (jla@gnu.ai.mit.edu)
10254 * files.el (save-some-buffers): New parameter skip-list of buffers
10256 New variable save-buffers-skip-list.
10257 * rmail.el (rmail-mode): Add the RMAIL buffer to the skip list.
10258 * compile.el (compile): Pass save-buffers-skip-list to
10261 1990-02-12 Richard Stallman (rms@mole.ai.mit.edu)
10263 * rmailsum.el (rmail-summary-by-regexp, rmail-message-regexp-p):
10266 1990-02-12 David Lawrence (tale@galapas)
10268 * tex-mode.el: require oshell until converted to comint.
10270 * loaddefs.el: point run-lisp autoload to new file inf-lisp.
10272 * shell.el: converted to comint. Relegated original to oshell.el.
10274 * inf-lisp.el: converted to comint.
10276 * comint.el: removed last vestiges of original history stuff.
10278 1990-02-07 David Lawrence (tale@galapas)
10280 * inf-lisp.el: inferior-lisp-program can be a list of the programme
10281 name and its arguments.
10283 1990-02-06 Ed Reingold (reingold@emr.cs.uiuc.edu)
10286 (french-calendar-leap-year-p): Rewritten with corrected rule.
10287 (calendar-absolute-from-french): Fixed comments.
10288 (calendar-french-from-absolute): Rewrote using calendar-sum.
10289 (cursor-to-french-calendar-date): Simplified and corrected spelling.
10291 1990-02-06 Richard Stallman (rms@mole.ai.mit.edu)
10293 * register.el (insert-register): Return nil.
10294 (jump-to-register): Likewise.
10296 * sort.el (sort-subr): Return nil.
10298 * simple.el (copy-region-as-kill): Return nil.
10300 * register.el (set-register): Return VALUE.
10302 1990-02-06 Joseph Arceneaux (jla@albert.ai.mit.edu)
10304 * term/x-win.el (x-pop-up-window): Die and leave disgusted message
10305 when we can't get our X-window up.
10307 1990-02-05 Richard Stallman (rms@mole.ai.mit.edu)
10309 * c-mode.el (calculate-c-indent): When distinguishing top level,
10310 check for doublequotes when checking for parens.
10312 1990-02-04 Richard Stallman (rms@mole.ai.mit.edu)
10314 * tex-mode.el (tex-show-print-queue): Restart shell like tex-file.
10316 1990-02-02 Richard Stallman (rms@mole.ai.mit.edu)
10318 * tex-mode.el (tex-bibtex-file, tex-file, tex-region):
10319 Restart the tex shell if process is gone or stopped.
10320 (tex-shell-running): New function.
10322 1990-02-01 Richard Stallman (rms@mole.ai.mit.edu)
10324 * texinfmt.el (batch-texinfo-format): Paren error on (setq error 1).
10326 1990-01-27 Ed Reingold (reingold@emr.cs.uiuc.edu)
10329 (scroll-calendar-left): Fixed so it works when the cursor is not
10330 positioned on a day.
10331 (cursor-to-calendar-day-of-year): Fixed so that "day" is properly
10332 pluralized, depending how many days remain in the year.
10333 (french-calendar-leap-year-p): New function.
10334 (french-calendar-last-day-of-month): New function.
10335 (calendar-absolute-from-french): New function.
10336 (calendar-french-from-absolute): New function.
10337 (cursor-to-french-calendar-date): New function.
10338 (calendar-mode-map): Put cursor-to-french-calendar-date on a key.
10339 (calendar-mode): Describe cursor-to-french-calendar-date.
10341 1990-01-31 Richard Stallman (rms@mole.ai.mit.edu)
10343 * yow.el: Provide 'yow.
10345 1990-01-25 Richard Stallman (rms@mole.ai.mit.edu)
10347 * lisp-mode.el: Indent prog2 specially.
10349 1990-01-24 Richard Stallman (rms@albert.ai.mit.edu)
10351 * compare-w.el (compare-windows): Handle compare-ignore-case.
10353 1990-01-19 David Lawrence (tale@cocoa-puffs)
10355 * dired.el: Removed restriction for -s, -i and -F switches to ls.
10357 * loaddefs.el: Removed above from dired-listing-switches doc string.
10359 * mh-e.el (c/o James Larus <larus@cs.wisc.edu>):
10360 Accepts message range specifications.
10361 Defaults sequence name to previous sequence name when reading.
10362 Made mode-line id user-setable.
10363 Changes from Gildea: documentation and a few typos.
10364 Added command to pipe message through shell command.
10365 Fixed refile twice failed after second one moved.
10366 Added changes from Gildea to speed-up mh-e.
10367 Won't reverse sequence lists.
10368 Allows arbitrary fields for pick.
10369 Packing folder now properly updates sequence list.
10370 Added previously missing %s in mh-redistribute.
10372 * timer.el: (new file) Adds run-at-time function with absolute
10373 or relative time spec to run a function with args.
10375 * loaddefs.el: autoload for run-at-time.
10377 1990-01-16 Richard Stallman (rms@mole.ai.mit.edu)
10379 * rfc822.el (rfc822-addresses): Barf, don't loop, on > in host name.
10381 1990-01-16 Ed Reingold (reingold@emr.cs.uiuc.edu)
10384 (insert-diary-entry): New function.
10385 (insert-weekly-diary-entry): New function.
10386 (insert-monthly-diary-entry): New function.
10387 (insert-yearly-diary-entry): New function.
10388 (insert-hebrew-diary-entry): New function.
10389 (insert-monthly-hebrew-diary-entry): New function.
10390 (insert-yearly-hebrew-diary-entry): New function.
10391 (insert-islamic-diary-entry): New function.
10392 (insert-monthly-islamic-diary-entry): New function.
10393 (insert-yearly-islamic-diary-entry): New function.
10395 * calendar.el: Autoload these functions.
10396 (calendar-mode-map): Put them on keys.
10397 (calendar-mode): Describe them.
10399 1990-01-11 Ed Reingold (reingold@emr.cs.uiuc.edu)
10402 (list-diary-entries): Deleted several lines of extraneous code
10403 and added `nongregorian-diary-listing-hook' to the list of hooks
10404 called@the end; this is for use in including Hebrew, Islamic,
10405 Julian, or ISO diary entries. A similar
10406 `nongregorian-diary-marking-hook' was added to the list of hooks
10407 called at the end of mark-diary-entries for the same reason.
10409 (diary-name-pattern): Fixed the documentation and added an optional
10410 parameter FULLNAME which insists on the full spelling of the name;
10411 this is also for use in marking Hebrew or Islamic diary entries
10412 (those month names are not unique in the first three characters).
10414 (mark-hebrew-diary-entries): New function.
10415 (list-hebrew-diary-entries): New function.
10416 (mark-hebrew-calendar-date-pattern): New function.
10417 (mark-islamic-diary-entries): New function.
10418 (list-islamic-diary-entries): New function.
10419 (mark-islamic-calendar-date-pattern): New function.
10421 (list-diary-entries): Added nongregorian-diary-listing-hook.
10422 (mark-diary-entries): Added nongregorian-diary-marking-hook.
10424 * calendar.el: Added documentation for the hooks described above.
10426 1990-01-10 Richard Stallman (rms@mole.ai.mit.edu)
10428 * isearch.el (isearch): Check adding * or | to regexp even if failing.
10430 * yow.el (yow): Don't be confused by percent in message.
10431 Use raw prefix arg as first argument; process it later.
10433 1990-01-08 Robert J. Chassell (bob@apple-gunkies.ai.mit.edu)
10435 * texnfo-upd.el (texinfo-update-node,
10436 texinfo-sequential-node-update): fixed auto-fill-hook bug.
10438 1990-01-08 Joseph Arceneaux (jla@spiff)
10440 * term/x-win.el (x-pop-up-window): Set global-minibuffer-screen.
10442 1990-01-08 Ed Reingold (reingold@emr.cs.uiuc.edu)
10444 * calendar.el (calendar-date-is-visible-p):
10445 Fixed so it does not switch to the calendar buffer.
10447 * diary.el (prepare-fancy-diary-buffer): Compute the list of
10448 holidays only once for each three-month period, not once for each date
10449 displayed in the calendar. This saves an enormous amount of time in
10450 the fancy diary display for multiple days.
10452 1990-01-07 Ed Reingold (reingold@emr.cs.uiuc.edu)
10454 * calendar.el: Fixed the value of list-diary-entries-hook.
10455 (regenerate-calendar-window): Changed (update-display) to (sit-for 0).
10456 Corrected several instances of "dairy" to "diary".
10457 (describe-calendar-mode): Added this function to issue the message
10458 "Preparing..." to `?' key in calendar-mode because it's so incredibly
10459 slow for describe-mode to prepare the help buffer.
10460 (calendar-holidays): Fixed the examples in the doc-string.
10462 * diary.el: Corrected several instances of "dairy" to "diary".
10464 1990-01-05 Joseph Arceneaux (jla@spiff)
10466 * term/x-win.el: Function key stuff redone.
10468 1990-01-04 Richard Stallman (rms@mole.ai.mit.edu)
10470 * tex-mode.el (tex-kill-job): Avoid error if no process.
10472 * bibtex.el (sun menus): Avoid error if defmenu not defined.
10474 * doctor.el: Delete spurious symbol@top level.
10476 1990-01-03 Richard Stallman (rms@mole.ai.mit.edu)
10478 * view.el (View-scroll-lines-forward):
10479 Exit@end only if view-scroll-forward-exits is non-nil.
10481 1989-12-29 Ed Reingold (reingold@emr.cs.uiuc.edu)
10483 * calendar.el (mark-diary-entries): Made "sticky" so effect continues
10484 whenever the calendar is redisplayed.
10485 (mark-calendar-holidays, calendar-unmark): Likewise.
10487 1989-12-26 Ed Reingold (reingold@emr.cs.uiuc.edu)
10489 * calendar.el: Fixed many minor bugs throughout the code. The major
10490 changes are as follows.
10491 Completely rewrote the Hebrew calendar functions to make them
10492 much faster and hence make holiday determination much faster
10494 Split the code into three files: the calendar stuff is in the
10495 main file, calendar.el; the diary stuff is in diary.el; the
10496 holiday stuff is in holiday.el.
10498 Added a diary hook example that shows how to get sorted diary
10499 entries in the fancy diary buffer.
10501 (calendar-iso-from-absolute): New function.
10502 (calendar-absolute-from-iso): New function.
10503 (cursor-to-iso-calendar-date): Added `D' calendar command to give
10504 the day number in the Gregorian year and number of days remaining.
10505 (mark-diary-entries): Made two-digit abbreviated years acceptable
10506 in diary entries. Changed possible diary entry styles: DAY
10507 entries are no longer available; European style is now an option.
10508 Diary entry styles are now controlled by a list of pseudo-patterns.
10509 (list-diary-entries): Made two-digit abbreviated years acceptable
10510 in diary entries. Changed possible diary entry styles: DAY
10511 entries are no longer available; European style is now an option.
10512 Diary entry styles are now controlled by a list of pseudo-patterns.
10513 (calendar-date-string): Display style of dates is now controlled by
10514 a pseudo-pattern so the European style is available.
10515 (all functions conatining the word `hebrew').
10516 (list-diary-entries, mark-diary-entries):
10517 (include-other-diary-files, mark-included-diary-files):
10518 Added the possibity of `shared diary files' with a recursive
10519 include mechanism like the C preprocessor
10520 (list-calendar-holidays): Eliminated the 'special class of holidays,
10521 rewriting the entire mechanism to make it more general.
10522 (calendar-holiday-function-float): Changed the 'float class of
10523 holidays so that negative values count backward from end of month: 5
10524 is no longer used for the last occurrence of a day in a month; -1 is
10527 1989-12-27 Richard Stallman (rms@mole.ai.mit.edu)
10529 * rmail.el (rmail): Handle MAIL environment var.
10531 1989-12-25 Richard Stallman (rms@mole.ai.mit.edu)
10533 * loaddefs.el (sentence-end): Allow single space@EOL.
10535 * etags.el: New name for tags.el.
10536 * loaddefs.el: Autoloads changed.
10538 * paths.el (manual-formatted-dirlist): New alternative for UMAX.
10540 * simple.el (next-complex-command): Fix err msg.
10542 1989-12-21 Richard Stallman (rms@mole.ai.mit.edu)
10544 * lisp-mode.el (indent-sexp): Exit outer loop if make no progress.
10546 1989-12-20 Richard Stallman (rms@mole.ai.mit.edu)
10548 * telnet.el (telnet-initial-filter): Make `password' local.
10550 1989-12-18 Richard Stallman (rms@mole.ai.mit.edu)
10552 * simple.el (edit-and-eval-command): Add new command to history.
10553 * chistory.el (repeat-matching-complex-command):
10554 Delete the useless history entry for this command.
10556 1989-12-17 David Lawrence (tale@cocoa-puffs)
10558 * (comint-)shell.el: Use comint. NOT ready yet.
10559 * (comint-)inf-lisp.el: Broke the inferior lisp code out to its
10560 own file and converted for comint use. NOT ready yet.
10562 1989-12-16 Richard Stallman (rms@mole.ai.mit.edu)
10564 * c-mode.el (indent-c-exp): Verify that comment start isn't in string.
10565 Reindent comment on starting line like other comments.
10567 * tex-mode.el (validate-tex-buffer): Use tex-validate-region,
10570 1989-12-15 Joseph Arceneaux (jla@spiff)
10572 * isearch.el: Replaced all occurences of read-char with
10573 read-event; and check return type.
10575 1989-12-15 Richard Stallman (rms@mole.ai.mit.edu)
10577 * appt.el: New file.
10579 * files.el (backup-buffer): Ask question (if nec) before writing file.
10581 1989-12-12 David Lawrence (tale@cocoa-puffs)
10583 * medit.el and simple.el: initial definition of keymaps uses
10584 copy-keymap, not copy-alist.
10586 1989-12-11 David Lawrence (tale@cocoa-puffs)
10588 * telnet.el: Converted to use comint. Removed
10589 delete-char-or-send-eof and telnet-copy-last-input. Added
10590 telnet-mode-hook. Modified telnet-filter to insert-before-markers
10591 at the process-mark.
10593 1989-12-10 David Lawrence (tale@cocoa-puffs)
10595 * prolog.el: Converted to use comint. Replaced copy-keymap for
10596 copy-alist of comint-mode-map.
10598 * kermit.el: Converted to use comint. Replaced
10599 kermit-clean-filter with a more efficient version.
10601 * comint.el: Added optional arguments ``terminator'' and
10602 ``delete'' to comint-send-input, for processes that want to see
10603 a CR or CR-LFD pair instead of LFD and for processes that do echoing.
10605 1989-12-08 David Lawrence (tale@cocoa-puffs)
10607 * history.el (new file): general history mechanism, primarily
10608 intended for interactive processes.
10610 * comint.el: converted to use history.el. Took out all the ring
10611 code. comint-send-input will replace entire input region rather
10612 than append to it (user option?). comint-kill-output will only
10613 nuke through the last newline, to retain prompt.
10614 comint-show-output will start window@line before output start,
10617 * dbx.el: Converted to use comint-mode.
10619 1989-12-06 David Lawrence (tale@wheat-chex)
10621 * comint.el: make-variable-buffer-local declarations moved from
10622 comint-mode to defvars.
10624 * gdb.el: Converted to use comint-mode.
10626 1989-12-05 David Lawrence (tale@wheat-chex)
10628 * comint.el (new file):
10629 Added FSF copyright.
10630 Moved bindings off of C-c LETTER.
10631 Cleaned up references to cmu* files.
10632 Made comint-send-input do unconditional end-of-line before processing.
10633 cominit-exec will signal an error if no programme name.
10634 Removed full-copy-sparse-keymap and comint-log-user.
10636 1989-12-04 Joseph Arceneaux (jla@spiff)
10638 * isearch.el: fset synonyms for re-search-*.
10640 1989-11-30 Joseph Arceneaux (jla@spiff)
10642 * c-mode.el (c-comment-indent): Place comments 2 spaces after
10645 1989-11-27 Joseph Arceneaux (jla@spiff)
10647 * shell.el (shell-complete-file-name): Don't count tildes as
10648 filename separators if they are in the filename to be expanded.
10650 1989-11-22 Joseph Arceneaux (jla@spiff)
10652 * mouse.el, x-mouse.el: Moved button definitions from mouse.el to
10653 x-mouse.el. They are defined differently depending upon the X
10656 1989-11-17 Joseph Arceneaux (jla@spiff)
10658 * paths.el: Changed rmail-file-name from const to a var.
10660 1989-11-16 Ed Reingold (reingold@cs.uiuc.edu)
10662 * tex-mode.el (slitex-mode):
10663 New alternative to plain-tex-mode and latex-mode.
10664 (tex-mode): Know when to choose slitex mode.
10665 (tex-run-command, latex-run-command, slitex-run-command): New vars.
10666 (tex-mode, latex-mode, slitex-mode): Init tex-command from them.
10667 (tex-latex-block): Insert matching begin-end pair for latex.
10668 (tex-close-block): Be smart about nested begin-end pairs.
10669 (tex-last-unended-begin): New subroutine.
10670 (tex-region): Handle buffers with no files.
10671 (tex-file): Cleaner error for buffer with no file.
10672 (tex-generate-zap-file-name): New name for tex-generate-junk-file-name.
10674 1989-11-16 Joseph Arceneaux (jla@spiff)
10676 * simple.el: New variable x-select-kill.
10677 (copy-region-as-kill): If non-nil, make the killed text an X
10680 * fill.el (justify-current-line, fill-region-as-paragraph):
10681 Consider : as sentence terminator.
10683 1989-11-14 Richard Stallman (rms@mole.ai.mit.edu)
10685 * bytecomp.el (byte-compile-file): Copy .el permissions to .elc.
10686 Delete .elc if possible before writing.
10688 1989-11-09 Joseph Arceneaux (jla@spiff)
10690 * x-mouse.el (x-select-wipe): New function.
10691 Bind the selection functions to the default keys.
10693 1989-11-08 Richard Stallman (rms@mole.ai.mit.edu)
10695 * tex-mode.el (tex-bibtex-file): New command.
10696 (tex-mode-map): Put on a key.
10698 * debug.el (debug): No need to check match-data for invalid markers.
10700 1989-11-08 Joseph Arceneaux (jla@spiff)
10702 * paths.el (mh-progs, mh-lib): Use file-directory-p, and check
10703 /usr/local/bin as well.
10705 1989-11-06 Richard Stallman (rms@mole.ai.mit.edu)
10707 * tex-mode.el (tex-print, tex-view): Run the command asynchronously.
10708 Eliminate tex-after-print-hook.
10710 1989-11-05 Richard Stallman (rms@mole.ai.mit.edu)
10712 * tex-mode.el (tex-region): Delete tex output files directly, not
10713 with rm. Use tex-generate-junk-file-name to make tex-out-file.
10714 (tex-generate-junk-file-name): New function.
10715 (tex-strip-dots): New name for TeX-strip-dots.
10716 (tex-append): New name for tex-append-dvi. Suffix is now argument.
10717 (tex-view): New function.
10718 (tex-dvi-view-command): New variable.
10720 * files.el (make-auto-save-file-name): For non-file buffer,
10721 use Emacs pid and buffer name.
10723 1989-10-31 Richard Stallman (rms@mole.ai.mit.edu)
10725 * files.el (hack-local-variables): save-excursion around the eval.
10727 1989-10-30 Richard Stallman (rms@mole.ai.mit.edu)
10729 * tex-mode.el (tex-region): Replace `.' in host name with `-'.
10730 Eliminate extra / in arg when running TeX.
10731 (TeX-strip-dots): New subroutine.
10733 1989-10-29 Richard Stallman (rms@mole.ai.mit.edu)
10735 * tex-mode.el (tex-region): Run TeX in dir the source file is in.
10737 1989-10-27 Richard Stallman (rms@mole.ai.mit.edu)
10739 * tex-mode.el (tex-region): Use shell pid and host name in zap file.
10740 (TeX-expand-files): New fn, not yet used.
10742 * startup.el (command-line): Error if foo-win library not found.
10744 1989-10-26 Joseph Arceneaux (jla@spiff)
10746 * dired.el (dired-first-filename): New function, move to first
10748 (dired-noselect): Use it to position point@first file when
10751 1989-10-25 Richard Stallman (rms@mole.ai.mit.edu)
10753 * simple.el (count-lines, goto-lines): ^M is line sep for outline md.
10755 1989-10-24 Richard Stallman (rms@mole.ai.mit.edu)
10757 * rmail.el (rmail-make-in-reply-to-field): Avoid bare singlequote.
10759 1989-10-21 Richard Stallman (rms@mole.ai.mit.edu)
10761 * replace.el (perform-replace): Always find null string@eob.
10763 1989-10-14 Richard Stallman (rms@mole.ai.mit.edu)
10765 * startup.el (command-line-1): If > 2 files visited, do buffer-menu.
10767 * texinfo.el (texinfo-mode): Set words-include-escapes to t.
10769 * tex-mode.el (tex-start-shell): Run tex-shell-hook.
10771 1989-10-12 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
10773 * x-mouse.el (x-paste-text): push-mark before inserting text.
10774 (x-insert-selection):
10775 (x-select): Moved these functions over from the file:
10778 1989-10-12 Richard Stallman (rms@mole.ai.mit.edu)
10780 * simple.el (kill-ring-save): New command for M-w.
10781 Shows other end of region momentarily.
10783 * register.el (jump-to-register): New name for register-to-point.
10784 Old name remains as alias.
10786 * simple.el (end-of-buffer): Scroll to put point near screen bottom.
10788 1989-10-11 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
10790 * compile.el (grep): Don't save buffers for grep.
10792 1989-10-10 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
10794 * files.el (recover-file): Prompt with current buffer's filename.
10796 1989-10-09 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
10798 * term/x-win.el (x-pop-up-window): If color screen, start out
10799 with some default colors.
10801 1989-10-08 Richard Stallman (rms@mole.ai.mit.edu)
10803 * rnewspost.el (news-mail-reply, news-reply, news-post-news):
10804 Include newline before the blank line, when narrowing.
10806 1989-10-04 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
10808 * mouse.el (mouse-double-down, mouse-double-up):
10809 New functions for double-clicking.
10811 1989-10-03 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
10813 * x-mouse.el (x-insert-selecton, x-select): New functions:
10815 * mouse.el: New [experimental] functions:
10816 (mouse-motion, track-mouse, mouse-select-buffer-line)
10817 (mouse-boxing, mouse-erase-box, incr-scroll-down)
10818 (incr-scroll-up, incremental-scroll, incr-scroll-stop)
10819 (mouse-kill-rectangle, mouse-open-rectangle, mouse-multiple-insert)
10822 1989-10-01 Richard Stallman (rms@mole.ai.mit.edu)
10824 * rmailout.el (rmail-output): Check for an RMAIL file, and get error.
10826 1989-09-30 Robert J. Chassell (bob@rice-chex)
10828 * texnfo-upd.el (texinfo-copy-menu): Don't enter infinite loop
10829 when copying a multi-line description@the end of a menu.
10831 1989-09-28 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
10833 * mouse.el: New function mouse-line-length. New constants for
10836 1989-09-27 Richard Stallman (rms@mole.ai.mit.edu)
10838 * c-mode.el (calculate-c-indent): Don't treat function-name line
10839 as continuation, because its previous line's indent is zero.
10841 * sendmail.el (mail-do-fcc): No blank line before iff file is new.
10843 1989-09-25 Robert J. Chassell (bob@apple-gunkies.ai.mit.edu)
10845 * renamed texinfo-update.el to texnfo-upd.el and updated `provide'
10847 * texinfo.el: updated `require' to reflect new name for texnfo-upd
10849 1989-09-23 Robert J. Chassell (bob@rice-chex)
10851 * texinfo.el: Moved functions to update nodes and menus to
10854 * texinfo.el, texinfo-update.el: Added `require' and `provide'.
10856 * texinfo.el: Added keybindings to insert frquently used @-commands.
10858 Added keybindings for `texinfo-format-buffer',
10859 `texinfo-update-node', `texinfo-every-node-update',
10860 `texinfo-make-menu', and `texinfo-all-menus-update'.
10862 * texinfo-update.el (texinfo-sequential-node-update): now updates
10863 node in which point is located so pointer are to next and
10864 previous node regardless of hierarchy. Non-nil argument
10865 (prefix, if interactive) means update nodes in region.
10867 (texinfo-every-node-update): updates every node in a Texinfo
10870 (texinfo-all-menus-update): updates all the regular menus in a
10873 (texinfo-indent-menu-description,
10874 texinfo-menu-indent-description): Indent every description in
10875 menu following point to specified column. Non-nil argument
10876 (prefix, if interactive) means indent every description in every
10877 menu in the region. Does not indent second and subsequent lines
10878 of a multi-line description.
10880 (texinfo-insert-menu, texinfo-column-for-description): starts a
10881 menu description@column specified by variable
10882 `texinfo-column-for-description'.
10884 (texinfo-find-pointer, texinfo-insert-pointer): find and inserts
10885 higher level pointer as `Previous' pointer if there is no
10886 previous node@the same level.
10888 (texinfo-menu-copy-old-description): now copies `@' commands in
10892 1989-09-22 Richard Stallman (rms@mole.ai.mit.edu)
10894 * simple.el (previous-complex-command): If not already inside
10895 repeat-complex-command, enter it.
10896 (repeat-complex-command): Bind repeat-complex-command-flat to t.
10898 * prolog.el (prolog-comment-indent): Don't insist on 1 space
10901 1989-09-21 Richard Stallman (rms@mole.ai.mit.edu)
10903 * gdb.el (gdb-break): Go to line beg before counting lines.
10905 1989-09-21 Joseph Arceneaux (jla@susie)
10907 * term/x-win.el: Added cursor-shape list, removed x-defined-colors
10910 1989-09-21 Richard Stallman (rms@mole.ai.mit.edu)
10912 * simple.el (shell-command-on-region): If output is 1 line,
10913 display it in echo area.
10915 1989-09-19 Richard Stallman (rms@mole.ai.mit.edu)
10917 * files.el (not-modified): With arg, mark buffer as modified.
10919 * c-mode.el (indent-c-exp): Support do-while.
10921 1989-09-18 Richard Stallman (rms@mole.ai.mit.edu)
10923 * info.el (Info-mode, Info-edit-mode): Put on 'mode-class 'special.
10925 * c-mode.el (c-indent-line): Special for line starting in `while'
10926 to detect a do-while statement.
10927 (c-backward-to-start-of-do): New subroutine.
10929 1989-09-17 Richard Stallman (rms@mole.ai.mit.edu)
10931 * cl.el (safe-idiv): Avoid overflow calculating sign of quotient.
10933 1989-09-16 Richard Stallman (rms@mole.ai.mit.edu)
10935 * c-mode.el (calculate-c-indent): A line starting in `}'
10936 is not considered a continuation.
10938 * sendmail.el (sendmail-send-it): Don't let user specify `Sender'.
10939 Insert a `Sender' if From is specified and doesn't match login name.
10941 1989-09-15 Joseph Arceneaux (jla@spiff)
10943 * term/x-win.el: Removed function x-color-screen-p
10944 (now in xfns.c). New variables x-colors, x-display-defined colors.
10947 1989-09-14 Richard Stallman (rms@mole.ai.mit.edu)
10949 * startup.el (command-line): Rename local var for name of user
10950 to `init-file-user'. Advertise that for use in the init file.
10952 1989-09-11 Robert J. Chassell (bob@apple-gunkies.ai.mit.edu)
10954 * texinfo.el (texinfo-update-node, texinfo-make-menu,
10955 texinfo-master-menu, texinfo-sequential-node-update): Added
10956 functions to insert or update the next, previous, and up node
10957 pointers in a Texinfo file, or alternatively to insert node
10958 pointers as a depth-first traversal---sequentially through the
10959 file, each pointing to the next node regardless of its
10960 hierarchical level, and to create or update a menu or menus
10961 (preserving pre-existing descriptions, if any), to create a master
10962 menu for a Texinfo file accordng to the Manual recommendation.
10964 1989-09-11 Richard Stallman (rms@mole.ai.mit.edu)
10966 * sun-fns.c, term/sun.el:
10967 Rename prev-complex-command to select-previous...
10969 1989-09-10 Joseph Arceneaux (jla@spiff)
10971 * files.el (find-file-noselect): Indicate if file is a soft link
10972 to some file already present.
10974 1989-09-07 Richard Stallman (rms@mole.ai.mit.edu)
10976 * rmailmsc.el (set-rmail-inbox-list): Doc fix.
10978 1989-09-01 Richard Stallman (rms@mole.ai.mit.edu)
10980 * files.el (basic-save-buffer): On VMS, remove version number from
10981 visited file name before saving, and rename buffer.
10983 1989-08-31 Joseph Arceneaux (jla@spiff)
10985 * term/Old/wyse.el: New terminal configuration file.
10987 1989-08-30 Richard Stallman (rms@mole.ai.mit.edu)
10989 * rmail.el: `e' is now edit; only `x' for expunge.
10991 * term/x-win.el: Fix error message.
10993 * dired.el (dired-repeat-over-lines): FUNCTION returns t if it
10994 deleted the line. All callers changed to make it return nil.
10995 (dired-move-file, dired-create-directory): New functions.
10997 1989-08-29 Joseph Arceneaux (jla@spiff)
11000 * bytecomp.el: Call read-file-name instead of new-read-file-name,
11001 since the latter subr has been renamed the former.
11003 1989-08-23 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
11005 * startup.el (command-line-1): Update year in startup message.
11007 1989-08-23 Joseph Arceneaux (jla@spiff)
11009 * term/x-win.el: Open the X connection when this file is loaded;
11010 don't wait for pop-up-window.
11012 1989-08-22 Joseph Arceneaux (jla@spiff)
11014 * term/x-win.el: Changed the documentation of `x-switches'.
11016 1989-08-21 Joseph Arceneaux (jla@spiff)
11018 * term/x-win.el: Rewrote the code for handling command line args,
11019 including x-handle-switch.
11021 1989-08-19 Joseph Arceneaux (jla@spiff)
11023 * term/x-win.el: Changed iconic type option string from "-i" to
11024 "-ib". Also normalized the options to the X toolkit standard.
11026 1989-08-15 Richard Stallman (rms@hobbes.ai.mit.edu)
11028 * files.el (basic-save-buffer): For precious file, don't delete
11029 renamed old version if rename failed.
11031 * files.el (backup-buffer): Don't delete old backup,
11032 since rename-file should do it.
11034 * c-mode.el (electric-c-terminator): Recognize labels with _ or $.
11036 1989-08-15 Joseph Arceneaux (jla@spiff)
11038 * replace.el (occur): Optionally search whole buffer, controlled
11039 by new variable occur-whole-buffer.
11041 1989-08-15 Roland McGrath (roland@apple-gunkies.ai.mit.edu)
11043 * add-log.el (prompt-for-change-log-name): New macro to prompt for
11044 a change log file name.
11045 (add-change-log-entry): Use it.
11046 (add-change-log-entry-other-window): Take an arg, the file name of
11047 the change log. If interactive: if given a prefix arg, prompt for
11048 the file name; if use default-directory.
11050 1989-08-14 Richard Stallman (rms@hobbes.ai.mit.edu)
11052 * man.el (nuke-nroff-bs): Assume footers are what precede headers.
11053 Delete fixed number of lines around each header, so that significant
11054 blank lines next to these are preserved.
11056 1989-08-13 Richard Stallman (rms@hobbes.ai.mit.edu)
11058 * c-mode.el (indent-c-exp): Remove indentation from blank lines.
11059 When trying to move up to init contain-stack, don't go past
11060 start of function. If no containing open is found thus,
11061 set opoint to prev. function-start, so calculate-c-indent wins.
11063 1989-08-12 Richard Stallman (rms@hobbes.ai.mit.edu)
11065 * rmailsum.el (rmail-new-summary): Use other-window-scroll-buffer
11066 to make scroll commands do the right thing. Make it local.
11068 1989-08-11 Richard Stallman (rms@hobbes.ai.mit.edu)
11070 * telnet.el (telnet-filter): Don't move point if was not@end.
11071 Eliminate ^M entirely.
11073 * tex-mode.el (tex-mode-syntax-table): Give \ the syntax code /.
11075 1989-08-06 Richard Stallman (rms@mole.ai.mit.edu)
11077 * sendmail.el (mail-text): New command, on C-c C-t.
11079 1989-08-05 Richard Stallman (rms@mole.ai.mit.edu)
11081 * rnewspost.el (news-setup): ACTIONS arg to mail-setup was missing.
11083 1989-08-04 Richard Stallman (rms@mole.ai.mit.edu)
11085 * hideif.el (hif-factor): Typo in error message.
11087 1989-08-03 Richard Stallman (rms@mole.ai.mit.edu)
11089 * sort.el, loaddefs.el: Doc fixed.
11091 1989-08-02 Richard Stallman (rms@mole)
11093 * cl.el (floor): Fix bug in last cond clause, (floor -10 2).
11095 * backquote.el (`): Upgrade doc string.
11097 1989-07-31 Richard Stallman (rms@mole.ai.mit.edu)
11099 * rmail.el (rmail): If existing buffer is empty, treat it as new.
11101 * abbrev.el (expand-region-abbrevs): Mention abbrev when querying.
11102 Test for abbrev definition without modifying buffer.
11103 No need to compare start with end, since (interactive "r") does it.
11104 Arrange for prefix arg as NOQUERY arg.
11105 (add-abbrev): Prompt differently if undefining an abbrev.
11106 (write-abbrev-file): Better default file name.
11107 (read-abbrev-file, quietly-read-abbrev-file): Make FILE arg optional.
11109 1989-07-25 Joseph Arceneaux (jla@spiff)
11111 * files.el (write-file): If no file is associated with the current
11112 buffer, prompt with the buffer name.
11114 1989-07-20 Richard Stallman (rms@mole.ai.mit.edu)
11116 * info.el (Info-follow-reference): Handle newline and indentation
11117 immediately after *note.
11119 1989-07-19 Joseph Arceneaux (jla@spiff)
11121 * keypad.el: Removed unused symbols, changed commentary.
11122 * term/x-win.el: Added mapping from emacs key symbols to strings
11124 (x-keypad-setup): Provide use of the function and keypad keys,
11125 using the standard keyboard files of /term/*
11126 * term/news.el: New file for the Sony keyboard. This now works
11127 with both keypad.el and x-win.el. The other terminal files are
11130 1989-07-14 Joseph Arceneaux (jla@spiff)
11132 * gdb.el (gdb): Use "interactive f" instead of "F".
11134 1989-07-13 Joseph Arceneaux (jla@spiff)
11136 * outline.el (outline-flag-region): Don't pass optional last arg
11137 `t' to subst-char-in-region.
11139 1989-07-12 Joseph Arceneaux (jla@spiff)
11141 * lisp.el (insert-parentheses) Changed conditions for pre- and
11142 post- insertion of blanks.
11144 * bytecomp.el (byte-compile-file): If current buffer is in
11145 emacs-lisp mode, prompt with buffer's file name as default.
11147 1989-07-07 Joseph Arceneaux (jla@spiff)
11149 * files.el (basic-save-buffer) When querying for a final newline,
11150 use y-or-n-p instead of yes-or-no-p.
11152 1989-07-06 Joseph Arceneaux (jla@galapas.ai.mit.edu)
11154 * files.el: (find-alternate-file): Use new function
11155 new-read-file-name. This name is temporary. Also don't
11156 substitute `~' for homedir; new-read-file-name does this.
11158 1989-07-04 Richard Stallman (rms@mole.ai.mit.edu)
11160 * mailalias.el (build-mail-aliases): Accept `group' as synonym.
11162 * nroff-mode.el (electric-nroff-mode): Arg now optional.
11164 * man.el (insert-man-file): Handle HP's directories with .Z in
11167 1989-06-27 Joseph Arceneaux (jla@mole.ai.mit.edu)
11169 * term/x-win.el (x-new-window) New function.
11171 1989-06-25 Richard Stallman (rms@mole.ai.mit.edu)
11173 * ledit.el (ledit-zap-file, etc.): Use user-login-name.
11174 * medit.el (medit-zap-file): Likewise.
11176 * subr.el (user-original-login-name): New function.
11177 * rmail.el (rmail, rmail-insert-inbox-text): Use that.
11178 * mail-utils.el (rmail-dont-reply-to): Use that.
11180 1989-06-24 Richard Stallman (rms@mole.ai.mit.edu)
11182 * compile.el: Doc fix.
11184 1989-06-23 Joseph Arceneaux (jla@all-bran.ai.mit.edu)
11186 * term/x-win.el (x-pop-up-window) Run hook x-pop-up-window-hook.
11187 (x-color-screen-p) New macro; used to be C function.
11189 1989-06-22 Richard Stallman (rms@mole.ai.mit.edu)
11191 * time.el (add-clock-handler): Call specified function each minute.
11192 * loaddefs.el: Autoload it.
11194 * subr.el: Doc fix.
11196 1989-06-22 Joseph Arceneaux (jla@gracilis.ai.mit.edu)
11198 * rmail.el: Fixed missing declares of rmail-inbox-list and
11200 * sendmail.el: Fixed missing declares of mail-reply-buffer and
11203 1989-06-21 Richard Stallman (rms@mole.ai.mit.edu)
11205 * sendmail.el (mail-recover): New command.
11207 1989-06-20 Richard Stallman (rms@mole.ai.mit.edu)
11209 * sendmail.el (mail-signature): Delete excess blank lines;
11210 put one blank line and one line of `--' before signature.
11212 * sort.el (sort-subr): Make sure markers@end of text
11214 (calls to sort-subr): Put save-excursion around save-restriction.
11215 Now all these commands preserve region around sorted text.
11217 1989-06-19 Richard Stallman (rms@mole.ai.mit.edu)
11219 * rnewspost.el (news-reply-yank-original): Break out insertion
11220 of header line into a hook, news-reply-header-hook.
11221 Recommended by Barry Warsaw.
11223 1989-06-19 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
11225 * files.el (find-alternate-file): Check that file <buffer name> is
11228 1989-06-18 Richard Stallman (rms@mole.ai.mit.edu)
11230 * sendmail.el (mail-mode): Make mail-signature-inserted local.
11231 (mail-setup): Set it to nil.
11232 (mail-signature): Set it to t.
11233 (mail-mode-map): Don't put that on a key.
11234 (mail-send): Call mail-signature if .signature exists and not
11237 * texinfmt.el (texinfo-format-node):
11238 Add properly to texinfo-node-names.
11240 1989-06-16 Richard Stallman (rms@mole.ai.mit.edu)
11242 * texinfmt.el: Doc fix.
11244 1989-06-15 Richard Stallman (rms@mole.ai.mit.edu)
11246 * c-mode.el (electric-c-terminator, c-indent-line):
11247 (calculate-c-indent, indent-c-exp): Recognize `case' more generally.
11249 * c-mode.el (c-indent-command): With arg, find a sexp split over lines.
11251 * c-mode.el (indent-c-exp): Typo in local name innerloop-done.
11252 Declare last-depth.
11253 Use OPOINT by default as arg to calculate-c-indent.
11254 * lisp-mode.el (indent-sexp): Likewise.
11256 * dired.el (dired-readin): Detect non-existent directories.
11258 1989-06-08 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
11261 (new-screen): Added this function, which is the default
11262 auto-screen function. It uses new variables new-screen-x-delta
11263 and new-screen-y-delta.
11264 (next-multiscreen-window, previous-multiscreen-window):
11265 These new functions step through all windows, jumping screens when
11268 1989-06-08 Richard Stallman (rms@mole.ai.mit.edu)
11270 * spell.el (spell-region): Downcase misspelled word.
11272 1989-06-06 Richard Stallman (rms@mole.ai.mit.edu)
11274 * chistory.el (list-command-history): Go to history buffer
11275 before examining its text.
11277 * subr.el (suppress-keymap): Store using define-key
11278 so that sparse keymaps work.
11280 1989-06-04 Richard Stallman (rms@mole.ai.mit.edu)
11282 * time.el (display-time-filter): Preserve the match data.
11284 1989-06-02 Richard Stallman (rms@mole.ai.mit.edu)
11286 * rmail.el (rmail-convert-to-babyl-format): Generalize time zone fmt.
11287 (rmail-nuke-pinhead-header): Likewise.
11289 * cmacexp.el (c-macro-expand): Terminate string or comment after
11290 last macro in the file.
11292 * bib-mode.el: New file.
11294 * sendmail.el (mail-mode-syntax-table): Seperate syntax table
11295 for mail mode. Makes % a separator.
11297 1989-05-31 Richard Stallman (rms@mole.ai.mit.edu)
11299 * cmacexp.el (c-macro-expand): Handle \-continuation of macros.
11301 * fill.el (fill-region-as-paragraph): Don't leave space@end of line.
11303 1989-05-30 Richard Stallman (rms@mole.ai.mit.edu)
11305 * replace.el (perform-replace): Fix typo.
11307 * shell.el (make-shell): Don't call shell-mode if already in that mode.
11309 * compile.el (next-error): Widen if necessary.
11311 1989-05-27 Richard Stallman (rms@mole.ai.mit.edu)
11313 * hexl.el: New file.
11315 1989-05-25 Richard Stallman (rms@mole.ai.mit.edu)
11317 * c-mode.el (c-indent-region): Make marker before indenting first line.
11318 (indent-c-exp): Find preceding open paren or open brace to initialize
11319 contain-stack, if have endpos.
11320 Don't treat next-depth = 0 as special if have endpos.
11321 Don't use next-depth as exit criterion if have endpos.
11323 1989-05-24 Richard Stallman (rms@mole.ai.mit.edu)
11325 * simple.el (do-auto-fill): Keep splitting until short line or give up.
11327 1989-05-23 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
11329 * rmailsum.el: Added C-d (rmail-summarey-delete-backward) to
11330 rmail-summary-mode-map.
11332 1989-05-22 Richard Stallman (rms@mole.ai.mit.edu)
11334 * dired.el (dired-chown): Put file name in a variable.
11336 1989-05-21 Richard Stallman (rms@mole.ai.mit.edu)
11338 * compile.el (compile-command): Add SPC@end of value.
11340 * simple.el (shell-command): If COMMAND ends in &, do it asynch.
11342 * apropos.el (apropos-match-keys): Ignore atoms in an alist.
11343 Ignore menu prompts in key bindings.
11345 * cl.el (defsetf): Put quotes into expansion where needed.
11347 * apropos.el (apropos): Call apropos-internal to get list of syms.
11349 * cl.el (isqrt): More accurate termination condition.
11350 Fewer special cases needed.
11352 * sendmail.el (mail-send): Ignore errors in mail-send-actions.
11354 1989-05-20 Richard Stallman (rms@mole.ai.mit.edu)
11356 * simple.el (insert-buffer): Default to (other-buffer).
11358 1989-05-18 Richard Stallman (rms@mole.ai.mit.edu)
11360 * isearch.el (isearch): Bug in previous change: was assuming regexp.
11362 1989-05-17 Kyle Jones (kjones@talos.uucp)
11364 * saveconf.el: Changed copying permissions and warranty
11365 disclaimer to those of the GNU General Public License
11367 * saveconf.el: Added usage instructions at the top of file.
11369 * saveconf.el (recover-context): Returns t if recover succeeds.
11371 1989-05-17 Richard Stallman (rms@mole.ai.mit.edu)
11373 * rmail.el (rmail-nuke-pinhead-header): Accept space before
11374 numeric time zone in From line.
11376 * sendmail.el (mail): Use multiple mail buffers. Reuse an
11377 unmodified one or make a new one. With arg, find a modified one.
11378 If have auto-save file, suggest M-x recover.
11380 * rmailout.el (rmail-output-to-rmail-file): Adjust narrowing@call to
11381 rmail-count-new-messages, for changes therein.
11383 1989-05-16 Chris Hanson (cph@kleph)
11385 * scheme.el: change syntax table entries to use new "p" bit.
11387 1989-05-15 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
11389 * tags.el (next-file): fixed typo: " *next-file*" --> "*next-file*"
11391 1989-05-14 Richard Stallman (rms@mole.ai.mit.edu)
11393 * files.el (set-visited-file-name): Don't rename autosave file.
11394 This avoids losing it when you do C-x C-w.
11396 1989-05-13 Richard Stallman (rms@mole.ai.mit.edu)
11398 * chistory.el (command-history-map): Share with shared-lisp-mode-map.
11400 1989-05-12 Richard Stallman (rms@mole.ai.mit.edu)
11402 * debug.el (debug): Use search to find extraneous part of backtrace.
11403 Works even interpreted.
11404 (debug-convert-byte-code): New function:
11405 convert byte-code object to a lambda-exp.
11406 (debug-on-entry, debugger-reenable): Call that function.
11408 * rmail.el (rmail-set-message-counters-counter): Change in search
11409 caused pointers to wrong place in message.
11411 * c-mode.el (c-indent-region): Pass marker to indent-c-exp.
11412 * lisp-mode.el (lisp-indent-region): Likewise.
11414 1989-05-12 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
11416 * term/x-win.el (x-set-display-name): Now works; correctly gets
11417 display name and removes those options from `command-line-args-left'.
11418 Renamed some of the options to be consistent with standard X
11420 Added "-iconic" option for iconic startup; created variable
11421 `x-iconic-startup' and function `x-set-iconic-startup'
11422 (x-pop-up-window): initialize x-display-name first, then call
11425 1989-05-11 Richard Stallman (rms@mole.ai.mit.edu)
11427 * loaddefs.el (completion-ignored-extensions): Add .sbin.
11429 * c-mode.el (c-fill-paragraph): Recognize first line of comment.
11430 Move to second line to get fill prefix.
11431 On one-line comment, pick reasonable prefix.
11432 Don't strand comment ender on separate line.
11434 1989-05-10 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu)
11436 * term/x-win.el (x-handle-numeric-switch) Just like
11437 x-handle-switch, but converts argument to int (e.g., "-b 4").
11439 1989-05-10 Richard Stallman (rms@mole.ai.mit.edu)
11441 * man.el (manual-entry): Make buffer read only.
11443 1989-05-08 Richard Stallman (rms@mole.ai.mit.edu)
11445 * startup.el (command-line-1): Split paragraph in startup message.
11447 * simple.el (append-next-kill): Print a message.
11449 * startup.el (command-line-1): Except for first file, find in
11452 * isearch.el (isearch): Don't move cursor for c-w, c-y in reverse.
11453 Allow longer match@point in non-regexp reverse search as in regexp.
11455 * startup.el (command-line): Give details on error in init file.
11457 * fill.el (fill-region-as-paragraph): Insert NL before delete space.
11459 1989-05-08 Joseph Arceneaux (jla@rice-chex.ai.mit.edu)
11461 * x-mouse.el (x-cut-text): sit-for 1 when warping mouse to mark.
11462 Also removed code dupicated by mouse.el
11463 (x-trace-mouse): debugging function which prints out mouse events
11465 (x-paste-text): Don't set point before inserting cut text; too
11466 confusing and incompatible with xterm.
11468 * mouse.el (mouse-scroll, mouse-del-char, mouse-kill-line,
11469 narrow-window-to-region, mouse-window-to-region): Added these
11472 1989-05-08 Richard Stallman (rms@mole.ai.mit.edu)
11474 * info.el (Info-find-node): Fix confusion testing file existence.
11476 * files.el (basic-save-buffer): Mention file name in "save anyway".
11478 1989-05-08 Richard Stallman (rms@mole.ai.mit.edu)
11480 * lisp-mode.el (lisp-indent-line, lisp-comment-indent): Use \\s<
11481 to recognize comment-start characters.
11482 (indent-sexp): likewise.
11483 * lisp.el (end-of-defun): likewise.
11485 1989-05-07 Richard Stallman (rms@mole.ai.mit.edu)
11487 * underline.el (ununderline-region): Handle pre- or -post underline.
11489 * rmail.el (rmail-search): Fix failure message.
11491 * paths.el (Info-directory-list): Replaces Info-directory.
11492 * info.el (Info-find-node): Search that directory list.
11494 * c-mode.el (electric-c-sharp-sign): Auto-align #@column 0.
11496 * rmail.el (rmail-parse-file-inboxes, rmail-get-new-mail):
11497 Require newline before ^_ when searching. More reliable.
11498 (rmail-count-new-messages, rmail-set-message-counters): Likewise.
11499 (rmail-set-message-counters-counter): Likewise.
11500 * rmailout.el (rmail-output-to-rmail-file): Likewise.
11502 * info.el (info-follow-reference): Provide default: ref point is in.
11504 * page.el (what-page): Reckon from beginning of line.
11506 * blackbox.el: Doc fix.
11507 (bb-done): Improve messages.
11509 * replace.el (perform-replace): Keep stack of previous pos for ^.
11511 * info.el: Doc fix.
11513 * simple.el: Doc fix.
11515 1989-05-05 Richard Stallman (rms@mole.ai.mit.edu)
11517 * view.el (view-mode): Save and set major-mode like mode-name.
11518 (view-exit): Restore it.
11519 (view-helpful-message): Update for new exit command.
11521 * tags.el (tags-loop-continue): Just set-buffer if not permanent.
11523 * tags.el (visit-tags-table-buffer): Clean up if file invalid.
11525 * apropos.el: New file. Apropos now defined here.
11526 * loaddefs.el: Autoload it.
11528 * help.el: Doc fix.
11530 * sort.el: Doc fix.
11532 * bytecomp.el (byte-compile-lambda): Return a byte-code object.
11533 (byte-compile-file-form): Return an fset form which constructs
11534 such a byte-code object and installs it.
11535 (byte-compile-defun, byte-compile-macro): Likewise.
11536 (byte-compile-function-form): Translate to a make-byte-code form.
11537 (byte-compile-file): Find and fix doc strings in fset forms.
11539 * loaddefs.el (completion-ignored-extensions): Add .fmt.
11541 1989-05-04 Richard Stallman (rms@mole.ai.mit.edu)
11543 * blackbox.el (bb-init-board): Use (random 8) to get # in [0,7].
11544 * dissociate.el: Likewise.
11545 * fill.el (justify-current-line): Likewise.
11546 * flame.el (define-element, psychoanalize-flamer): Likewise.
11547 * yow.el (yow): Likewise.
11548 * doctor.el: Use (random N), not (random-range N).
11549 (random-range): Function deleted.
11551 * simple.el (auto-fill-mode): Arg now optional.
11553 1989-05-01 Richard Stallman (rms@mole.ai.mit.edu)
11555 * cl.el (cl-member): New name for Common Lisp `member'.
11557 1989-04-30 Richard Stallman (rms@mole.ai.mit.edu)
11559 * cmacexp.el (c-macro-expand): Use a second temp file for the region.
11561 * tags.el (tags-loop-continue): Widen the buffers.
11563 1989-04-29 Richard Stallman (rms@mole.ai.mit.edu)
11565 * cl.el (defsetf): Take effect@run time, not expansion time.
11567 * bytecomp.el (byte-compile-file-form): Expand top level macros.
11568 Look inside of progn.
11570 1989-04-27 Richard Stallman (rms@mole.ai.mit.edu)
11572 * replace.el (map-query-replace-regexp): New function.
11574 * replace.el (perform-replace): Allow list of strings to replace
11575 with; they are used in rotation. Optional arg repeat-count is
11576 number of times to use each string before rotating.
11578 1989-04-26 Richard Stallman (rms@mole.ai.mit.edu)
11580 * sendmail.el (mail-yank-original): Handle new var mail-yank-prefix.
11582 1989-04-25 Richard Stallman (rms@mole.ai.mit.edu)
11584 * rmail.el (rmail-output-to-rmail-file): If output buffer is not in
11585 rmail mode, insert@end of it.
11587 * rmail.el (rmail-set-attribute): search-forward's value is no longer
11588 t or nil; now may be a number.
11590 1989-04-24 Richard Stallman (rms@mole.ai.mit.edu)
11592 * rmail.el (rmail): Put existing buffer into rmail-mode if necessary.
11594 1989-04-20 Richard Stallman (rms@mole.ai.mit.edu)
11596 * x-mouse.el: Delete mouse-event-hook; now in keyboard.c.
11598 * term/x-win.el (x-switch-definitions, command-switch-alist): Add -bd.
11599 (x-set-*): New commands.
11601 * startup.el (command-line-1, normal-top-level): Call hooks with
11603 * sun-mouse.el: likewise.
11605 * mim-mode.el: rename indent-mim-hook to indent-mim-function.
11606 * scheme.el: likewise scheme-indent-hook.
11608 * lisp-mode.el, cl.el, cl-indent.el, loaddefs.el, sun-mouse.el:
11609 *lisp-indent-hook renamed to *lisp-indent-function.
11611 * kermit.el (shell-send-input-cr): use run-hooks.
11612 * shell.el (shell-send-input): run-hooks wants quoted arg.
11614 * simple.el, mlsupport.el, loaddefs.el, c-fill.el, doctor.el:
11615 blink-paren-hook and auto-fill-hook renamed to -function.
11617 * files.el (diff-switches-function): diff-switches-hook renamed.
11619 * compile.el (compile-reinitialize-errors): use run-hooks.
11621 * rmail.el (rmail-convert-to-babyl-format): error if unrecognized text.
11623 1989-04-19 Richard Stallman (rms@mole.ai.mit.edu)
11625 * replace.el (occur-mode-goto-occurrence): Insure arg to
11626 count-lines is@start of line.
11628 * replace.el (occur): Removed an extraneous save-excursion.
11630 * replace.el (perform-replace): make ! undo as a unit.
11632 1989-04-17 Chris Smith (csmith@mozart)
11634 * icon-mode.el (icon-comment-indent): When auto-fill breaks a
11635 line in a bol comment, start the continued line in column 1
11638 * icon-mode.el (icon-backward-to-noncomment): use parse-partial-sexp
11639 so as not to be fooled by # in strings.
11641 * icon-mode.el (icon-is-continuation-line): distinguish between
11642 tokens that end a statement but cause the following statement to
11643 be indented and tokens that cause the following line to be a
11644 continuation of the same statement.
11646 1989-04-12 Richard Stallman (rms@mole.ai.mit.edu)
11648 * rmail.el (rmail-message-labels-p): put save-excursion outside.
11650 * picture.el (picture-tab): Dumb errors in prefix-arg case.
11652 * tags.el (tags-loop-continue): No message if slow terminal.
11654 * c-mode.el (c-fill-paragraph): Don't fill a comment together with
11655 anything following it.
11657 1989-04-11 Richard Stallman (rms@mole.ai.mit.edu)
11659 * lpr.el (print-region-1): For tab-conversion case, insert specd range.
11661 1989-04-07 Richard Stallman (rms@mole.ai.mit.edu)
11663 * compile.el (compilation-mode): Doc fix.
11665 * loaddefs.el: Autoload ftp-list-directory.
11667 1989-04-06 Edward M. Reingold (reingold@cs.uiuc.edu)
11669 Hook added to list-diary-entries, along with a possible
11670 value for that hook which prepares a fancy diary buffer
11673 Holidays integrated into the diary: in the ordinary diary
11674 buffer the holidays are given in the mode line. In the
11675 fancy diary buffer the holidays are given in the heading
11678 Added a new command to tell the holidays on a specific date,
11679 parallel to the way diary entries are given for a specific
11680 date. This new command became `h' and the old `h' became
11681 `a' to show all the holidays in a three-month period.
11683 1989-04-06 Richard Stallman (rms@mole.ai.mit.edu)
11685 * dired.el (dired-flag-backup-files, dired-flag-auto-save-files):
11686 With prefix arg, unflag the appropriate class of files.
11688 * info.el (Info-tag-table-marker): `read' now stops@end of line,
11689 so advance to next line.
11691 * info.el (Info-follow-nearest-node):@last line of text,
11694 * rmail.el (rmail-message-labels-p): Widen.
11696 * term/iris-ansi.el: New file.
11697 * r2bibtex.el: New file.
11699 * files.el (rename-uniquely): New command.
11701 * bytecomp.el (byte-recompile-directory): Update mode lines
11702 after save-some-buffers.
11704 * buff-menu.el (Buffer-menu-visit-tags-table): New fn.
11705 (Buffer-menu-mode-map): `t' runs that.
11707 * rmail.el (rmail-delete-forward): If no nondeleted msg fwd, go bkwd.
11709 * rmail.el (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header):
11710 Accept spaces@end of Unix-style From line.
11712 * view.el (view-mode): Don't use a recursive edit; instead,
11713 save old mode info in local variables.
11714 Now two args: buffer to go back to, and fn to apply to viewed
11715 buffer when exiting.
11716 (view-exit): Restore old mode from those local variables.
11717 Apply specified fn to buffer that was viewed.
11718 This is on C-c and q.
11719 (view-command-loop): Deleted.
11720 (view-window-size): Now applies to selected window.
11722 * startup.el (normal-top-level): Use PWD envvar to set default dir.
11724 * rmail.el (rmail-convert-to-babyl-format):
11725 Bind case-fold-search to t for mmdf case.
11727 1989-04-03 Richard Stallman (rms@mole.ai.mit.edu)
11729 * modula2.el: Turn m2-newline back on.
11730 (various templates): Put relevant variable name in final comment.
11732 1989-04-02 Richard Stallman (rms@mole.ai.mit.edu)
11734 * paths.el (rmail-spool-directory): Treat silicon-graphics-unix
11737 1989-03-30 Richard Stallman (rms@mole.ai.mit.edu)
11739 * files.el: doc fix.
11741 * autoinsert.el (insert-auto-insert-files): Mark bfr unmodified
11742 if has just the autoinsert file.
11744 * sendmail.el: doc fix.
11746 1989-03-29 Richard Stallman (rms@mole.ai.mit.edu)
11748 * rmail.el (rmail-insert-inbox-text): Don't insert newline if
11749 inserted an empty file.
11751 * startup.el: doc fix.
11753 1989-03-29 Edward M. Reingold (reingold@cs.uiuc.edu)
11755 * calendar.el: Change shift-three-month functions so the name
11756 includes the word ``calendar''.
11758 * calendar.el (list-diary-entries): Delete extraneous command
11759 to indicate buffer is not modified.
11761 1989-03-15 Jeff Peck (rms@mole.ai.mit.edu)
11763 * term/sun.el (sunview-terminal): New default keybindings
11764 Check for (getenv "IN_EMACSTOOL") to automatically do emacstool-init.
11766 1989-02-24 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
11768 * terminal.el (terminal-emulator): Move help message after call-hooks
11769 so that correct escape character is mentioned.
11771 1989-02-23 Richard Stallman (rms@mole.ai.mit.edu)
11773 * Version 18.53 released(?)
11775 * telnet.el: New vars telnet-initial-count and telnet-maximum-count.
11776 These replace constants in the code.
11777 (telnet, telnet-initial-filter): Use those vars.
11778 (telnet-filter): Use subst-char-in-region to change CR to Space.
11779 Advance point if insert@end of bfr.
11781 1989-02-21 Richard Stallman (rms@mole.ai.mit.edu)
11783 * flame.el: Fix spelling errors.
11785 * compile.el (compile-reinitialize-errors): New subroutine
11786 broken out from next-error.
11787 (compile-goto-error): New command, uses that and next-error.
11788 (compilation-mode): New command; sets major mode.
11789 (compile-internal): Use that function.
11790 (compilation-mode-map): New variable; define C-c C-c.
11792 1989-02-20 Richard Stallman (rms@mole.ai.mit.edu)
11794 * lisp-mode.el (indent-sexp): Optional arg says where to stop
11795 indenting; if spec', don't stop@end of first sexp.
11796 (lisp-indent-region): New fn: use that to do Lisp-style indent-region.
11797 (lisp-mode-variables): Set up indent-region-function as that.
11799 * c-mode.el (indent-c-exp, c-indent-region, c-mode): Similar changes.
11801 1989-02-19 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
11803 * files.el (set-visited-file-name): Always rename the buffer;
11804 make name unique with <NNN> as find-file does.
11806 * compile.el (next-error): Prefix arg now says how many errors to move.
11807 When parsing more errors incrementally, append to previous list.
11808 (compile): Handle new option `compile-window-height'.
11810 1989-02-18 Richard Stallman (rms@mole.ai.mit.edu)
11812 * dbx.el (dbx-mode-map): Change C-c w to C-c C-w.
11814 * misc.el: New file.
11816 1989-02-17 Richard Stallman (rms@mole.ai.mit.edu)
11818 * rmailout.el (rmail-output*): Handle prefix arg and output
11819 consecutive nondeleted messages.
11821 * rmail.el (rmail-next-undeleted-message): Error if hit eob.
11823 * dbx.el (run-dbx): Do expand-file-name.
11825 * paths.el (manual-formatted-dirlist): More alternatives in sysV case.
11827 1989-02-15 Richard Stallman (rms@mole.ai.mit.edu)
11829 * dbx.el (run-dbx): Set dbx-process.
11830 (dbx-stop-at): Use that to decide where to send the string.
11832 1989-02-13 Marc Shapiro (shapiro@sor.inria.fr)
11834 * bibtex.el (bibtex-clean-entry, bibtex-empty-field, bibtex-find-text,
11835 bibtex-kill-optional-field, bibtex-next-field, bibtex-pop-next,
11836 bibtex-pop-previous, bibtex-cfield, bibtex-enclosing-field,
11837 bibtex-enclosing-reference, bibtex-enclosing-regexp, bibtex-flash-entry
11838 bibtex-flash-head, bibtex-inside-field, bibtex-make-optional-entry,
11839 bibtex-remove-OPT): New functions.
11840 (bibtex-find-it, bibtex-make-OPT-entry, bibtex-next-position): Deleted
11841 (kill-current-line): Deleted.
11842 (bibtex-mode-map): C-c keys to make entries moved to C-c C-e.
11843 (general): Use regexps instead of simple-minded cursor motion.
11844 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.
11846 1989-02-13 Richard Stallman (rms@mole.ai.mit.edu)
11848 * subr.el (suppress-keymap): Undefine chars iff self-inserting,
11849 not based on numeric range.
11851 * rmail.el (rmail-reply): Don't call rmail-retry-failure.
11852 (rmail-mode-map): Put that cmd on C-M-m.
11854 1989-02-11 Richard Stallman (rms@mole.ai.mit.edu)
11856 * debug.el (debug-on-entry): Special err msg for functions we
11859 1989-02-10 Richard Stallman (rms@mole.ai.mit.edu)
11861 * files.el (list-directory-brief-switches): Value was garbled
11862 when VMS changes were installed.
11864 1989-02-09 Richard Stallman (rms@mole.ai.mit.edu)
11866 * loaddefs.el (calendar, diary, holidays): Autoload from calendar.el.
11868 1989-02-08 Richard Stallman (rms@mole.ai.mit.edu)
11870 * loaddefs.el (ctl-x-4-map): Fully define it here, as sparse keymap.
11871 * files.el: not here.
11873 * lisp-mode.el (lisp-interaction-mode):
11874 Use emacs-lisp-mode-syntax-table
11876 1989-02-07 Richard Stallman (rms@mole.ai.mit.edu)
11878 * c-style.el (set-c-style): Delete extra closeparen@end.
11880 * tex-mode.el: Doc fixes.
11882 1989-02-05 Richard Stallman (rms@mole.ai.mit.edu)
11884 * uncompress.el (uncompress-backup-file): Uncompress original file
11885 when it's time to make it unto a backup.
11887 1989-02-04 Richard Stallman (rms@mole.ai.mit.edu)
11889 * files.el: Make certain variables permenant if they are local.
11890 * ftp.el: Likewise.
11892 * dired.el (dired-rename-file): If file is visited, offer
11893 to change visited file name.
11895 * tags.el (find-tag, find-tag-other-window, find-tag-regexp):
11896 Bugs in interactive arg reading.
11898 * dired.el (dired-do-deletion): If list is small enough,
11899 display in half the screen.
11901 * files.el (basic-save-buffer): Check writability and make backup file
11902 only after trying the hooks.
11904 * ftp.el (ftp-write-file): do save-excursion.
11905 (ftp-write-file-hook): Clear modified-flag here.
11906 (ftp-setup-write-file-hooks): Clear read-only flag here.
11907 (ftp-sentinal): If input, clear modified flag.
11908 Don't bind buffer-read-only across (kill-buffer (current-buffer)).
11910 * texinfmt.el (texinfo-format-sp): New fn; handle @sp.
11911 (texinfo-format-noop): Handle @titlefont with this.
11913 1989-02-03 Richard Stallman (rms@mole.ai.mit.edu)
11915 * files.el (revert-buffer): New hook that replaces just the
11916 erase-buffer and the insert-file-contents.
11918 1989-01-30 Richard Stallman (rms@mole.ai.mit.edu)
11920 * term/x-win.el (initialization): Go through x-switches list.
11921 Don't set window-system-version; C code now does this.
11923 1989-01-29 Richard Stallman (rms@mole.ai.mit.edu)
11925 * undigest.el (undigestify-message): Allow submessage to have no
11926 `to', just a `from'.
11928 1989-01-28 Richard Stallman (rms@mole.ai.mit.edu)
11930 * rmail.el (rmail-reply): Search from msg-beg for rejection indicator
11932 1989-01-26 Richard Stallman (rms@mole.ai.mit.edu)
11934 * replace.el (occur-mode-goto-occurrence): error msg fix.
11936 * tex-mode.el (tex-mode-syntax-table): Initialize all elts afresh.
11937 (tex-common-initialization): Make local var compare-windows-whitespace.
11938 Make %-lines separate paragraphs.
11939 (latex-mode): No more need to override paragraphs.
11940 (tex-categorize-whitespace): New fn helps compare-windows.
11941 (tex-insert-quote): Use \\s when categorizing prev. char.
11943 * compare-w.el: provide 'compare-w.
11944 (compare-windows): Don't set success for just whitespace.
11945 Remember start-point in both buffers, and pass as arg to
11946 the whitespace-function.
11947 If whitespace regexp, back over all whitespace;
11948 but don't back up if@end of buffer.
11949 Set point for real after each bunch of matches, in case C-g.
11951 1989-01-25 Richard Stallman (rms@mole.ai.mit.edu)
11953 * paragraph.el (forward-paragraph): Check for end-of-buffer
11954 in forward-loop within backward-loop.
11956 * window.el (split-window-vertically): Set window-start and maybe
11957 window-point, to avoid scrolling.
11959 1989-01-24 Richard Stallman (rms@mole.ai.mit.edu)
11961 * window.el (balance-windows): New command.
11963 * subr.el (walk-windows): New function.
11965 1989-01-20 Richard Stallman (rms@mole.ai.mit.edu)
11967 * sort.el: doc fix.
11969 * server.el (server-buffer-clients): Now a permanent local.
11971 * dabbrev.el (dabbrev-expand): case-adapt only if expansion is l.c.
11972 (dabbrev-search): downcase the result if found@beg of sentence
11973 and only initial is upper case.
11975 1989-01-19 Richard Stallman (rms@mole.ai.mit.edu)
11977 * files.el (after-find-file): change calling sequence to sit-for.
11979 * bytecomp.el (byte-compile-defun,-defmacro):
11980 Compile `defun' and `defmacro' within functions.
11982 1989-01-18 Richard Stallman (rms@mole.ai.mit.edu)
11984 * tex-mode.el: Many changes. TeX changed to tex in all symbols.
11985 (tex-open-quote, tex-close-quote): New vars for tex-insert-quote.
11986 (tex-insert-quote): Those vars say what to insert.
11987 Inserting `"' is done by simply calling self-insert-command.
11988 (tex-last-buffer-texed, tex-print-file): New vars.
11989 (tex-region): Don't output line before start of header.
11990 Set those two variables.
11991 (tex-mode-map): C-c C-e and C-c C-f changed.
11992 (tex-common-initialization): comment-start-skip changed.
11993 (tex-validate-region): Fn renamed, and now leaves point@the error.
11994 (tex-terminate-paragraph): must save-excursion.
11995 (tex-start-shell):@end, sleep a little if I/O buffer is empty.
11996 (tex-file): New fn; save buffers and run TeX on visit file.
11997 (tex-print): Print buffer's most recent output, whether from tex-file
11998 or tex-region. Use shell-command to do the printing.
11999 (tex-append-dvi): New subroutine.
12001 * compare-w.el (compare-windows): Prefix arg means ignore
12002 whitespace changes.
12004 * bytecomp.el (byte-compile-form, byte-compile-find-vars-1):
12005 Handle forms containing explicit lambda-functions.
12007 1989-01-17 Richard Stallman (rms@mole.ai.mit.edu)
12009 * texinfmt.el: Define @s (small caps) like @var.
12011 1989-01-15 Richard Stallman (rms@mole.ai.mit.edu)
12013 * shell.el (inferior-lisp-mode-map): Copy shared-lisp-mode-map,
12014 inherit from shell-mode-map.
12016 * files.el (find-alternate-file): Don't drop a necessary `/'.
12018 1989-01-14 Richard Stallman (rms@mole.ai.mit.edu)
12020 * startup.el (normal-top-level): Abbrev default directory
12021 as in find-file-noselect.
12023 * lisp-mode.el (lisp-mode-variables): set parse-sexp-ignore-comments.
12025 1989-01-13 Richard Stallman (rms@mole.ai.mit.edu)
12027 * files.el (find-alternate-file): Don't change prefix to `~'
12028 unless a slash follows.
12030 * lisp.el (insert-parentheses): skip leading spaces if arg,
12031 maybe insert one if no arg.
12033 * lisp-mode.el (shared-lisp-mode-map): New map contains shared keys.
12034 (*-mode-map): All inherit from that map.
12036 * text-mode.el (indented-text-mode-map): Inherit text-mode-map.
12037 * rmailedit.el (rmail-edit-map): Likewise.
12038 * outline.el (outline-mode-map): Likewise.
12040 * c-mode.el (c-fill-paragraph): New cmd, on M-q in C mode.
12041 If in a comment, fill with comment delimiters/decoration.
12042 (calculate-c-indent-within-comment): New arg after-star
12044 * field.el: New file.
12046 1989-01-11 Richard Stallman (rms@mole.ai.mit.edu)
12048 * shell.el (shell-send-input): Use run-hooks on
12049 shell-set-directory-error-hook.
12051 * subr.el (eval-after-load, eval-next-after-load):
12052 New fns to put entries on after-load-alist.
12054 * c-mode.el (c-backward-to-start-of-if): Stop looping@buffer beg.
12056 1989-01-09 Richard Stallman (rms@mole.ai.mit.edu)
12058 * simple.el (zap-to-char): Error if char not found.
12059 Killed region now includes the matching char.
12061 1989-01-07 Richard Stallman (rms@mole.ai.mit.edu)
12063 * options.el: doc fix.
12065 * mouse.el (mouse-delete-window): Delete window pointed at.
12067 * simple.el (backward-delete-char-untabify): In overwrite mode,
12068 back over columns clearing them out.
12070 * dired.el (dired-get-filename): filename ends before ` ->', not after.
12072 1989-01-06 Richard Stallman (rms@mole.ai.mit.edu)
12074 * rmail.el (rmail-retry-failure): Lv cursor on To: line.
12076 * compile.el (compile-internal): Delete typo `<'.
12078 * tags.el (file-of-tag): Just search backwards.
12079 (tag-table-files): Don't worry about char counts. Just search.
12081 * tags.el (next-file): Change NOWARN to NOVISIT:
12082 t =>get the file in a reusable temp buffer.
12083 (tags-loop-continue): Use NOVISIT while scanning.
12084 Use separate form tags-loop-scan to scan for interesting files.
12085 If we find one, visit the file for real if nec.
12086 then use tags-loop-operate to make changes.
12087 (tags-search, tags-query-replace): Use new interface.
12089 * files.el (find-file-noselect): Do directory abbrevs first thing
12090 so both dir name and file name show the abbreviations.
12092 * tags.el (find-tag): Fix bug in last changes.
12094 * debug.el (cancel-debug-on-entry): Use empty string for "cancel all".
12095 (debug-on-entry-1): Clean err msg for built-in function.
12097 * session.el: New file. Load ~/.emacs-session.
12098 Related code moved here from startup.el.
12099 * session.el (save-session): New fn. has meat of kill-emacs-hook.
12100 Call expand-file-name to expand `~'.
12101 Save the value of point, as well.
12103 * subr.el: Set run-hooks variable.
12105 * tex-mode.el (LaTeX-mode): %@line start separates paragraphs.
12107 * files.el (basic-save-buffer): Don't write over directories
12108 if file-precious-flag is set.
12110 1989-01-04 Richard Stallman (rms@mole.ai.mit.edu)
12112 * sendmail.el (sendmail-send-it): Always pass -f option to sendmail.
12114 * tags.el (find-tag): In regexp case, consider only matches that
12115 don't go past the DEL char.
12117 1989-01-03 Richard Stallman (rms@mole.ai.mit.edu)
12119 * loaddefs.el (auto-mode-alist): Add `.oak'.
12121 1989-01-02 Richard Stallman (rms@mole.ai.mit.edu)
12123 * files.el (diff): New command to compare file with its backup.
12124 (file-newest-backup): Return newest backup for given filename.
12126 * debug.el (debug-on-entry-1): Handle macros here.
12127 ({cancel-,}debug-on-entry): instead of here.
12128 But here maintain a list debug-function-list of functions set for
12129 debug on entry. nil or empty arg to cancel-... means cancel all.
12130 (debugger-list-functions): New command, on `l'.
12131 (debugger-jump): Continue to exit of this frame
12132 after turning off all debug-on-entries.
12133 (debugger-reenable): Turn back on all debug-on-entries that are
12134 supposed to be on. Called from `debug' and other debugging fns.
12136 * startup.el (kill-emacs-hook): If save-session-flag is set,
12137 write a file ~/.emacs-session recording file and line number.
12138 Put (load "~/.emacs-session" t t) (setq save-session-flag t)
12139 in your .emacs to enable session saving.
12141 * window.el (window-config-to-register, register-to-window-config):
12142 New fns, on C-x 6 and C-x 7.
12144 * vmsproc.el (subprocess-command-to-buffer): New function.
12146 * dired.el (dired-readin): Handle VMS.
12147 (dired-get-filename): handle VMS. Also move handling
12148 of LOCALP and NOERROR arguments to the end.
12150 * vms-patch.el (vms-read-directory): New function.
12152 * loaddefs.el (auto-mode-alist): Add `.for' and `.ltx'.
12154 * files.el (list-directory): Support for VMS.
12156 * c-style.el: New file.
12158 * vt200.el (keyboard-translate-table): Make a table,
12159 and use it to interchange ESC and backquote.
12161 1989-01-01 Richard Stallman (rms@mole.ai.mit.edu)
12163 * gdb.el (gdb-mode-map): continue now C-c C-p.
12165 * tags.el (find-tag-default): If not inside a tag, use previous
12166 or next tag found on current line. Never go outside current line.
12168 * sendmail.el (mail-mode-map): Make map inherit from text-mode-map.
12170 1988-12-31 Richard Stallman (rms@mole.ai.mit.edu)
12172 * files.el (find-alternate-file): Abbreviate homedir as `~'.
12174 * files.el (find-file-noselect): perform abbreviations on the
12175 directory name when setting the default--from directory-abbrev-alist.
12177 1988-12-30 Richard Stallman (rms@mole.ai.mit.edu)
12179 * tags.el (next-file): New arg means don't warn of readonly file, etc.
12180 (tags-loop-continue): Don't warn and don't do local vars when scanning.
12181 If scanning makes a new buffer, kill it and re-find the file "for real"
12182 after exiting the scanning loop.
12184 * files.el (hack-local-variables): Change `inhibit-local-variables'
12185 to `enable-local-variables'. Now three alternative values:
12186 nil (ignore them), t (use them) or otherwise (query).
12188 * startup.el (command-line-1): Rearrange startup message.
12190 1988-12-29 Richard Stallman (rms@mole.ai.mit.edu)
12192 * compile.el (compilation-sentinel): Set OPOINT, OMAX in proper buffer.
12194 1988-12-28 Richard Stallman (rms@mole.ai.mit.edu)
12196 * lpr.el (print-region-1): Anything except `berkeley-unix',
12199 * picture.el (picture-tab): Use move-to-tab-stop.
12200 * indent.el (move-to-tab-stop): Like tab-to-tab-stop but just move
12201 point; don't change buffer unless nec. to get a spot to move to.
12203 * indent.el (indent-region): If have fill-prefix, make each line
12204 start with the prefix.
12206 * awk-mode.el: New file.
12207 * loaddefs.el: Add autoload and auto-mode-alist entry.
12209 1988-12-24 Richard Stallman (rms@mole.ai.mit.edu)
12211 * mail-utils.el (mail-strip-quoted-names): Handle nested comments.
12213 * gdb.el (gdb-refresh): Call `recenter'. Take prefix arg and pass it.
12215 1988-12-23 Richard Stallman (rms@mole.ai.mit.edu)
12217 * dired.el (dired-get-filename): Handle spaces in filenames.
12219 1988-12-22 Richard Stallman (rms@mole.ai.mit.edu)
12221 * term/at386.el: Eric Raymond's changes to work with keypad.el.
12223 * loaddefs.el (completion-ignored-extensions): add .a and .ln.
12225 * shell.el (shell-set-directory): Convert // to one /,
12226 so Emacs emulates Unix conventions.
12227 (shell-unduplicate-slashes): New fn to convert a string that way.
12229 * info.el (Info-edit-map): Make this inherit text-mode-map,
12230 instead of copying that. TEST THIS LATER.
12232 * dired.el (dired-readin): Add the `d' option, if wildcard pattern.
12234 * gdb.el: Commands changed: M-c, M-u, M-d now use C-c prefix.
12235 (gdb-maybe-delete-prompt, gdb-call):
12236 Handle the fact that insertion is done with insert-before-markers.
12237 Also delete multiple prompts if they arrive in succession.
12238 Also work properly if buffer contains an unsent partial input line.
12239 Value of gdb-delete-prompt-marker is now a list:
12240 (BEG-OF-LINE-MARKER PROMPT-LENGTH PROMPT-STRING).
12242 1988-12-21 Chris Hanson (cph@kleph)
12244 * telnet.el (telnet-filter): Don't insert ^M's into the buffer.
12245 Don't force point to move to end of buffer;
12246 `insert-before-markers' will move it if that is appropriate.
12248 * netunam.el: New file supports hp-ux `RFA' feature.
12250 1988-12-20 Richard Stallman (rms@mole.ai.mit.edu)
12252 * backquote.el, loaddefs.el: doc fix.
12254 1988-12-18 Richard Stallman (rms@mole.ai.mit.edu)
12256 * keypad.el: Change from character numbers to named characters
12257 in the function keymap.
12259 1988-12-16 Richard Stallman (rms@mole.ai.mit.edu)
12261 * files.el (find-file-noselect): Mention file name when asking
12262 whether to read new version from disk.
12264 1988-12-14 Richard Stallman (rms@mole.ai.mit.edu)
12266 * mouse.el: New file; window-system-independent parts of mouse support.
12267 * x-mouse.el: Parts moved to mouse.el. Require 'mouse.
12269 * rmail.el (rmail-make-in-reply-to-field): Regexp had nested loops.
12271 * term/x-win.el: Add missing arg to set-input-mode.
12273 1988-12-12 Richard Stallman (rms@mole.ai.mit.edu)
12275 * telnet.el (telnet-send-input): Save input in telnet-previous-input
12276 (telnet-mode): Make that var buffer-local.
12277 (telnet-copy-last-input): New fn to yank that var; now on C-c C-y.
12279 * loaddefs.el (replace-string): Fix doc typo causing bug.
12281 1988-12-10 Richard Stallman (rms@mole.ai.mit.edu)
12283 * compile.el (compile-internal): Get old compile process just once.
12285 * hideif.el, keypad.el, terminal.el:
12286 Add new arg to calls to where-is-internal.
12288 * x-mouse.el (mouse-binding-names): Set up this table.
12290 * sort.el (sort-columns): On VMS, use sort-subr to do the work.
12292 * rmail.el (rmail-insert-inbox-text): Vary name of .newmail file
12293 based on name of inbox file.
12295 1988-12-07 Richard Stallman (rms@mole.ai.mit.edu)
12297 * shell.el (shell): Do M-x shell-mode only if new buffer.
12298 Don't bother setting NAME; it's not used again.
12300 1988-12-06 Richard Mlynarik (mly@peduncle.ai.mit.edu)
12302 * files.el (toggle-read-only): +ve prefix arg means to set read-only
12304 1988-12-04 Richard Stallman (rms@mole.ai.mit.edu)
12306 * debug.el (cancel-debug-on-entry): Fix typo in handling macros.
12308 * spell.el (spell-region): Win if spell-filter is buffer-local.
12310 * c-mode.el (electric-c-terminator): Don't use a marker
12311 to handle auto-fill from newline. Do it as in electric-c-brace.
12312 * keypad.el (function-key-sequence): Pass t as new arg.
12314 * rmailout.el (rmail-output-to-rmail-file):
12315 Temporarily undelete the message while it is being copied.
12317 * texinfmt.el (texinfo-format-emph): Was failing to rescan result.
12319 1988-12-03 Richard Stallman (rms@mole.ai.mit.edu)
12321 * rmail.el (rmail-reply): On a bounce notice, do rmail-retry-failure.
12322 (rmail-retry-failure): Set up to re-edit and re-send original msg.
12324 1988-12-01 Richard Stallman (rms@mole.ai.mit.edu)
12326 * dbx.el (dbx-filter): Use insert-before-markers.
12327 * gdb.el (gdb-filter): Likewise...
12328 * kermit.el (kermit-clean-filter):
12329 * mh-e.el (mh-process-demon):
12330 * telnet.el (telnet-filter):
12331 * terminal.el (te-filter):
12333 1988-11-30 Richard Stallman (rms@mole.ai.mit.edu)
12335 * rmail.el (rmail-convert-to-babyl-format): Turn case-fold-search off
12336 since `from' in l.c. can appear@beg of line within a
12337 Unix-format message.
12339 * files.el (set-auto-mode): Call the mode function outside
12340 of the save-excursion, so mode hooks can move point.
12342 * replace.el (occur-mode-goto-occurrence): Don't lose if not@col 0.
12344 1988-11-25 Richard Stallman (rms@mole.ai.mit.edu)
12346 * bytecomp.el (byte-compile-function-form):
12347 For symbol as arg, return the symbol, not its function definition.
12349 1988-11-19 Richard Stallman (rms@mole.ai.mit.edu)
12351 * tags.el (tags-completion-alist): New local var of each tag table,
12352 holding alist of all tags in it. Also a function to compute the alist.
12353 (visit-tags-table-buffer): Make that var local.
12354 (visit-tags-table): Compute the alist unless already done.
12355 (find-tag-tag): Do completing read using the alist.
12357 1988-11-17 Richard Stallman (rms@mole.ai.mit.edu)
12359 * sendmail.el (mail-sent-via): New command, entered in mail-mode-map.
12361 * files.el (find-alternate-file): Include old filename in
12362 initial contents of minibuf.
12364 * files.el (file-name-sans-versions):
12365 Fuller knowledge of VMS version numbers.
12367 1988-11-15 Richard Mlynarik (mly@peduncle.ai.mit.edu)
12369 * rmail.el (rmail-make-in-reply-to-field): I'm sick of seeing
12370 illegal headers generated by rmail.
12371 Note that this change undoes rms' change of 4-Jul-88" -- I'll
12372 check to see why that change was made in the first place.
12374 * rmail.el (rmail-forward): Set `forwarded' attribute only if mail
12377 1988-11-15 Richard Stallman (rms@mole.ai.mit.edu)
12379 * startup.el (command-line): Don't set mode of *scratch* if .emacs did.
12380 (command-line-1): Avoid binding load-path for -l switch.
12382 1988-11-13 Richard Stallman (rms@mole.ai.mit.edu)
12384 * time.el (display-time): Use pipes--don't waste a pty.
12385 * ispell.el (start-ispell): Likewise.
12387 1988-10-21 Chris Hanson (cph@kleph)
12389 * xscheme.el (xscheme-send-control-g-interrupt,
12390 xscheme-send-interrupt): Don't use second argument to
12391 `interrupt-process' or `quit-process'. These aren't needed and
12392 they actually cause the wrong effect on Ultrix.
12394 1988-10-12 Richard Stallman (rms@mole.ai.mit.edu)
12396 * rmail.el (rmail): Don't process local-variables specs in RMAIL files.
12398 1988-10-10 Richard Stallman (rms@mole.ai.mit.edu)
12400 * files.el (list-directory): Handle non-ex dirs properly.
12401 Use file-name-as-directory when appro.
12402 Simplify testing for dir-name vs. file-pattern.
12404 * rmail.el (rmail-set-attribute): Optional 3rd arg is message #.
12405 * sendmail.el (mail, mail-other-window, mail-setup):
12406 7th arg is list of (FCN . ARGS) to perform when msg is sent.
12407 * rmail.el (rmail-reply): Don't set `answered' now;
12408 use new arg to mail-other-window to get that done later.
12410 1988-10-08 Richard Stallman (rms@mole.ai.mit.edu)
12412 * gomoku.el, resume.el: New files.
12414 * server.el (server-visit-files): Run server-visit-hook.
12416 * electric.el (shrink-window-if-larger-than-buffer):
12417 Make proper buffer current when buffer-local let-vars are unwound.
12419 1988-10-07 Chris Hanson (cph@kleph)
12421 * texinfmt.el (texinfo-format-defun-1): Don't upcase &-keywords in
12422 @defun argument lists.
12424 1988-10-07 Richard Stallman (rms@mole.ai.mit.edu)
12426 * term/vt100.el (vt100-wide-mode): New function to toggle 132-col mode.
12428 * replace.el (perform-replace): typos in doc string.
12430 1988-10-06 Richard Stallman (rms@mole.ai.mit.edu)
12432 * files.el (recover-file): Don't turn-off auto-save.
12434 * time.el (display-time-filter): rmail-pop-up non-nil
12435 says, if have new mail, pop up rmail window and read it in.
12437 1988-10-05 Richard Stallman (rms@mole.ai.mit.edu)
12439 * compile.el (compile-internal): Must do fundamental-mode *before*
12440 make-local-variable.
12442 1988-10-04 Richard Stallman (rms@mole.ai.mit.edu)
12444 * files.el (backup-buffer): Chase symlinks and backup their target.
12446 1988-10-03 Richard Stallman (rms@corn-chex.ai.mit.edu)
12448 * compile.el (compile-internal): New name for compile1.
12449 Doc changes in many functions.
12451 1988-09-30 Richard Stallman (rms@mole.ai.mit.edu)
12453 * loaddefs.el: autoload mail-mode.
12455 1988-09-29 Richard Stallman (rms@mole.ai.mit.edu)
12457 * man.el (nuke-nroff-bs): Delete ESC 7, ESC 8, ESC 9.
12458 (manual-entry): Put the arg into the buffer name.
12460 1988-09-28 Richard Stallman (rms@mole.ai.mit.edu)
12462 * term/s4.el: Fix typo in `select' key, undefine ESC 0 and ESC 9.
12464 * mailalias.el (expand-mail-alias): New arg EXCLUDE is regex to delete.
12466 * loaddefs.el (auto-mode-alist): nroff-mode for .me, .mm, .[1-9].
12468 * compile.el (next-error): Support multiple compilation buffers.
12469 (compile1): Likewise. New variable compilation-error-buffer.
12470 Variable compilation-process eliminated.
12471 compilation-error-buffer records which buffer next-error should use.
12472 (compilation-sentinel): Use positive indices in current-time-string.
12474 1988-09-27 Chris Hanson (cph@kleph)
12476 * dired.el (dired-chown): hp-ux puts the chown program in /bin,
12479 1988-09-27 Richard Stallman (rms@corn-chex.ai.mit.edu)
12481 * files.el (delete-auto-save-file-if-necessary): New arg FORCE.
12482 Delete only if file is recent or if FORCE.
12483 (basic-save-buffer): Pass t for FORCE if auto save file was recent.
12484 (rename-auto-save-file): Don't rename file if not recent.
12486 * sendmail.el (mail-send): Query if buffer unmodified (already sent).
12488 1988-09-26 Richard Stallman (rms@mole.ai.mit.edu)
12490 * prolog.el (run-prolog): Use new var prolog-program-name.
12492 * compile.el (compile1): Don't call save-some-buffers.
12493 (compile, grep): Call it here.
12495 * compile.el (compile1): Two new args PARSER and REGEXP
12496 control local bindings for compilation-parse-errors-hook
12497 and compilation-error-regexp.
12498 (next-error): Call compilation-parse-errors-hook to parse errors.
12499 Save the entire list in compilation-old-error-list.
12500 Don't clear markers when used; put them in compilation-last-error.
12501 (compilation-forget-errors): Clear all the markers that were made.
12503 1988-09-25 Richard Stallman (rms@mole.ai.mit.edu)
12505 * text-mode.el (change-log-mode): New function.
12506 * loaddefs.el: Use that for ChangeLog files.
12507 * add-log.el (add-change-log-entry): Don't set major or minor modes.
12509 * tags.el (select-tags-table): New; offers menu for of tags tables.
12510 (visit-tags-table): Add each tags table to tags-table-file-list.
12512 * tags.el (find-tag): New arg REGEXP means 1st arg is a regexp.
12513 (last-tag): Now can be a list, whose car is a regexp.
12514 Means find-tag to repeat same tag should do regexp search.
12515 (find-tag-regexp): New command.
12517 * tags.el (tags-loop-continue): If we don't stop in a buffer
12518 and it isn't modified, kill it when get the next one.
12520 * bibtex.el: Greatly revised by Marc Shapiro.
12522 1988-09-23 Richard Stallman (rms@hobbes.ai.mit.edu)
12524 * sendmail.el (sendmail-send-it): Change "s:" to "subject:".
12526 1988-09-21 Richard Stallman (rms@hobbes.ai.mit.edu)
12528 * float.el (abs): Define it as in cl.el and mim-mode.el.
12530 * doctor.el (doctor-member): New name for `member'.
12532 * subr.el (mod): Name deleted.
12534 * mlsupport.el (setq-default): Defn deleted; data.c does it.
12536 * edt.el (edt-beginning-of-window): Function renamed.
12537 (edt-delete-previous-word): Function renamed.
12538 (edt-line-to-{top,bottom}-of-window): Function renamed.
12540 * cl.el: require cl, so that byte-compiler will load it.
12542 * lpr.el (print-region-1): Don't pass -T, -J switches on sysv.
12544 * bibtex.el (bibtex-entry): Insert comma only if both
12545 required and optional are non-nil.
12547 * autoinsert.el: Change defconst to defvar.
12549 1988-09-19 Richard Stallman (rms@mole.ai.mit.edu)
12551 * shell.el: New commands TAB, M-n, M-p.
12552 (shell-complete-file-name): New function.
12553 (shell-completion-cleanup): New function, called from
12554 kill-shell-input and shell-send-input.
12555 (kill-output-from-shell): Kill back to last recognized prompt.
12556 (shell-{next,prev}-command): New motion commands.
12558 * text-mode.el (center-region): Don't change blank lines.
12560 1988-09-17 Richard Stallman (rms@mole.ai.mit.edu)
12562 * lisp.el (beginning-of-defun): Obey new var defun-prompt-regexp.
12564 1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
12566 * files.el (find-alternate-file): Don't kill OBUF if still current.
12568 * subr.el (start-process-shell-command): Start subprocess, exec'ing
12570 * compile.el (compile1): Call that.
12572 * server.el (server-temp-file-p): New function for recognizing
12573 which files are temp files.
12574 (server-edit): Call it.
12575 (server-temp-file-regexp): Variable that controls the function.
12577 * outline.el (outline-minor-mode): New command; adds outline-mode-ness
12578 to current major mode.
12579 (outline-heading-end-regexp): New variable; how to find end of heading.
12580 (outline-end-of-heading): Move fwd to end of heading.
12581 So that a heading can be more than one line.
12582 Various functions call this.
12583 (outline-level): Now it's the indentation of the end of what matches.
12585 1988-09-15 Richard Stallman (rms@mole.ai.mit.edu)
12587 * compile.el (grep): Use grep-command for program.
12588 * loaddefs.el (grep-command): New variable.
12589 (compile-command): Moved to compile.el.
12591 * c-mode.el (electric-c-terminator): Make insertpos a marker.
12593 * c-mode.el (c-indent-command): `interactive' should follow doc string.
12595 1988-09-13 Richard Stallman (rms@corn-chex.ai.mit.edu)
12597 * hideif.el (hif-tokenize): Typo in token string.
12599 1988-09-12 Richard Stallman (rms@mole.ai.mit.edu)
12601 * help.el (locate-library): New command.
12603 * cl-indent.el (common-lisp-indent-hook): New clause for `,'.
12605 * c-mode.el (c-backward-to-noncomment): Stop better@beg of bfr.
12607 * info.el (Info-find-file): Clear buffer-file-name before calling
12610 1988-09-06 Richard Stallman (rms@mole.ai.mit.edu)
12612 * loaddefs.el (shell-prompt-pattern): Allow prompt enclosed in parens.
12614 * lisp-mode.el (calculate-lisp-indent): bug in lisp-indent-offset case.
12616 See ChangeLog.2 for earlier changes.
12618 Copyright (C) 1989, 1993 Free Software Foundation, Inc.
12619 Copying and distribution of this file, with or without modification,
12620 are permitted provided the copyright notice and this notice are preserved.
12622 ;;; arch-tag: f07a3446-5672-464a-8fdc-2ca92e8e7b2a