⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 早期freebsd实现
💻
📖 第 1 页 / 共 5 页
字号:
	print a file (normally "lpr").Wed Jun 15 06:13:32 1988  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.Sun Jun 12 10:55:47 1988  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.Thu Jun  9 05:28:48 1988  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.Tue Jun  7 12:47:31 1988  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.Thu Jun  2 06:36:43 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)	* sendmail.el (mail-do-fcc): avoid insert-buffer (too high level).Tue May 31 18:12:10 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)	* outline.el: Must put `\(...\)' around outline-regexp	when prepending `^'.Mon May 30 17:30:18 1988  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.Sat May 28 05:19:41 1988  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.Fri May 27 21:28:20 1988  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.Tue May 24 15:09:32 1988  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.Mon May 23 12:45:52 1988  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 `$__$'.Sun May 22 14:28:56 1988  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.Fri May 20 00:54:22 1988  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.Mon May 16 21:17:39 1988  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.Sun May 15 19:35:59 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)	* loaddefs.el: Doc fix.Thu May 12 17:47:35 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)	* tex-mode.el (TeX-region): Pass nil to make-shell as startfile arg.Wed May 11 14:20:41 1988  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.Tue May 10 21:45:09 1988  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.Sun May  8 15:15:45 1988  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.Fri May  6 10:49:12 1988  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.Tue May  3 08:30:12 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)	* icon.el: New file.Mon May  2 17:44:49 1988  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.Sun May  1 17:09:04 1988  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.Thu Apr 28 17:46:02 1988  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.Mon Apr 25 08:56:41 1988  Chris Hanson  (cph at kleph)	* scheme.el: Add indentation for `with-values'.Fri Apr 22 07:12:46 1988  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.Thu Apr 21 01:00:45 1988  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.Wed Apr 20 19:20:33 1988  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.Tue Apr 19 00:01:22 1988  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.Mon Apr 18 16:17:42 1988  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.Thu Apr 14 05:54:37 1988  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.Wed Apr 13 10:48:13 1988  Leonard H. Tower Jr.  (tower at rice-krispies.ai.mit.edu)	* rnews.el: fixed mis-documentation.Wed Apr 13 00:55:00 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)	* dired.el (dired-readin): Print msg on startup and when done.	* spell.el (spell-command): New var; command to use to invoke	the spell program.	* terminal.el (terminal-emulator): Choose default shell like shell.el.	Use /bin/sh for changing env.	(te-parse-program-and-args): Use shell-file-name for globbing.	* dired.el (dired-rename-file): Include old file name in prompt.	* cal.el (calendar): Convert any nonnull arg to a number.Tue Apr 12 13:05:18 1988  Chris Hanson  (cph at kleph)	* xscheme.el: Change to print ";No value" when the value of an	expression is undefined.Sun Apr 10 02:33:43 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)	* kermit.el: New file.	* tex-mode.el (TeX-common-initialization): Make TeX-command, etc.,	local here rather than in both callers.	Provide 'tex-mode.	(TeX-start-shell): Make keymap only once, and reuse it.	Pass 'nostartfile, not "/dev/null", to `make-shell'.	(set-buffer-directory): Use file-name-as-directory.  Don't use...	(expand-directory-name): function deleted.	* simple.el (indent-for-comment): If comment-start-skip matches a	string with nonfinal whitespace, the comment delimiter starts	after that whitespace (for indentation purposes).	Don't modify the buffer if existing indent is correct.	* cmacexp.el (c-macro-expand): Use cpp to expand macros in the region.	* c-mode.el: Autoload that.	* texinfmt.el (texinfo-format-scan): Guts of texinfo-format-buffer-1	split into a new function.	Delete handling of C-q, which is not used in Texinfo nowadays.	(texinfo-format-region): New function to format a region.Sat Apr  9 11:48:24 1988  Leonard H. Tower Jr.  (tower at frosted-flakes.ai.mit.edu)	* rnewspost.el (news-post-news, news-reply) No longer re-inits	*post-news* buffer, if buffer-modified-p.Sat Apr  9 03:09:36 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)	* spook.el (shuffle-vector): Rewrite by phr.	* undigest.el (undigestify-rmail-message): Put space before `unseen'.	* ada.el, c-mode.el, lisp-mode.el, mim-mode.el, modula2.el, prolog.el,	scheme.el: Make paragraph-ignore-fill-prefix locally t in these modes.	* paragraph.el (forward-paragraph): Ignore fill-prefix if	Make paragraph-ignore-fill-prefix is non-nil.Fri Apr  8 05:39:13 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)	* man.el, loaddefs.el: Doc fix.Wed Apr  6 21:06:52 1988  Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)	* loaddefs.el: added `.texinfo' to the less common extensions	section of the auto-mode-alist so that emacs chooses the correct	mode for files with this extension.Fri Apr  1 17:53:57 1988  Richard M. Stallman  (rms at wilson)	* gdb.el (gdb): Specify -cd option to GDB so GDB will use	the same path for the dir as the user is using in Emacs.Thu Mar 24 01:15:15 1988  Richard M. Stallman  (rms at wilson)	* spook.el: New file.	* nroff-mode.el (forward-text-line): either . or ' starts a request.	(nroff-mode): In paragraph-{start,separate}, ditto.	(electric-nroff-newline): Don't insert extra newlines.Wed Mar 23 16:21:02 1988  Richard M. Stallman  (rms at wilson)	* x-mouse.el: Change unshifted clicks for x11.	Bind all up-clicks to no-op.	* term/x-win.el (command-switch-alist): Ignore all X's switches	in x11.	Don't test fboundness of `x-change-display'.	On x11, don't set-input-mode or set term-setup-hook.	x-switches feature now broken.	* term/x11-win.el: Delete this file since X11 is now	a subcase of X.Sun Mar 20 14:23:07 1988  Richard M. Stallman  (rms at wilson)	* rmailkwd.el (rmail-next-labeled-message): Allow space	before the label name (since now they are supposed to be there).	* paths.el (rmail-primary-inbox-list): Don't define it here.	* loaddefs.el: Define it here but set it to nil.	* rmail.el (rmail): If it's nil, compute the default here.	Now we decide $LOGNAME vs $USER at run time, not build time.	* lisp-mode.el (lisp-indent-line): 	Single-semicolon comment lines should be indented at comment col.	* cl-indent.el (lisp-indent-do): Smarter version from Kevin Layer.	* cl.el (setf): Simplify code produced; don't use `apply'	and, if handler isn't a macro, don't bind any temp vars.	* cl.el: Make and doc strings and error messages use GNU style.Sat Mar 19 17:18:01 1988  Richard M. Stallman  (rms at wilson)	* hideif.el: New version from liberte@b.cs.uiuc.edu.	* VMS-oriented bug fixes from David Gentzel.	* texinfmt.el (texinfo-format-setfilename): expand the filename.	(texinfo-do-itemize): Don't indent an empty line.	(texinfo-format-printindex): On VMS, use texinfo-sort-region to sort.	(texinfo-sort-{region,startkeyfun}): New functions.	* sort.el: provide 'sort.	* sendmail.el (mail): Doc fix.	* help.el (help-with-tutorial): Use expanded file name for making bfr.	* info.el (Info-find-node): Remove versions from file name.	* informat.el (Info-split): Remove versions from file name.	* bytecomp.el (byte-compile-file, byte-recompile-directory):	Remove versions from name of file to write.  Good on VMS.	(batch-byte-compile): Likewise.Fri Mar 18 13:11:35 1988  Chris Hanson  (cph at kleph)	* term/x11-win.el (command-switch-alist): Option "-rn" mistakenly	omitted from this list.Fri Mar 18 15:42:19 1988  Richard M. Stallman  (rms at wilson)	* modula2.el: Changes from Michael Schmidt:	Better prompting in m2-for.  Variables for program name for	compilation and for linking.  Don't assume executable name	comes from module name.  m2-toggle knows about .md and .mi files.	* rmail.el (rmail): Default for C-o is now `xmail';	rmail-last-rmail-file now defaults independently to `XMAIL'.	* lisp-mode.el (lisp-mode): Define C-c C-l as M-x run-lisp.	* paths.el (rmail-primary-inbox-list): Use rmail-spool-directory	as a basis for value of this; avoid redundant decisions.	* rnews.el (news-update-message-read): typo, cdadr => news-cdadr.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -