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

📄 changelog

📁 早期freebsd实现
💻
📖 第 1 页 / 共 5 页
字号:
	* rmailsum.el (rmail-summary-goto-msg): Avoid error on empty buf.Mon Sep  7 19:49:56 1987  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.Sun Aug 30 02:20:48 1987  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.Wed Aug 19 18:07:39 1987  Richard Mlynarik  (mly at prep)	* lisp-mode.el (lisp-indent-hook): Fix braino.Fri Aug 14 17:55:42 1987  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.Fri Jul 31 11:15:46 1987  Leonard H. Tower Jr.  (tower at prep)	* rnewspost.el (news-setup) commented out Posting-Front-End to	save USENET bytesWed Jul 29 22:12:12 1987  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.Sun Jul 26 20:07:49 1987  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.Sat Jul 25 15:33:26 1987  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.Sat Jul 18 19:37:10 1987  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.Tue Jun 30 12:37:39 1987  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.Mon Jun 29 01:04:03 1987  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.Thu Jun 25 21:38:21 1987  Richard M. Stallman  (rms at prep)	* replace.el (perform-replace): Don't exit on no-op comma.Tue Jun 23 02:09:31 1987  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.Mon Jun 22 22:24:12 1987  Richard M. Stallman  (rms at prep)	* c-mode.el (c-backward-to-noncomment):	Don't loop on lines starting in ` #'.Thu Jun 18 00:38:46 1987  Richard M. Stallman  (rms at prep)	* files.el (set-visited-file-name):	Downcase the new buffer name on VMS.Wed Jun 17 00:39:56 1987  Richard M. Stallman  (rms at prep)	* view.el (View-scroll-lines-forward):	If end of buffer is visible, exit view mode.Mon Jun 15 20:25:55 1987  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.Wed Jun 10 21:10:01 1987  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").Mon Jun  8 19:31:03 1987  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.Mon Jun  8 18:41:28 1987  Chris Hanson  (cph at prep)	* scheme.el (scheme-mode-syntax-table): Typo.Thu Jun  4 17:14:54 1987  Richard M. Stallman  (rms at prep)	* telnet.el: Doc fix.Sun May 31 01:20:32 1987  Richard M. Stallman  (rms at prep)	* version 18.45.	* informat.el (Info-split): Bind case-fold-search to t.Fri May 29 00:41:16 1987  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.Thu May 28 16:41:41 1987  Richard M. Stallman  (rms at prep)	* simple.el (backward-delete-char-untabify):	Use insert-char to insert the spaces.  Wins for large tab-width.Thu May 28 15:40:36 1987  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.Thu May 28 12:24:54 1987  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.Wed May 27 12:44:22 1987  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.Mon May 25 23:01:09 1987  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*.Sat May 23 18:30:02 1987  Richard M. Stallman  (rms at prep)	* shell.el (kill-output-from-shell): Save final unfinished line.Thu May 21 17:37:45 1987  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.Wed May 20 11:38:25 1987  Richard M. Stallman  (rms at prep)	* isearch.el (isearch): When splitting window, any hscroll	stays with the text it applied to.Tue May 19 10:38:25 1987  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.Sat May 16 02:16:31 1987  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.Wed May 13 10:28:39 1987  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.Tue May 12 11:50:22 1987  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.Mon May 11 17:25:04 1987  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.Wed Apr 29 14:46:12 1987  Richard Mlynarik  (mly at prep)	* abbrevlist.el (list-one-abbrev-list): Use value returned by sort.	(Michael Prange <8704291816.AA13767@prep.ai.mit.edu>)Wed Apr 29 10:02:00 1987  Leonard H. Tower Jr.  (tower at prep)	* loaddefs.el	Updated rnews documentation and added autoload of news-post-news.Tue Apr 28 15:24:49 1987  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>)Tue Apr 28 10:51:16 1987  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-fileThu Apr 23 17:10:41 1987  Leonard H. Tower Jr.  (tower at prep)	* rnewspost.el; rnews.el:	added (require 'rnews) and (provide 'rnews), respectively.Thu Apr 23 12:38:37 1987  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.Thu Apr 23 10:42:53 1987  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>)Wed Apr 15 01:29:41 1987  Paul Rubin  (phr at prep)	* version 18.44 released.Tue Apr 14 09:55:34 1987  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>)Mon Apr 13 08:53:18 1987  Richard Mlynarik  (mly at prep)	* loaddefs.

⌨️ 快捷键说明

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