📄 changelog.2
字号:
1988-09-01 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * Version 18.52 released. * fortran.el (fortran-split-line): Add space before continuation-char.1988-08-29 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * mh-e.el: New version from Larus.1988-08-21 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * view.el (view-mode): Initially view-scroll-size is nil. (view-scroll-size): If it's nil, return (view-window-size).1988-08-18 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * fill.el (justify-current-line): Skip fill-prefix before whitespace. * spell.el (spell-region): Change minibuffer prompt.1988-08-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * add-log.el (add-change-log-entry): Log filename is now an arg; prompt for it with `interactive'. (add-change-log-entry-other-window): Always use default log filename and never prompt for anything.1988-08-13 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * simula.el: New version from obh. * add-log.el (add-change-log-entry): New arg OTHER-WINDOW. (add-change-log-entry-other-window): New fn. * loaddefs.el: Autoload that fn and put on C-x 4 a.1988-08-11 Chris Hanson (cph at kleph) * xscheme.el (xscheme-cd): New function to guarantee that `cd' happens in Scheme process buffer.1988-08-08 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * life.el, saveconf.el, doctex.el: New files. * files.el (create-file-buffer): Avoid empty buffer name for root dir. * dired.el (dired-find-buffer): Let create-file-buffer do more work. (dired-noselect): Use directory-file-name, file-name-as-directory.1988-08-04 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * server.el (server-process-filter): Handle +NNN to specify linenum. (server-visit-files): Arg is now alist of (FILENAME . LINENUM). * server.el (server-visit-files): criterion for revert is if either buffer or file has changed. * abbrev.el: Doc fix. * files.el:1988-08-03 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) * texinfo.el: Changed fill-colum from 75 to 72. The larger fill-column causes numerous overfull hboxes in TeX when you are writing Emacs Lisp code that will be formatted as a Texinfo example.1988-07-31 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * rmailsum.el (rmail-new-summary): Always go to line for current msg. (rmail-summary-exit): Delete just current window, and that only if Rmail was already in another window.1988-07-29 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * tags.el: provide 'tags.1988-07-26 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * info.el (Info-follow-reference): Handle extra newlines, tabs or spaces inside of cross-references. * outline.el: doc fix.1988-07-23 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * loaddefs.el: autoload texinfo-format-region.1988-07-22 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * simple.el (transpose-subr-1): Error if regions overlap. * dired.el (dired-flag-file-deleted): Directories no longer special. * dired.el (dired-do-deletions): If deleting a dir, run `rmdir'.1988-07-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * ftp.el (ftp-find-file-or-directory): Typo in arg name.1988-07-18 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * c-fill.el: New file. * compile.el (compilation-error-regexp): Exclude colon from filename.1988-07-17 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * view.el: `h' ran undefined command; make it like `?'.1988-07-16 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * spell.el (spell-region): Run spell-filter to alter the text before actual checking.1988-07-15 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * rmailsum.el (rmail-make-basic-summary-line): If sender is self, show recipient instead, with `to:'.1988-07-13 Richard Stallman (rms at wheat-chex.ai.mit.edu) * files.el (auto-save-file-name-p): doc fix.1988-07-12 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * paths.el (rmail-spool-directory): Handle RTU like sysV.1988-07-10 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * compile.el (compile1): use set-buffer, not switch-to-buffer. * startup.el (command-line): strip hyphens one by one from TERM type.1988-07-05 Chris Hanson (cph at kleph) * texinfmt.el: Add support for @defun and related commands.1988-07-05 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * loadup.el: Avoid setting the global variable `name'.1988-07-04 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * rmail.el (rmail-make-in-reply-to-field): Use doublequotes, not parens, around sender name in rfc822 mode. * info.el (Info-read-subfile): Don't lose if subfile header isn't same length as main file header.1988-07-03 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * shell.el (shell-send-input): Put bound on search for prompt.1988-07-01 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * autoinsert.el: New file. * text-mode.el (center-region): Don't let end-of-region become wrong when insertion/deletion is done. * info.el (Info-find-node): Typo in regexp. (Info-following-node-name): At open paren, continue to close. * tags.el (list-tags): Terminate scan on end-of-buffer.1988-06-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * loaddefs.el (auto-mode-alist): C mode for `.cc'.1988-06-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * paths.el (rmail-spool-directory): Treat unisoft like usg. * texinfo.el (texinfo-show-structure): New function. (texinfo-insert-*): Several new functions. (texinfo-mode-map): New keymap. * dired.el: provide 'dired.1988-06-23 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * files.el (hack-local-variables): Ignore `eval' if running as root.1988-06-22 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * nroff-mode.el (nroff-brace-table): Add G1 vs G2.1988-06-21 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * spell.el (spell-region, spell-string): Fix typo `spell-cmd'.1988-06-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * lpr.el (lpr-command): New variable holds the shell command to print a file (normally "lpr").1988-06-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * rnewspost.el (news-inews): run news-inews-hook. * rmail.el (rmail-show-message): run rmail-show-message-hook.1988-06-12 Richard Stallman (rms at gluteus.ai.mit.edu) * keypad.el: Additional conventional chars added in the comments. * text-mode.el: erroneously installed text-mode-syntax-table in current buffer.1988-06-09 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * fill.el (fill-region-as-paragraph): Err if fill-prefix is too long for the fill-column. * texinfmt.el (texinfo-format-{region,buffer-1}): Make sure buffer ends in a newline.1988-06-07 Chris Hanson (cph at kleph) * xscheme.el (xscheme-process-filter-alist): add escape sequence which instructs Emacs to change the working directory of the Scheme process buffer. This change is required for Scheme runtime library version 14.1988-06-02 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * sendmail.el (mail-do-fcc): avoid insert-buffer (too high level).1988-05-31 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * outline.el: Must put `\(...\)' around outline-regexp when prepending `^'.1988-05-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * fortran.el, hanoi.el, helper.el, info.el, mlconvert.el, modula2.el, rmail.el, sendmail.el, sort.el, underline.el: doc fixes. * loaddefs.el: autoload doc fixes.1988-05-28 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * help.el (print-help-return-message): Handle pop-up-windows = nil. * nroff-mode.el (nroff-brace-table): Add more pairs, for some mm macros (nroff-comment-indent): Recognize ' like period. (nroff-mode): .SK and .OP separate pages. * shell.el (lisp-send-defun): Install new, corrected no-process check.1988-05-27 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * c-mode.el (electric-c-terminator): Tests to distinguish labels from other uses of colon failed if inserting at end of buffer.1988-05-24 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * texinfmt.el (texinfo-parse-expanded-arg): like texinfo-parse-line-arg but expand commands inside the arg. (texinfo-index): Use that. (@end ifinfo): Discard terminating newline.1988-05-23 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * files.el (file-name-sans-versions): VMS version can be sep. by `.'. Also delete mysterious line that removes `$__$'.1988-05-22 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * gdb.el (gdb-filter-accumulate-marker): Empty gdb-filter-accumulate since its contents are now in STRING. * rnews.el (news-get-pruned-list-of-files): catch errors for read-protected directories.1988-05-20 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * meese.el: Bind off buffer-read-only while changing buffer. Don't add protect-innocence-hook twice. * sendmail.el (mail-do-fcc): If fcc file is in a buffer, append there.1988-05-16 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * bibtex.el (bibtex-mode): Delete some keys that were vt100 keypad. (bibtex-DEAthesis): Delete this and its key definition. (bibtex-sun-*): Insert functions.1988-05-15 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * loaddefs.el: Doc fix.1988-05-12 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * tex-mode.el (TeX-region): Pass nil to make-shell as startfile arg.1988-05-11 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * shell.el (make-shell): If PROGRAM is nil, default like M-x shell. * tex-mode.el (TeX-region): Used eliminated fn. expand-directory-name.1988-05-10 Richard Stallman (rms at corn-chex.ai.mit.edu) * shell.el (lisp-send-defun): Undo last change. * loaddefs.el (rmail-primary-inbox-list): Doc fix.1988-05-08 Richard Stallman (rms at lucky-charms.ai.mit.edu) * man.el (manual-entry): Handle section names > 1 letter. * paths.el (manual-formatted-*): Add alternative for Xenix.1988-05-06 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * Version 18.51 released. * vms-patch.el (vms-suspend-resume-hook): New fn to find a file after Emacs is resumed on VMS. (vms-suspend-hook): Don't suspend if logical name DONT_SUSPEND_EMACS * server.el (server-start): Don't say "restarting" the first time. * files.el (revert-buffer): Avoid wta error if autosave turned off.1988-05-03 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * icon.el: New file.1988-05-02 Brian Fox (bfox at rice-krispies.ai.mit.edu) * replace.el (perform-replace): Make `y' do what SPC does, `n' do what DEL does, and `q' do what ESC does. The original set of keys still work.1988-05-01 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * gdb.el (gdb-filter-insert): Save and restore prev. current buffer. (gdb-filter-accumulate-marker): set-buffer should not be done here.1988-04-28 Chris Hanson (cph at kleph) * xscheme.el: Force use of pipes for communication with inferior Scheme. This avoids bugs in PTY implementations on various systems.1988-04-25 Chris Hanson (cph at kleph) * scheme.el: Add indentation for `with-values'.1988-04-22 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * shell.el (shell-send-input, lisp-send-defun): Err right away if shell no process. * text-mode.el (center-line): doc fix.1988-04-21 Richard Stallman (rms at corn-chex.ai.mit.edu) * texinfmt.el (texinfo-format-region): Select the output buffer at the beginning. Copy the @setfilename command as well as the specified region. At end, put point at top. Accept @bye only at beg of line.1988-04-20 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * informat.el (Info-validate): Change message for Next's Previous. Now the word "invalid" must be included in the message string if it is wanted.1988-04-19 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * cl-indent.el (common-lisp-indent-hook): Handle ` like '. * gdb.el: Completely rewritten filtering mechanism (by cph). Should look the same to the user.1988-04-18 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * startup.el (command-line): Treat `_' in term-type name like `-'. * term/apollo.el: New file, loads vt100.el. * dired.el (dired-mode): Allow no arg--to put any old dir into dired mode. Make it interactive. * simple.el (indent-for-comment): If comment-start-skip has \(...\), the delimiter starts where the end of the first pair matches. * tex-mode.el (TeX-common-initialization): Add a \(...\) to comment-start-skip so its end is always at start of delimiter.1988-04-14 Richard Stallman (rms at frosted-flakes.ai.mit.edu) * paragraph.el (forward-paragraph): Bug in pragraph-ignore-fill-prefix. * terminal.el (te-sentinel): Delete whitespace at end of buffer before inserting the message. * debug.el (debug): Bind executing-macro to nil; avoid lossage if enter debugger while kbd macro is running. * rmailout.el (rmail-output-to-rmail-file): Error if output file is same as current file. * rmailout.el (rmail-output): Don't die if rmail-last-file is nil.1988-04-13 Leonard H. Tower Jr. (tower at rice-krispies.ai.mit.edu) * rnews.el: fixed mis-documentation.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -