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

📄 changelog.1

📁 windows版本的emacs
💻 1
📖 第 1 页 / 共 5 页
字号:
	Remove "n" that was randomly inserted.	Use new variable sendmail-program as name of file to run	(defined in paths.el).1985-11-05  Richard Mlynarik  (mly at prep)	* rmailsum.el (rmail-new-summary):	Don't use create-file-buffer for summary buffer!	* rmailsum.el (rmail-make-summary-line-1):	Fix bug computing new summary line	* debug.el (debug):	Make recursive calls to the debugger work.	Make debugger buffer read-only	* sendmail.el (mail-send, sendmail-send-it):	Move some stuff from sendmail-send-it to mail-send	Delete auto-save #%*mail* file if `delete-auto-save-files'	* electric.el (Electric-command-loop):	condition-case for `beginning-of-buffer'1985-11-05  Richard M. Stallman  (rms at prep)	* rmail.el, rmailsum.el, rmailkwd.el:	Move definition of rmail-last-multi-labels from rmailkwd to rmail.	Make rmail-summary-by-labels use it as default and set it.1985-11-04  Richard Mlynarik  (mly at prep)	* yow.el, loaddefs.el:	Function yow.  Depends on file emacs/etc/yow.lines1985-11-04  Richard M. Stallman  (rms at prep)	* texinfo.el:	Remove definition of `@points'	Make texinfo-parse-arg-discard on a command with a whole-line arg	discard the whole line including the final newline.	As a result, texinfo-discard-line no longer works after	texinfo-parse-line-arg; make all such callers use	texinfo-parse-arg-discard.	* rmail.el:	Rename rmail-find to rmail-search and put on M-s.	Move `h' to C-M-h as well.	Move `l' to C-M-l as well.	Move old C-M-l to C-M-r.	* rmailkwd.el:	Make rmail-next-labeled-message keep its own default	rmail-last-multi-labels, instead of using rmail-last-label.1985-11-01  Richard M. Stallman  (rms at prep)	* rmail.el (rmail-parse-file-inboxes):	Must do save-excursion outside the save-restriction.1985-10-31  Richard M. Stallman  (rms at prep)	* rmail.el:	(rmail-mode) don't default rmail-inbox-list here.	(rmail): Default rmail-inbox-list to rmail-primary-inbox-list	  only if primary Rmail file.	rmail-primary-inbox-list now in loaddefs.el.1985-10-31  Richard Mlynarik  (mly at prep)	* rmailsum.el (rmail-make-summary-line-1):	Fix case in which old summary line was being deleted.	Some more bugs seem to remain in this code...	* dired.el:	Both "e" and "f" are `dired-find-file'	1985-10-30  Richard Mlynarik  (mly at prep)	* bytecomp.el (batch-byte-compile):	If an argument is a directory, then do a byte-recompile-directory	on it.	* abbrev.el (abbrev-mode):	flag that abbrev-mode is on by set-minor-mode	(automagic indication in src/xdisp.c flushed)		Use interactive "f" and "F" to replace "s" in a couple places.1985-10-29  Richard M. Stallman  (rms at prep)	* debug.el (debug):	Don't die in kill-buffer of *Backtrace* while exiting	if it's already killed.	* simple.el ({append,prepend,copy}-to-buffer):	Use interactive type B, not s, for buffer name.1985-10-29  Richard Mlynarik  (mly at prep)	* startup.el (command-line-1):	"-l" switch loads wrt load-path, rather than wrt default-directory1985-10-29  Richard M. Stallman  (rms at prep)	* isearch.el (isearch):	Redisplay echo area with ... before searching,	or without ... when about to wait for input.	* simple.el (blink-matching-open):	Don't ever complain that a math char is mismatched.1985-10-28  Richard M. Stallman  (rms at prep)	* rmail.el, rmailsum.el, rmailkwd.el, rmailmsc.el,	  rmailout.el, rmailedit.el:	Install thoroughly rewritten rmail with many new features.	* debug.el (debug, debugger-mode):	Avoid lossage with random default major mode:	debugger-mode: use lisp-mode syntax table.	debug: turn on debugger-mode before doing forward-sexp.1985-10-26  Richard M. Stallman  (rms at prep)	* simple.el:	Define C-c globally as a prefix character.	* files.el (backup-buffer):	Catch errors in deleting old backup versions;	one deletion failure does not stop other deletions.	* files.el (hack-local-variables):	Comparing against "end" was supposed to ignore case	but it failed to do so.1985-10-25  Richard M. Stallman  (rms at prep)	* userlock.el:	Change responses to "p" for "proceed" and "q" for "quit".1985-10-23  Richard Mlynarik  (mly at prep)	* mouseinit.el	Delete this file.  Put its contents in files	term-bg.el, term-bgnv.el, term-bgrv.el, term-bbn.el	(Perhaps there should be a subdirectory emacs/lisp/term/ ??)1985-10-23  Richard M. Stallman  (rms at prep)	* time.el (display-time):	Set up process with no associated buffer.1985-10-22  Richard Mlynarik  (mly at prep)	* debugger.el (debug):	Bind variable `debugger-value' instead of `value'	* userlock.el:	Give `file-locked' error-conditions and error-message props1985-10-21  Richard M. Stallman  (rms at mit-prep)	* c-mode.el (c-comment-indent):	Since this is for indent-for-comment,	it should use comment-column rather than indenting like code.	* shell.el (shell-send-input):	Detect when arg of cd or pushd is ended with a semicolon.1985-10-21  Richard Mlynarik  (mly at mit-prep)	* sendmail.el (mail-do-fcc):	Do cretinous unix ">" `quoting' of "\nFrom " strings	(this isn't transparent, but it's what other stupid programs expect)	* mailalias.el (expand-mail-aliases):	Hack case-fold-search as appropriate1985-10-21  Richard M. Stallman  (rms at mit-prep)	* sendmail.el (mail-do-fcc):	New function that finds Fcc: fields and writes to spec'd files	in Unix mail format.	Var mail-archive-file-name holds nil or name to initialize	every message with an Fcc to.  Defined here and in loaddefs.	* sendmail.el (sendmail-send-it):	Use a temp buffer to avoid hair in un-changing user's buffer.	Kill temp and error buffers on exit, always.	If any Fcc is present, call mail-do-fcc.1985-10-20  Richard M. Stallman  (rms at mit-prep)	* mailalias.el:	New file containing build-mail-aliases (called if nec	from mail-setup) and expand-mail-aliases (called if nec	from sendmail-send-it) that read ~/.mailrc, make an	alist of mail aliases in mail-aliases, and expand them	inside the buffer in a message being sent.	* sendmail.el (mail-setup):	Call build-mail-aliases if ~/.mailrc exists.	* sendmail.el (sendmail-send-it):	Call expand-mail-aliases if any aliases are defined.	* loaddefs.el:	Define mail-aliases: initially t, meaning ~/.mailrc	has not been looked at yet.	Define mail-header-separator.	Make define-mail-alias autoload from mailaliases.	Move rmail-delete-after-output from rmail.el.	Flush rmail-mmdf-inbox-list and rmail-make-summary-line-function.	* mail-utils (mail-strip-quoted-names):	Delete leading and trailing whitespace.1985-10-19  Richard M. Stallman  (rms at mit-prep)	* sendmail.el:	Use new var mail-header-separator in place of constant --text...	(mail-setup): fill the To and Cc text inserted.	    Assume <...> constructs were handled by mail-strip-quoted-names.	(mail-fill-yanked-message): Add this and put on C-c q.	(mail-mode): Set up mail-mode-map when file is loaded.	    Run text-mode-hook before mail-mode-hook.	(mail-send-and-exit): Assume bury-buffer exists.	(sendmail-send-it): Put in a Sender: if From: is specified.	    If empty Subject: is removed, put it back in afterward.	* debug.el (debug):	Save match-data on entry, and do store-match-data on exit.	* mail-utils:	mail-string-delete: Make arg END exclusive.	mail-strip-quoted-names: flush spaces before stuff being flushed.	 Compensate for change to mail-string-delete.	 Use fact that string-match sets match-end.	rmail-dont-reply-to: flush extra spaces, comms after deleted name.	 Compensate for change to mail-string-delete.	 Use fact that string-match sets match-end.1985-10-18  Richard Mlynarik  (mly at mit-prep)	* startup.el (command-line):	load "term-$TERM" after loading user's init file, so that	changes made to  load-path  will affect  load .1985-10-18  Richard M. Stallman  (rms at mit-prep)	* mlsupport.el (move-dot-to-x-y):	Add a definition of this.  Takes args in origin 1.	* shell.el (shell-send-eof):	Rename delete-char-or-send-eof to this,	and make it always only send eof.1985-10-17  Richard M. Stallman  (rms at mit-prep)	* replace.el (how-many):	Start count at 0, not 1.  Ignore matches of null	string that don't move point.1985-10-17  Richard Mlynarik  (mly at mit-prep)	* rnews.el: (news-save-item-in-file)	Append to file, rather than overwriting.	* isearch.el	Eliminate confused attempts at indicating that long isearch was	`in progress'1985-10-15  Richard M. Stallman  (rms at mit-prep)	* info.el:	Use C-c C-c to exit Info-edit.	* shell.el:	Move the mode-specific commands onto C-c prefix.	* picture.el:	Move all C-c<letter> commands to other C-c subcommands.	* echistory.el, ebuff-menu.el:	Change C-c command to C-c C-c.	* rmailedit.el:	Move C-] command to C-c C-], C-c command to C-c C-c.	* files.el (find-backup-file-name):	Change termination of numeric backup file names back to `~'.	* dired.el (dired-clean-directory & subroutines):	Adapt for change from .NN to .~NN~ in numeric backup file names.	* simple.el (suppress-keymap):	Put negative-argument on '-'.	Put non-nil suppress-keymap properties on the	commands that are used in suppressing a keymap.1985-10-15  Richard Mlynarik  (mly at mit-prep)	* bytecomp.el (byte-compile-find-vars-1)	Fix paren error.1985-10-15  Richard M. Stallman  (rms at mit-prep)	* paths.el:	New file containing defs of vars containing names of	files or directories that Emacs wants to refer to.	Collected for convenience of customization.	* rnews.el, mh-e.el, loaddefs.el:	Comment out or remove stuff now in paths.el.	* spell.el:	Remove explicit directory names from programs run in subforks.	* lpr.el (print-region-1):	Remove explicit directory names from programs run in subforks.1985-10-14  Richard M. Stallman  (rms at mit-prep)	* bytecomp.el (byte-compile-find-vars):	Change many nested ifs to one cond.	* mlsupport.el:	Replace all uses of &quote with macros.1985-10-13  Richard M. Stallman  (rms at mit-prep)	* texinfo.el:	Define @dots{} and @copyright{}.	Define indexing commands to generate each index as a menu	sorted alphabetically.1985-10-12  Richard M. Stallman  (rms at mit-prep)	* mh-e.el:	Don't mess with track-eol.	Define mh-insert-message-buffer, as C-c y while editing message.	New reply option `i'.1985-10-11  Richard M. Stallman  (rms at mit-prep)	* info.el (Info-edit-map):	Use C-c to exit from editing, not C-z.	* files.el (hack-local-variables):	Ignore case in checking for End:.	Allow backslashes to quote in local variable names.1985-10-10  Richard M. Stallman  (rms at mit-prep)	* c-mode.el:	Make require-final-newline  be t in C mode.	* tex-mode.el (TeX-mode):	Make comment-start-skip check that % is not quoted with \.	* simple.el (indent-for-comment):	Save result of first search for a comment starter,	rather than searching again after reindenting.1985-10-09  Richard M. Stallman  (rms at mit-prep)	* tags.el (find-tag):	Make M-, find the next such tag, if used after M-.	* files.el (find-backup-file-name):	Make numeric backup names end in # rather than ~	so they arenot automatically deleted when two days old.	* nroff-mode.el (nroff-mode):	Make all .-commands separate paragraphs.	* dired.el (dired-rename-file):	Use code F to read the file name.	* shell.el (shell-send-input):	Use three new variables shell-{cd,pushd,popd}-regexp	to match the command names "cd", "pushd" and "popd".	* tex-mode.el (TeX-flash-$):	Don't look for "match" for a $ quoted with a \.	* c-mode.el (indent-c-exp):	Call c-backward-to-start-of-if only for statements	and only when they start with "else".1985-10-08  Richard M. Stallman  (rms at mit-prep)	* mlsupport.el:	Define region-to-string and region-around-match.	* simple.el ({beginning,end}-of-buffer):	Warn people not to use in Lisp code.1985-10-07  Richard M. Stallman  (rms at mit-prep)	* userlock.el:	New file containing function ask-user-about-lock (autoloading),	called when trying to modify a function another has locked.	* files.el (find-alternate-file):	Unlock the old file before finding new file.	Relock the old one if old buffer is not killed.	* files.el (set-visited-file-name):	Unlock old name and relock new one (if should be locked).	* replace.el (perform-replace):	Do substitute-command-keys on the help message.1985-10-07  Richard Mlynarik  (mly at mit-prep)	* simple.el (eval-expression):	Put "(foo bar)" rather than "(eval-expression (quote (foo bar)))"	on the command history if called interactively.	* simple.el (repeat-complex-command):	Define commands next-complex-command and previous-complex-command	for use in repeat-complex-command editing.1985-10-05  Richard M. Stallman  (rms at mit-prep)	* debug.el (debug):	Bind debug-on-error to nil over entire invocation of debugger.	* everywhere:	Change dot to point.	* Many major mode commands:	Use \{..} in documentation string.	Initialize the local map when the file is loaded,	not when mode is invoked.1985-10-04  Richard M. Stallman  (rms at mit-prep)	* indent.el (indent-relative-maybe):	New function to do indent-relative but not if prev line	has no indentation.  Used as the indent-line-function	in indented-text-mode (text-mode.el).	* bytecomp.el (byte-compile-cond):	Correct handling of final cond-clause with only one element.	* simple.el (read-quoted-char):	Avoid clearing quit-flag if not 1st input char.	No longer any reason to quit explicitly.

⌨️ 快捷键说明

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