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

📄 changelog.2

📁 windows版本的emacs
💻 2
📖 第 1 页 / 共 5 页
字号:
1987-02-22  Richard M. Stallman  (rms at prep)	* texinfmt.el: Define @cite, @emph and @strong.1987-02-19  Richard Mlynarik  (mly at prep)	* subr.el:	(fset 'set-window-buffer 'show-buffer) =>	(fset 'show-buffer 'set-window-buffer)1987-02-19  Richard M. Stallman  (rms at prep)	* view.el (view-mode): No longer interactive.	Much easier than fixing the problems that happen if it is	used wrong.	* files.el (find-alternate-file): Don't offer save if read-only.1987-02-18  Chris Hanson  (cph at prep)	* simple.el (do-auto-fill): Do not `save-excursion' if	do-auto-fill should have exactly the same effect as doing	indent-new-comment-line.  Otherwise if a fill-prefix or	comment-start is inserted, point will be left at the beginning	rather than the end of the inserted prefix.1987-02-18  Richard M. Stallman  (rms at prep)	* abbrev.el (abbrev-mode): Update the mode line.	* simple.el (overwrite-mode): Update the mode line.	* term/vt100.el: If there are already keymaps on \e[ amd \eO,	use them for the CSI-map and SS3-map.	* texinfmt.el (texinfo-format-center): @center was missing.	* isearch.el (isearch): If DEL is not special,	it terminates the search as a random control character.1987-02-16  Richard M. Stallman  (rms at prep)	* dabbrev.el: Missing quote in arg to make-variable-buffer-local.	* man.el (manual-entry):	Use insert-man-file instead of insert-file-contents.	* tex-mode.el (TeX-show-print-queue): Start tex shell	if not already done.	* tex-mode.el (TeX-mode): bound search for % at eol.1987-02-15  Richard M. Stallman  (rms at prep)	* loaddefs.el (completion-ignored-extensions): Add .bin again;	scheme is said to use it.1987-02-13  Richard M. Stallman  (rms at prep)	* rmail.el (rmail-insert-inbox-text): Do expand-file-name	on names of inbox files.	* loaddefs.el: Add autoload for server-start.1987-02-09  Richard Mlynarik  (mly at prep)	* Version 18.37 released.	* rmail.el (rmail-mode-1):	Don't rely on mode-line-format being consp.1987-02-08  Richard M. Stallman  (rms at prep)	* shell.el (inferior-lisp-program): New variable is used	as program name when starting inferior Lisp.	* shell.el (lisp-send-defun): Write the text to a temp file,	then send a string saying to load the file.	inferior-lisp-load-command controls generation of that string.	Prefix arg means bring *lisp* buffer onto the screen	and scroll it to the end.	inferior-lisp-prompt controls recognition of when prompt	arrives, indicating no more output coming so scrolling may be done.	* server.el (server-start): Make "Server" appear in mode line	while actual server operation is going on.	Do process-kill-without-query also.	* server.el (various): Call the buffer " *server*", not "*server*".	* server.el (server-sentinel): Considerable cleanup.	Don't ever switch-to-buffer on *server*.  Do all parsing in it	and finding of files without changing displayed buffers;	only then display one buffer that merits it.	Eliminate variable old-server-edit-buffer.	* files.el (save-abbrevs): Default value is nil.	* abbrev.el (read-abbrev-file): Set save-abbrevs to t.	* shell.el (make-shell): Change process-environment	to specify EMACS=t, TERM=switch and no TERMCAP.	* debug.el (debug): Bind print-escape-newlines to t	while printing the backtrace.	* subr.el (run-hooks): Each hook value may be a list of functions	as well as a single function.	* files.el (after-find-file): Wait only after serious messages,	not "(New file)" or "File is read-only".  And don't redisplay	when waiting.	* mlconvert.el (convert-mocklisp-buffer):	Generate mocklisp-style defuns, not Lisp-style,	for dummy function ml-foo.  Indent the body.1987-02-08  Daniel LaLiberte  (liberte at b.cs.uiuc.edu)	* mlconvert.el (convert-mocklisp-buffer):	Insert the starting comment and the `require' after	encapsulating non-defuns into defuns.	* mlconvert.el (fix-mlisp-syntax): Detect and fix the	^LETTER syntax.1987-02-07  Richard M. Stallman  (rms at prep)	* mlconvert.el (convert-mocklisp-buffer):	Treat | as alphabetic char.  Convert syntax before	converting non-defuns to defuns.1987-02-05  Richard Mlynarik  (mly at prep)	* ftp.el (ftp-find-file):	Ignore `125's from server.1987-02-03  Richard Mlynarik  (mly at prep)	* simple.el (auto-fill-mode):	Update mode-line after changing minor mode.1987-02-03  Richard M. Stallman  (rms at prep)	* mh-e.el (mh-insert-prefix-string):	Use explicit loop by lines.1987-02-01  Richard M. Stallman  (rms at prep)	* loaddefs.el: purecopy many strings found in initial var values.	Garbage collect in middle of file to reduce storage required	for loading.  Remove ".bin" from completion-ignored-extensions	on Unix since only Symbolics customers would benefit from its presence.	Symbolics killed the MIT AI lab; don't do business with them.	* view.el (view-file): Kill the buffer at the end if it was	created just for this and was not modified.	* userlock.el (ask-user-about-supercession-help):	Suggest use of revert-buffer.	* help.el (print-help-return-message): Don't count minibuffer window	when deciding whether there is only one window.  Calls one-window-p.	* subr.el (one-window-p): New function.	* subr.el: Rename some args to reduce number of symbols.	* electric.el (Electric-pop-up-window):	* ehelp.el (with-electric-help):	* rmail.el (rmail-forward):	* sendmail.el (mail-send-and-exit): Don't count minibuffer window	when deciding whether there is only one window.	These are done by definining subroutine one-window-p in a way that	works in old versions of Emacs.1987-01-30  Richard Mlynarik  (mly at prep)	* loaddefs.el (completion-ignored-extensions):	Add ".lbin"	* mail-utils.el, loaddefs.el (mail-use-rfc822): Doc typo.1987-01-29  Richard M. Stallman  (rms at prep)	* rmail.el (rmail-set-message-counters):	* rmail.el (rmail-count-new-messages):	Don't bind cursor-in-echo-area.	* debug.el (debug-on-entry): Doc fix.	* files.el (rename-auto-save-file): Don't rename if new and old	names are the same.1987-01-28  Richard M. Stallman  (rms at prep)	* rmail.el (rmail-mode-1): Don't set mode-line-buffer-identification.1987-01-26  Richard M. Stallman  (rms at prep)	* simple.el (set-variable): Use documentation-property	instead of get, for getting variable documentation.1987-01-25  Richard Mlynarik  (mly at prep)	* debug.el (debug):	Bind cursor-in-echo-area.1987-01-23  Richard M. Stallman  (rms at prep)	* isearch.el (isearch): In reverse search, wrapping is to end	of buffer, not beginning.	* man.el (manual-entry): Take 1st char of `section' as a	substring, not as a char, to pass to `concat'.	* loaddefs.el (completion-ignored-extensions):	Add ".glo", ".idx" and ".lot".1987-01-22  Chris Hanson  (cph at prep)	* shell.el (shell): Do not pass -T flag to `/bin/sh', only to	`/bin/csh'.1987-01-22  Richard M. Stallman  (rms at prep)	* scribe.el (scribe-mode): Doc fix.	* loaddefs.el (scribe-mode): Doc fix.	* tex-mode.el (tex-mode): Change tex vs latex discrimination	to avoid a slow regexp.1987-01-22  Richard Mlynarik  (mly at prep)	* files.el (find-file-noselect):	Call expand-file-name earlier so it is correct in case of errors,	file-not-found, etc.1987-01-21  Richard Mlynarik  (mly at prep)	* yow.el, flame.el, doctor.el:	Change calls to (random) (lisp reader doesn't read octal "07777")1987-01-21  Richard M. Stallman  (rms at prep)	* Version 18.36 released.1987-01-21  Richard M. Stallman  (rms at prep)	* bytecomp.el (byte-compile-setq-default): New function for	special handling needed because setq-default has an unevalled arg.	* c-mode.el (calculate-c-indent): When finding first statement	inside brace-group, `case' is not special unless a colon appears.	* macros.el (kbd-macro-query): Make C-l call `recenter'.	* bytecomp.el (byte-compile-setq): Make setq with no args	generate a value.	* bytecomp.el (byte-compile-cond): Notice unconditional clauses	and optimize the code generated.1987-01-20  Richard M. Stallman  (rms at prep)	* bytecomp.el (byte-compile-if): Correct test for else-less if's.	* sun-mouse.el: Delete code to handle resize-blips	since they are unnecessary and no longer generated.	* sort.el (sort-columns): Pass -t\n instead of -b to `sort'.1987-01-19  Richard M. Stallman  (rms at prep)	* loaddefs.el (auto-mode-alist): Recognize .lsp as Lisp mode.1987-01-16  Richard Mlynarik  (mly at prep)	* rmail.el (rmail-count-new-messages),	  rmailout.el (rmail-output-to-rmail-file):	Add optional arg `nomsg' to former, which latter supplies,	so that rmail doesn't report counting one appended message.1987-01-15  Richard M. Stallman  (rms at prep)	* shell.el (shell): Flush hpux kludge to use "sh" instead of	SHELL, and install another kludge to pass -T if on hpux.1987-01-15  Richard Mlynarik  (mly at prep)	* time.el (display-time-filter):	Never eat anything larger than your own head.1987-01-15  Richard M. Stallman  (rms at prep)	* files.el (after-find-file): Sit for 2 sec after warning msg.1987-01-15  Richard Mlynarik  (mly at prep)	* rmail.el (rmail-get-new-mail):	(or (verify-visited-file-modtime (current-buffer))            (find-file (buffer-file-name)))	* simple.el (append-next-kill):	Make this work when not (interactive-p)1987-01-14  Richard Mlynarik  (mly at prep)	* terminal.el:	Can't send ^d chars (004) through the cretinous so-called ptys	written by the mindless so-called hackers responsible for un*x	(the Operating System of the Future.)1987-01-12  Richard Mlynarik  (mly at prep)	* files.el (basic-save-buffer):	Typo.1987-01-11  Richard Mlynarik  (mly at prep)	* ebuff-menu (electric-buffer-list):	Typo.	* buff-menu.el (Buffer-menu-select):	If the buffer to select is also marked with ">" only make one	window for it.	* terminal.el (te-filter):	Save/restore point from te-saved-point to minimise the lossage	vandals can inflict.1987-01-09  Richard M. Stallman  (rms at prep)	* tex-mode.el: New version from Gildea.	Many changes.1987-01-09  Richard Mlynarik  (mly at prep)	* novice.el (disabled-command-hook):	cursor-in-echo-area.1987-01-09  Richard M. Stallman  (rms at prep)	* mh-e.el (mh-send-letter, mh-fully-kill-draft):	Two minor fixes from Larus.	* files.el (basic-save-buffer):  After prompting for	filename for non-file buffer, turn on auto-save.1987-01-08  Richard Mlynarik  (mly at prep)	* files.el (set-visited-filename):	(kill-local-variable 'revert-buffer-function)	* hanoi.el (hanoi0), yow.el, flame.el (psychoanalyze-{pinhead,flamer}):	Quit if luser types a char rather than inhibiting redisplay for 20	minutes!1987-01-08  Richard M. Stallman  (rms at prep)	* sort.el (sort-columns): Fix typo in variable name.	Also check for presence of tabs and get error.1987-01-07  Richard M. Stallman  (rms at prep)	* vi.el: New version from wu@crys.wisc.edu.	All function and variable names start with `vi'.	Some missing vi capabilities now emulated.	* sun-mouse.el (set-screen-size-and-rdis):	was using x as screen height and y as width; exchange.1987-01-06  Richard Mlynarik  (mly at prep)	* term/x-win.el:	Set suspend-hook to get an error.1987-01-06  Richard M. Stallman  (rms at prep)	* mh-e.el (mh-write-msg-to-file): Generate buffer " *mh-temp*"	if it is missing.1987-01-06  Richard Mlynarik  (mly at prep)	* rmailmsc.el (set-rmail-inbox-list):	More informative prompt.1987-01-05  Richard M. Stallman  (rms at prep)	* paths.el: Prefer Berkeley-style formatted manual directories	(/usr/mat/cat1...) to ATT-style ones.  Pyramid has trouble	if it uses ATT dirs in BSD universe.	* vi.el: New version from wu@crys.wisc.edu.	* Version 18.35 released.1987-01-04  Richard M. Stallman  (rms at prep)	* picture.el: Fix typo in define-key for C-c<.1987-01-04  Richard Mlynarik  (mly at prep)	* prolog.el:	Don't modify current buffer's syntax-table when loading this file.1987-01-03  Richard M. Stallman  (rms at prep)	* x-mouse.el: Define names for the button-up 

⌨️ 快捷键说明

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