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

📄 changelog.2

📁 windows版本的emacs
💻 2
📖 第 1 页 / 共 5 页
字号:
	in a buffer other than *scratch*.  Fixes bug with (rmail) in .emacs.	* files.el (save-buffer): Don't make a backup if arg is 0.	Clean up documentation.	* tags.el (tags-query-replace): Handle prefix arg like query-replace.	* replace.el ({keep,flush}-lines): Handle matches split across lines.1987-12-05  Richard Stallman  (rms at frosted-flakes)	* xscheme.el (xscheme-start-process): Put xscheme-mode-string	into mode-line-process.	* xscheme.el (add-to-global-mode-string): Function eliminated.	* startup.el: New var window-setup-hook; works like term-setup-hook.	* term/x-win.el: Set window-setup-hook instead of term-setup-hook.	term-setup-hook now for users only.1987-12-04  Richard Stallman  (rms at frosted-flakes)	* tags.el (find-tag): Better error message when no tag found	for substring.	* lisp-mode.el (emacs-lisp-mode-syntax-table): New variable.	Initialize this instead of lisp-mode-syntax-table.	* lisp-mode.el (lisp-mode-variables): New arg; if non-nil,	initialize lisp-mode-syntax-table unless already done,	and install it.	* lisp-mode.el (*-mode): Pass an arg to lisp-mode-variables.	* lisp-mode.el (eval-last-sexp):  Use emacs-lisp-mode-syntax-table.	* lisp-mode.el (eval-print-last-sexp):	* debug.el (debugger-mode):	* chistory.el (Command-history-setup):	* options.el (Edit-options-mode):1987-12-01  Richard Stallman  (rms at frosted-flakes)	* lisp-mode.el (calculate-lisp-indent): Typo for case within a string.	Indent first arg of ordinary function directly under the function	name.  Remove a call to parse-partial-sexp that always did	nothing.1987-11-25  Richard Stallman  (rms at frosted-flakes)	* rmail.el (rmail): Widen and goto beginning before checking format.1987-11-22  Richard Stallman  (rms at frosted-flakes)	* page.el (mark-page): Be more careful about where exactly	to put the buffer boundaries.  Widen before searching for a page.1987-11-19  Richard Stallman  (rms at frosted-flakes)	* startup.el (command-line-1): Don't (goto-line 0).	* replace.el (occur-mode): Doc fix.1987-11-11  Richard Stallman  (rms at frosted-flakes)	* dired.el (dired-find-file{,-other-window}): No need to	check for a line saying it is a directory, because find-file	does that in a better way.	* dired.el (dired-view-file): Use file-directory-p to	decide whether to call dired.	* rmail.el (rmail): If buffer already existed and find-file	reverts it, recompute the message tables.1987-11-03  Richard Stallman  (rms at frosted-flakes)	* files.el (hack-local-variables): If selective-display	is set, next local-variables line starts with either \n or ^M.1987-10-31  Richard Stallman  (rms at sugar-smacks)	* mh-e.el (push): Renamed to mh-push.	* mailalias.el (define-mail-alias): Fix bug when there was	multiple whitespace.1987-10-29  Richard Stallman  (rms at frosted-flakes)	* simple.el (repeat-complex-command, next-complex-command):	Rename `arg' to `repeat-complex-command-arg'.1987-10-15  Leonard H. Tower Jr.  (tower at frosted-flakes)	* rnewspost.el (news-inews):	commented out -n and -t args in news-inews.1987-10-07  Richard Stallman  (rms at frosted-flakes)	* tex-mode.el (TeX-start-shell): Copy the local map	before changing it: don't clobber shell-mode's map.	* rmail.el (rmail-insert-inbox-text): Print the "getting..."	message for all files.1987-10-02  Richard Stallman  (rms at frosted-flakes)	* rnews.el: Rename // to news-/.  Rename cadr, etc. to news-cadr, etc.	Rename push to news-push and supply a definition for it.1987-09-30  Richard Stallman  (rms at frosted-flakes)	* compile.el (compile1): Save the compilation process	across the sit-for.1987-09-16  Richard M. Stallman  (rms at prep)	* Version 18.49 released.	* debug.el (debugger-mode): mode-class special.	* buff-menu.el: Typo putting mode-class on `Buffer-menu-mode'.	* c-mode.el (electric-c-brace): set insertpos after	calling newline, since newline might do an auto-fill.1987-09-12  Richard Mlynarik  (mly at prep)	* loaddefs.el, mail-utils.el (rmail-dont-reply-to):	Add new variable `rmail-default-dont-reply-to-names' which is used	(together with the user's name) as the default value of	rmail-dont-reply-to-names.  This variable replaces the wired-in	constant "info-" in `rmail-dont-reply-to' and is intended to be	used in the site-init.el file -- eg "all-ai\\>\\|[0-9]ai\\>\\|info-"1987-09-10  Richard M. Stallman  (rms at prep)	* debug.el (debug): bind default-major-mode normally when	creating the backtrace buffer.	* rmailsum.el (rmail-summary-goto-msg): Avoid error on empty buf.1987-09-07  Richard Mlynarik  (mly at prep)	* rmailsum (rmail-new-summary): Fix scope of `new-summary-line-count'	* lisp-mode.el (calculate-lisp-indent):	Don't fail on first line of defun.1987-08-30  Richard M. Stallman  (rms at prep)	* Version 18.48 released.	* backquote.el: Rename push to bq-push, and likewise for	caar, cadr and cdar.  Delete cddr.	Definitions for the common-lisp functions	were different from those in cl.el and could  interfere.1987-08-19  Richard Mlynarik  (mly at prep)	* lisp-mode.el (lisp-indent-hook): Fix braino.1987-08-14  Richard M. Stallman  (rms at prep)	* loaddefs.el (auto-mode-alist): Recognize .emacs file	with either Unix or VMS syntax.	* sun-mouse-fns.el: Renamed to sun-fns.el.	* sun-mouse.el, term/sun.el: Rename references too.	* shell.el (lisp-send-defun-and-go):	Call to lisp-send-defun requires an arg.1987-07-31  Leonard H. Tower Jr.  (tower at prep)	* rnewspost.el (news-setup) commented out Posting-Front-End to	save USENET bytes1987-07-29  Richard Mlynarik  (mly at prep)	* simple.el (negative-argument):	Pass explicit ?- to prefix-arg-internal rather than relying on	value of last-command-char (broke when this command wasn't	assigned to the "-" key)	* loaddefs.el: Autoload common-lisp-indent-hook.	* cl-indent.el:	New file which understands common lisp special forms and	has hairy indentation-specification templates.	(setq lisp-indent-hook 'common-lisp-indent-hook)	to enable it.	* lisp-mode.el (lisp-indent-hook):	No need to do save-excursion.	Deal with case of car of form being a list (which used to be	handled by calculate-lisp-indent)	* lisp-mode.el (calculate-lisp-indent):	Call indent-hook even if looking-at a list.	Needed for correct indentation of pleblisp FLET, etc.1987-07-26  Richard M. Stallman  (rms at prep)	* rmailsum.el (rmail-new-summary): Avoid error on empty summary.	* sendmail.el (mail): Doc fix.	* c-mode.el (c-backward-to-noncomment): Last change broke it totally.1987-07-25  Richard M. Stallman  (rms at prep)	* paths.el (term-file-prefix): Make it "[.term]" on VMS	* mlconvert.el: Add a few simple translations.	* tags.el (visit-tags-table): Reset tag-table-files.1987-07-18  Richard M. Stallman  (rms at prep)	* lpr.el (print-region-1): Make program name conditional on	system-type; use "lp" on sysV.	* keypad.el: Use help-for-help on the `?' key.	Provide a default for the `D' key.  Change syntax for the	control-letters from ^ to `C-'.	* simple.el (delete-indentation): Do nothing if have arg	and on last line of buffer.	* mailalias.el (define-mail-alias): Call build-mail-aliases	if that has not yet been done.	* mailalias.el (build-mail-aliases): If no newline at eof, invent one.	* helper.el (Helper-help): Downcase the char before looking in map.	* informat.el (Info-tagify): The check for a split file	searched for the wrong string.1987-06-30  Richard Mlynarik  (mly at prep)	* info.el (Info-menu):	If interactive and point is within a menu item,	make that item the default for completing-read.	* man.el (nuke-nroff-bs):	Split this function out from manual-entry for users who need to	remove stupid control-h characters from text.	* mh-e.el: Version 3.4m from Larus.	Bug fixes plus draft folders.1987-06-29  Richard M. Stallman  (rms at prep)	* vms-patch.el (make-legal-file-name): New function converts any	string to a similar string that's a legal VMS filename.	* picture.el: provide 'picture.	* blackbox.el (bb-init-board):	Use (logand (random) 7) instead of remainder by 8.1987-06-25  Richard M. Stallman  (rms at prep)	* replace.el (perform-replace): Don't exit on no-op comma.1987-06-23  Richard M. Stallman  (rms at prep)	* c-mode.el (electric-c-terminator):  Bug if auto-fill	while doing an auto-newline.  (insertpos off by 1).	* files.el (set-visited-file-name):	Downcase buffer name uniformly on VMS.1987-06-22  Richard M. Stallman  (rms at prep)	* c-mode.el (c-backward-to-noncomment):	Don't loop on lines starting in ` #'.1987-06-18  Richard M. Stallman  (rms at prep)	* files.el (set-visited-file-name):	Downcase the new buffer name on VMS.1987-06-17  Richard M. Stallman  (rms at prep)	* view.el (View-scroll-lines-forward):	If end of buffer is visible, exit view mode.1987-06-15  Richard M. Stallman  (rms at prep)	* rmail.el (rmail-get-new-mail):	If file has changed on disk and is read in again,	count its messages again.1987-06-10  Richard M. Stallman  (rms at prep)	* Version 18.47 released.	* startup.el (command-line): Old test for su failed.	Now assume su if (user-login-name) != (getenv "USER").1987-06-08  Richard M. Stallman  (rms at prep)	* version 18.46 released.	* isearch.el (isearch): Typo (3 should be 2) in getting old	start-point in reverse regexp search made more liberal.1987-06-08  Chris Hanson  (cph at prep)	* scheme.el (scheme-mode-syntax-table): Typo.1987-06-04  Richard M. Stallman  (rms at prep)	* telnet.el: Doc fix.1987-05-31  Richard M. Stallman  (rms at prep)	* version 18.45.	* informat.el (Info-split): Bind case-fold-search to t.1987-05-29  Richard M. Stallman  (rms at prep)	* lisp-mode.el: Add some comments.	* replace.el (list-matching-lines): If run on *Occur* buffer,	find nothing, rather than getting infinite loop.1987-05-28  Richard M. Stallman  (rms at prep)	* simple.el (backward-delete-char-untabify):	Use insert-char to insert the spaces.  Wins for large tab-width.1987-05-28  Chris Hanson  (cph at prep)	* xscheme.el (xscheme-send-current-line): Send the line to Scheme	AFTER writing the newline which acknowledges the command.	Otherwise the process-mark can end up in the wrong place.1987-05-28  Richard M. Stallman  (rms at prep)	* texinfmt.el (texinfo-format-printindex): Pass -d to `sort'.	This makes entry `Foo' precede `Foo Bar'.	* vms-patch.el (create-file-buffer): New VMS-override definition	downcases the file name.1987-05-27  Richard M. Stallman  (rms at prep)	* informat.el (Info-split): Put newlines at end of split files.	* dabbrev.el (dabbrev-expand): Preserve case in the replacement	if that's enabled and the replacement is either all lower case	or capitalized.	(dabbrevs-search): Don't distinguish possible replacements	that match except for case, if new 3rd arg NOCASE is set.	* ftp.el (various): Ignore errors in accept-process-output.1987-05-25  Richard M. Stallman  (rms at prep)	* sun-mouse-fns.el (mouse-scroll-proportional):	Scroll proportional to current restrictions.	* sun-mouse-fns.el (enable-mouse-in-buffer-list):	Make mouse do something on *Buffer List*.1987-05-23  Richard M. Stallman  (rms at prep)	* shell.el (kill-output-from-shell): Save final unfinished line.1987-05-21  Richard M. Stallman  (rms at prep)	* c-mode.el (calculate-c-indent, indent-c-exp):	When using c-continued-statement-offset, if line starts	with an open-brace, add c-continued-brace-offset.1987-05-20  Richard M. Stallman  (rms at prep)	* isearch.el (isearch): When splitting window, any hscroll	stays with the text it applied to.1987-05-19  Chris Hanson  (cph at prep)	* scheme.el (scheme-indent-specform):	Do not handle first two distinguished forms specially.  All	distinguished forms are indented at double scheme-body-indent.	* scheme.el:	Conditionalize MIT-Scheme specific indentation with a flag	`scheme-mit-dialect'.  Users of other dialects can set this to	false to disable that indentation.1987-05-16  Richard M. Stallman  (rms at prep)	* rmailsum.el (rmail-summary-scroll-msg-{up,down}):	Simplify, and make ...-down use scroll-other-window	so it avoids changing the selected window.	* tex-mode.el (TeX-common-initialization): Don't give \	any special syntax.	* dired.el (dired-compress): Fix typo in call to `message'.	* rmailsum.el (rmail-make-basic-summary-line):	When searching for header field names, insist they appear	at beginning of line.	* subr.el (one-window-p): If ARG was nil it was	really less-than-three-windows-p.	* sendmail.el, electric.el, ehelp.el, rmail.el:	Delete temporary duplicate definitions of one-window-p.

⌨️ 快捷键说明

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