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

📄 changelog.2

📁 windows版本的emacs
💻 2
📖 第 1 页 / 共 5 页
字号:
1987-05-13  Richard M. Stallman  (rms at prep)	* sendmail.el (mail-setup): New parameter mail-default-reply-to:	if non-nil, insert it as a Reply-to field.	* dired.el (dired-unflag): Doc fix.	* simple.el (blink-matching-open):	Don't use last-input-char; look in the buffer to determine	which closeparen is present.1987-05-12  Richard M. Stallman  (rms at prep)	* loadefs.el (sentence-end): Treat `}' like `)'.	* buff-menu.el (buffer-menu-mode):	Run buffer-menu-mode-hook.	* modula2.el (m2-newline): Define this missing function.	* server.el (server-done): Write MH backup with write-region.	loaddefs.el: Autoload server-start, not server-edit.	(server-start): Change documentation: this is the main entry.	* startup.el (command-line): If running under `su',	use user's original login name to get init file.	Otherwise use $HOME.1987-05-11  Richard M. Stallman  (rms at prep)	* isearch.el (isearch): When splitting window for slow search	with temp window at the top, prevent scrolling in main window.	* term/vt200.el: Correct mapping of Insert key.	* loaddefs.el (run-scheme): Add an autoload.1987-04-29  Richard Mlynarik  (mly at prep)	* abbrevlist.el (list-one-abbrev-list): Use value returned by sort.	(Michael Prange <8704291816.AA13767@prep.ai.mit.edu>)1987-04-29  Leonard H. Tower Jr.  (tower at prep)	* loaddefs.el	Updated rnews documentation and added autoload of news-post-news.1987-04-28  Leonard H. Tower Jr.  (tower at prep)	* rnewspost.el (news-post-news, news-reply)	Fixed news-show-all-headers bug when *news* buffer was on an	article that no longer has a file in the news spool directory	tree.  Also made both work from almost any buffer in any mode.	(Dave Steiner <8704230309.AA03452@topaz.rutgers.edu>)1987-04-28  Richard Mlynarik  (mly at prep)	* files.el (save-buffer):	When saving a large file, print a message.	* terminal.el (te-newline, te-set-window-start):	Don't set-window-start unless	(eq (selected-window) (get-buffer-window (current-buffer)))	* startup.el (command-line): -batch => -no-init-file1987-04-23  Leonard H. Tower Jr.  (tower at prep)	* rnewspost.el; rnews.el:	added (require 'rnews) and (provide 'rnews), respectively.1987-04-23  Chris Hanson  (cph at prep)	* scheme.el:	* xscheme.el:	Install new versions of these files to correspond to CScheme	release 5.  The old `xscheme.el' will not work correctly with the	new CScheme release.  The new `scheme.el' implements the Scheme	standard syntax more correctly.1987-04-23  Richard Mlynarik  (mly at prep)	* loaddefs.el:	Autoload `run-prolog'.  ".pl" files are in prolog-mode.	* prolog.el:  Fix to prolog-indent-level.	(Masanobu UMEDA <8704201111.AA10940@flab.flab.fujitsu.junet>)	* vip.el: Fixes from Masahiko Sato; Version 2.8	(ms@sail.stanford.edu <8704231017.AA11075@nttlab.ntt.junet>)1987-04-15  Paul Rubin  (phr at prep)	* version 18.44 released.1987-04-14  Richard Mlynarik  (mly at prep)	* mailalias.el (build-mail-aliases):	Don't treat "alt" as "alias" (delimit "[ \t]+" not "[ \t]*")	(sjk <8704140433.AA00840@cancun.ads.arpa>)1987-04-13  Richard Mlynarik  (mly at prep)	* loaddefs.el ((query-)replace-regexp documentation):	Use \=\<n> in doc strings now that \< is special in	substitute-command-keys.1987-04-11  Richard Mlynarik  (mly at prep)	* server.el: (various):	Changes suggested by rlk@athena.mit.edu	(<8704032045.AA00797@CHOWPEENTULK.MIT.EDU>)	* loaddefs.el:	Autoload server-edit rather than server-start.	[This was later taken out.]	* dired.el (dired-compress, dired-uncompress):	Add "(Un)compressing <file>... done" messages.	* view.el (view-mode-command-loop):	Restore local map of correct buffer, even if user has switched	buffers.	(jason <19933.545094826@violet.berkeley.edu>)	* lisp.el (lisp-complete-symbol):	Skip over `quote' syntax chars to find real start of symbol.	(douglis <8704102143.AA16318@sloth.Berkeley.EDU>)1987-04-10  Richard Mlynarik  (mly at prep)	* mailalias.el:	build-mail-aliases: Hack "\\\n" continuation lines.	define-mail-alias: Addresses sent to the mailer should be	separated by ", ", not " "!!1987-04-08  Richard Mlynarik  (mly at prep)	* rfc822.el (rfc822-addresses):	Don't loop trying to report that ";" is an invalid address.1987-04-06  Richard Mlynarik  (mly at prep)	* sun-mouse.el: (sm::window-xy):	Agree with `new' args to next-window.	(peck@sun.com <8704032106.AA12845@denali.sun.com>)1987-04-03  Richard Mlynarik  (mly at prep)	* term/vt200.el:  Fix typo. 1987-04-02  Richard Mlynarik  (mly at prep)	* startup.el (command-line):	Default init file is "$HOME/.emacs", not "~$USER/.emacs"1987-03-31  Richard Mlynarik  (mly at prep)	* edt.el:  Fix typo.	* mh-e.el (mh-send-letter):	"-unique" => "-nopush.	(larus <8703311804.AA05788@paris.Berkeley.EDU>)	* shell.el: Minor doc fixes.	* rmail.el (rmail-get-new-mail):	Handle errors competently. (Don't attempt to	handle them, rather than botching the job)	* rmail.el (rmail-insert-inbox-text):	Put ".newmail" file in same directory as rmail-file-name	rather than in $HOME.  This allows one to read things in	even when out of space on one filesystem.	Use expand-file-name rather than (concat file "/...")	for system-independence.	Collect and report errors from `movemail' (rather than	saying "(There is no new mail)"!)	* rmail.el:	rms' changes of the 5th of March never made it in.	rmail-undelete-previous-message, rmail-next-undeleted-message:	Don't call rmail-show-msg if message is already current.	Avoids scrolling.1987-03-22  Richard M. Stallman  (rms at prep)	* Version 18.41 released.	* vip.el (vip-mode): Add this function, which loaddefs.el expected.	* vip.el (change-mode): Eliminate emacs-mode-line-format;	use change-mode-line when reentering emacs-mode.	* prolog.el (prolog-mode-variables): comment-column=48.	* prolog.el (prolog-consult-region): New arg COMPILE (prefix).	Before the region, send one of prolog-{consult,compile}-string.	After, send prolog-eof-string or else real eof.	Get region bounds using interactive r.	* prolog.el (prolog-consult-region-and-go): Similar.	* info.el (Info-find-node): Don't call Info-mode	if already in that mode.  Avoids wiping out local variables	such as Info-current-file.1987-03-21  Richard M. Stallman  (rms at prep)	* term/sun.el: Define sun-esc-bracket as nil:	don't redefine M-[ by default.	* informat.el (Info-validate): Don't get error while	checking for an indirect info file.1987-03-20  Richard M. Stallman  (rms at prep)	* dired.el (dired-{un,}compress): Don't specify path	for programs compress and uncompress.1987-03-19  Richard Mlynarik  (mly at prep)	* disassemble.el (disassemble-1):	Let print-escape-newlines t around constant printing.	* terminal.el (terminal-emulator):	Quote shell arg as "TERMCAP=foo" not TERMCAP="foo"1987-03-19  Richard M. Stallman  (rms at prep)	* vip.el (string-tail, change-mode-line):	Use string manipulation; flush the temp buffer " *working-space*".1987-03-18  Richard M. Stallman  (rms at prep)	* Version 18.40 released.	* files.el (after-find-file): Use directory-file-name where needed.1987-03-18  Richard Mlynarik  (mly at prep)	* ftp.el (ftp-find-file-or-directory): Paren error.1987-03-17  Richard M. Stallman  (rms at prep)	* server.el (server-visit-buffers): Don't revert a buffer	automatically if the file does not currently exist.	* mh-e.el (mh-list-to-string, mh-page-digest{,-backwards}):	Fixes from Larus.	* server.el (server-start): Kill old server before	clearing out its records.  Delete any old server socket	unconditionally.  Mark server process as kill-without-query.	* files.el (recover-file): Don't try to list directory on vms.1987-03-14  Richard M. Stallman  (rms at prep)	* Version 18.39 released.1987-03-13  Richard M. Stallman  (rms at prep)	* dired.el: New commands dired-{un,}compress,	dired-byte-compile, dired-ch{mod,own,grp} and subroutine	dired-redisplay.  From Jim Cottrell, rbj@icst-cmr.arpa.	They are all put on keys.	* sun-{mouse,mouse-fns,cursors}.el, term/sun.el:	New and replacement files from peck@sun.com.1987-03-12  Richard M. Stallman  (rms at prep)	* server.el (server-visit-files): Before trying	find-file-noselect, check for existing buffer, and if it	isn't modified, revert it unconditionally. 	* mh-e.el (mh-send-letter): Considerable rewrite by Larus;	don't know why.1987-03-11  Chris Hanson  (cph at prep)	* sort.el (sort-subr): fix typo in sorting of lists: in case where	`sortcar' is not available, and arguments are numbers, was using	`cdr' to extract second argument to `sort' (rather than `car').1987-03-11  Richard M. Stallman  (rms at prep)	* tex-mode.el (TeX-comment-indent): In column 0,	don't require indenting at least to column 1.	* vip.el: New version from Sato; handles the EX commands.	* server.el: New version frm peck@sun, supporting	multiple clients.1987-03-10  Richard M. Stallman  (rms at prep)	* outline.el (hide-region-body): Exit loop cleanly	no matter which stage reaches eob.1987-03-09  Richard M. Stallman  (rms at prep)	* files.el (hack-local-variables): New optional arg FORCE.	If it's nil, and `inhibit-local-variables' is non-nil,	then query before installing the file's local variables.	* files.el (normal-mode): Pass non-nil FORCE to	hack-local-variables if we were called from find-file.	* shell.el (shell-send-input): Fix typo in condition-case syntax.	* shell.el (make-shell): Make a TERMCAP env var	for term type "emacs" to give the screen width.1987-03-08  Richard M. Stallman  (rms at prep)	* info.el (Info-mode): Make variables Info-current-*,	Info-tag-table-marker and Info-history local in Info-mode.1987-03-06  Richard Mlynarik  (mly at prep)	* ftp.el:  Paren error.1987-03-05  Richard M. Stallman  (rms at prep)	* sort.el (sort-reorder-buffer): Fix typo `end'->`last'	in insertion of the spacing after the last sort record.	* rmail.el (rmail-undelete-previous-message):	Don't call rmail-show-msg if message is already current.	Avoids scrolling.	* rmail.el (rmail-next-undeleted-message): Likewise.1987-03-04  Richard M. Stallman  (rms at prep)	* loaddefs.el (auto-mode-alist): Add .article and .letter	as text-mode, for rn.	* ftp.el (ftp-list-directory): New command.	* ftp.el (ftp-find-file-or-directory):	Guts of ftp-find-file are now here.  3rd arg is t for a file,	nil for listing a directory.	* mailalias.el (expand-mail-aliases): Correct handling of	aliases whose expansions use other aliases, and aliases	that are self-referent.	* c-mode.el (calculate-c-indent): Line at beg of buffer	needs no indentation.1987-03-03  Richard M. Stallman  (rms at prep)	* shell.el (shell): New series of variables `explicit-FOO-args'	specify args to use when running program FOO as a shell.	Supply system-dependent default for explicit-csh-args.	* mailalias.el (expand-mail-aliases):	Fix typo: use build-mail-aliases to gobble redefined mail aliases.	* loaddefs.el (dired-listing-switches): Doc fix.1987-03-02  Richard Mlynarik  (mly at prep)	* Version 18.38 released.	* shell.el (make-shell):	Use the "env" program.	This both simplifies and shortens the code, and makes it	environment-implementation-independent.1987-03-02  Chris Hanson  (cph at prep)	* page.el (what-page): Reported wrong page number if invoked	exactly to the right of a page-delimiter.1987-02-28  Richard M. Stallman  (rms at prep)	* loaddefs.el (mode-line-modified):	New variable for string that indicates modifiedness in mode line.	* rmail.el (rmail-mode-1): If mode-line-modified is bound,	change it rather than mode-line-format.	* rmailedit.el (rmail-edit-mode): same thing.1987-02-27  Richard M. Stallman  (rms at prep)	* info.el (Info-follow-reference): Combine multiple spaces	in node name before searching.  Also helps with newline and	spaces.	* texinfmt.el (texinfo-format-buffer-1):	Discard everything after the @bye.1987-02-26  Paul Rubin  (phr at prep)	* texinfmt.el (texinfo-format-emph):	Function was accidentally misnamed `texinfo-format'.1987-02-26  Richard M. Stallman  (rms at prep)	* x-mouse.el (x-help, x-buffer-menu):	Install definitions of these commands, possible now that	xmenu.c is installed.1987-02-24  Richard M. Stallman  (rms at prep)	* edt.el (update-mode-line): New function forces mode line update.	* edt.el (backup-mode, advance-mode): Call update-mode-line.	Also include a space at front of the word that's displayed.	function-map => function-keymap.	* edt.el: fix calls to define-keypad-key.	* edt.el: fix typo `delete-previous-character'.

⌨️ 快捷键说明

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