📄 changelog.1
字号:
Avoids trouble with marker at the end, if message is all header. * rmail.el (rmail-search): Simplify prompting and make it mention the default if any. Print message when starting and another when done.1986-02-01 Richard M. Stallman (rms at prep) * rmail.el (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header): Accept and preserve a timezone in the Unix style From line.1986-01-31 Sundar Narasimhan (sundar at prep) * rnews.el (news-quit & news-get-new-news): remember to update .newsrc file.1986-01-31 Richard M. Stallman (rms at prep) * tex-mode.el (TeX-region): Use new variable TeX-command instead of "tex".1986-01-30 Richard M. Stallman (rms at prep) * mail-utils.el (mail-fetch-field): New 3rd arg ALL: t means find and concatenate all fields of the specified type. * rmail.el (rmail-reply): Pass 3rd arg t to mail-fetch-field for To and CC fields.1986-01-28 Richard M. Stallman (rms at prep) * yow.el (yow): Use remainder to get random in desired range. Needed on sysV where you only get 16 bits from random. Also randomize the seed when yow is loaded. * doctor.el (random-range): Use remainder; the same fix.1986-01-27 Richard M. Stallman (rms at prep) * rmail.el: Remove defvar for rmail-primary-inbox-list.1986-01-25 Richard M. Stallman (rms at prep) * mlsupport.el (line-to-top-of-window): Fix name of function `recenter'. * isearch.el (isearch-message): Don't display the ... when in slow-speed mode.1986-01-23 Richard M. Stallman (rms at prep) * compile.el (compilation-parse-errors): Fix several bugs in parsing lint line numbers. * mail-utils.el (mail-strip-quoted-names): Don't delete the comma before a <...> arg that is being taken out of the <...>.1986-01-22 Richard M. Stallman (rms at prep) * nroff-mode.el (forward-text-line): Negative args had several bugs; thorough rewrite fixed them and made function half as big and faster.1986-01-22 Richard Mlynarik (mly at prep) * files.el (set-auto-mode): Set mode correctly for .~i~ backup files. * shell.el (inferior-lisp-mode): Use \\{...} in doc. Fix up initialization of inferior-lisp-mode-map1986-01-21 Richard Mlynarik (mly at prep) * startup.el (command-line): Set some `foo' variables to default-`foo' after loading user init file.1986-01-21 Richard M. Stallman (rms at prep) * lisp-mode.el (lisp-comment-indent): If at bol, don't insist on at least 1 col of indent. * texinfo.el (texinfo-format-setfilename): Don't mention directory name in the Info file introductory message. * c-mode.el (calculate-c-indent): Use new variable c-brace-imaginary-offset for statements inside a brace that isn't firstthing in its line. * startup.el (command-line): Catch errors in init file and continue. If term-file-prefix is nil, don't load a term file. * dired.el (dired-repeat-over-line, dired-get-filename): Barf right away on a "total" line.1986-01-20 Richard M. Stallman (rms at prep) * rmailedit.el (rmail-cease-edit): Set point-min correctly (after the original header).1986-01-19 Richard M. Stallman (rms at prep) * tags.el (visit-tag-table): If directory is specified, use file TAGS in that directory. * buff-menu.el (Buffer-menu-select): Divide the entire screen hight to compute window sizes, since we are going to divide up the entire screen. * bytecomp.el (various): Fix severe errors in handling byte-compile-depth. Clarified when to use byte-compile-push-constant vs byte-compile-constant.1986-01-18 Richard M. Stallman (rms at prep) * doctor.el: Fix typo "symtoms".1986-01-10 Richard Mlynarik (mly at prep) * mail-utils.el (mail-fetch-field) regexp-quote the argument.1986-01-10 Richard M. Stallman (rms at prep) * files.el: delete-auto-save-files = t.1986-01-09 Richard Mlynarik (mly at prep) * mail-utils (mail-strip-quoted-names): Handle multi-line address lists1986-01-08 Richard Mlynarik (mly at prep) * subr.el (copy-keymap): New function. * loaddefs.el: Autoload view-mode. * nroff.el (electric-nroff-newline): Clean up and avoid lossage on a line with < 3 chars.1986-01-08 Richard M. Stallman (rms at prep) * simple.el (transpose-lines): Create a newline (if nec) to terminate the line being transposed. * mailalias.el (expand-mail-aliases): Notice return within a continued header line as separating addresses.1986-01-07 Richard Mlynarik (mly at prep) * tags.el (visit-tags-table): Barf if given a directory1986-01-06 Richard Mlynarik (mly at prep) * nroff-mode.el (electric-nroff-mode): set-minor-mode correctly1986-01-02 Richard Mlynarik (mly at prep) * info.el (Info-validate): Catch only real footnote references by using stricter regexp Allow multiple nodes to have the same `next' pointer as long as the next's previous points back to one of them. * info.el (Info-tagify, Info-validate): (let ((case-fold-search t)) ...) for when these functions are used outside info mode1985-12-30 Richard M. Stallman (rms at prep) * rmailsum.el (rmail-new-summary): Avoid errors when there are zero messages to summarize. * startup.el: Make first line of greeting one character shorter. * chistory.el: command-history-map may not be sparse. * info.el (Info-extract-pointer, Info-previous): New optional 2nd arg to Info-extract-pointer is used instead of the 1st arg in any error message.1985-12-30 Richard Mlynarik (mly at prep) * files.el (backup-buffer): Don't backup `weird' (non-character or link) files1985-12-28 Richard M. Stallman (rms at prep) * mailalias.el (expand-mail-aliases): Go back to line beginning after finding a nonblank line-start that ends a header field. * info.el (Info-follow-reference): Match [ \n]* after *note when finding all refs.1985-12-27 Richard Mlynarik (mly at prep) * view.el: Various: Fix cases of "view" => "View" which were missed. Damn.1985-12-27 Richard M. Stallman (rms at prep) * simple.el (exchange-dot-and-mark): Define as an alias.1985-12-26 Richard M. Stallman (rms at prep) * rmailsum.el (rmail-summary-mode): Run rmail-summary-mode-hook.1985-12-20 Richard M. Stallman (rms at prep) * files.el (after-find-file): If noninteractive, don't print message and don't turn on auto-saving. * simple.el (describe-no-warranty): Use describe-copying as subroutine so start search from beginning of buffer each time. * term/xterm.el: Select interrupt-driven input when talking to X.1985-12-19 Richard M. Stallman (rms at prep) * files.el: Provide dummy definitions of {un,}lock-buffer if they don't have definitions. Define a function ignore.1985-12-19 Richard Mlynarik (mly at prep) * rnews.el (news-set-mode-line): Fix fencepost.1985-12-19 Richard M. Stallman (rms at prep) * sendmail.el (mail-do-fcc): Insert a blank line after each message in the CC file. * fill.el (fill-region): It was not loking at the prefix arg! * loaddefs.el, nroff-mode.el: Add autoload for nroff-mode. Change its doc string a little.1985-12-18 Richard M. Stallman (rms at prep) * texinfo.el (texinfo-format-buffer): Remove directory from Info file name as it appears in node headers. * userlock.el (ask-user-about-lock): Handle `p' response properly. Was looping and asking again. * x-mouse.el (x-mouse-set-mark): Don't use save-excursion; save only point, not the mark. * bg-mouse.el: Some bug fixes from jr; some documentation cleanups. * doctor.el (doctor-desire): Was using nonexistent function list*. Make it use append instead. * rmail.el (rmail-expunge): Discard summary lines for messages that change numbers. * rmailsum.el (rmail-make-basic-summary-line): save-excursion around finding the From: line. * doctor.el (doctor-read-token): Don't use forward-to-word. * simple.el (describe-copying): Move point to beginning of the file.1985-12-17 Richard M. Stallman (rms at prep) * startup.el (command-line-1): Make startup message more concise; mention C-h t.1985-12-17 Richard Mlynarik (mly at prep) * simple.el (goto-line): Accept either prefix arg or prompt in minibuffer1985-12-17 Richard M. Stallman (rms at prep) * simple.el (help-for-help): Make help-for-help message be documentation of help-for-help so it goes into DOCSTR; gets rid of 1k of impure. Mention C-w and C-n in these messages. * mim-mode.el (mim-mode): Make mim-mode-map a sparse keymap. * shell.el: Make shell-mode-map a sparse keymap.1985-12-16 Richard M. Stallman (rms at prep) * info.el (Info-summary): Add scroll capability if user types Space. * files.el (set-visited-file-name): Work properly in case of arg = nil or = "". * debug.el (debugger-frame{,-clear}) Bind off read-only flag to change buffer.1985-12-14 Richard M. Stallman (rms at prep) * various: Change uses of copy-sequence on keymaps to copy-alist. Use run-hooks for all hooks. * simple.el (variable-at-point): Strip leading singlequotes before variable name. * rmailsum.el (rmail-summary-undelete): Rename rmail-summary-undelete-backward to this and make it undelete current message if that's deleted. Also win if no message to undelete. Flush the M-u command. * outline.el (outline-mode): Make lines starting with * separate paragraphs.1985-12-13 Richard M. Stallman (rms at prep) * shell.el (run-lisp): Switch to the Lisp buffer that make-shell returns. * rmailedit.el (rmail-cease-edit): Make sure edited message text ends in a newline. Adjust the rmail-msgend pointer of the message to the new end. Make sure bfr isn't read-only while deleting old cached summary line. * rmail.el: Replace every real ^_ with a \ escape sequence. Make rmail-save always expunge. Skipping it if buffer isn't modified was a good try, but I think it makes things unpredictable; whether buffer is modified in Rmail doesn't always correlate with what the user is thinking about. * abbrev.el (prepare-abbrev-list-buffer, list-abbrevs, edit-abbrevs): Some cleanups. prepare-... now does all the work and returns the buffer for the caller to select or display. * subr.el: Rename feep to beep, a more traditional name.1985-12-12 Richard M. Stallman (rms at prep) * abbrev.el (edit-abbrevs-mode): New function, used to make C-h m work right in that mode. * text-mode.el, c-mode.el, lisp-mode.el: Make major mode functions use run-hooks. * subr.el (run-hooks): New function; takes list of hook symbols and run each one. * simple.el (shell-command-on-region): Don't print message or display output if quit or error. * loadup.el: At end, on machines that cannot dump, eval top-level to run the normal command-line arg processing. * term/xterm.el: Set term-setup-hook. Was using wrong name. Convert arg to x-set-border-width to an int before calling. * rmail.el (rmail-display-label, rmail-set-message-counters): save-excursion must go outside save-restriction. * rmail.el (rmail-reply): Do save-excursion.1985-12-11 Richard Mlynarik (mly at prep) * isearch.el (isearch-search): Don't feep after every single character added to a failing regexp isearch. * subr.el: (fset 'feep 'ding) to preserve purity of language.1985-12-11 Richard M. Stallman (rms at prep) * simple.el (set-variable): Must bind minibuffer-help-form, not help-form. Also arrange for most of code to be compiled.1985-12-10 Richard M. Stallman (rms at prep) * rmail.el (rmail): If file already visited, don't disturb it, just select it. * simple.el, subr.el, unused.el: Move general purpose subroutines from simple.el to new file subr.el. Some editing commands that are not on any keys and not otherwise used are moved to unused.el. * loadup.el: Load subr.elc first thing. * subr.el (copy-alist): New function, copies alist links and pairs. Many uses of copy-sequence should call this instead. * rmailsum.el (rmail-summary-exit): Bury the summary buffer. * rmailsum.el (rmail-summary-goto-msg): Erase the - in the summary line meaning message is unseen. * rmailout.el (rmail-output-to-rmail-file): Don't delete message if output was not done. * files.el (switch-to-buffer-other-window): Pass t as new second arg to pop-to-buffer. * indent.el (insert-tab): If indent-tabs-mode = nil, insert spaces instead. * debug.el (debug): Combine two unwind-protect's into one. Set debug-on-next-call at outermost level
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -