📄 changelog.6
字号:
(vip-wildcard-to-regexp,vip-glob-ms-windows-files): New functions.1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * asm-mode.el (asm-mode-map): Bind C-c ; to comment-region. * mouse.el (mouse-drag-region): Be smart about which end gets point and which end gets the mark. * hilit19.el (LaTeX-mode): Change handling of escaped $. * mouse.el (mouse-buffer-menu): Use aref rather than string-match.1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * rmailsum.el (rmail-summary-bury): New function. (rmail-summary-mode-map): Put rmail-summary-bury on b. * paths.el (Info-default-directory-list): Doc fix.1996-06-19 Dave Love <d.love@dl.ac.uk> * gud.el (gud-irixdbx-marker-filter): Use %1ld, not %1d, when printing $curline. (dbx, irix case): Likewise in arg of gud-down.1996-06-18 Brian D. Carlstrom <bdc@ai.mit.edu> * smtpmail.el (smtpmail-send-it): Don't handle FCC fields until after determining FROM field. Delete code that converted "S:" to "Subject:". Insert FROM field unless it already exists (code from sendmail.el).1996-06-18 Andrew Innes <andrewi@harlequin.co.uk> * smtpmail.el (smtpmail-smtp-service): Use port 25 as default. (smtpmail-send-it): Require mail-utils upon entry. Don't invoke sendmail-synch-aliases. (smtpmail-deduce-address-list): Only use text matched in regexp group, not the whole regexp. * smtpmail.el (smtpmail-read-response): Goto smtpmail-read-point on every iteration to deal with multiple line banners. * smptmail.el (smtpmail-via-smtp): Bracket names in FROM and RCPT TO commands.1996-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * ange-ftp.el (ange-ftp-kill-ftp-process): Really use the BUFFER arg. Make it optional. * vc-hooks.el (vc-mode-line): If user is root, verify file really has user-writable bit.1996-06-18 Kim F. Storm <storm@olicom.dk> * hippie.el (he-concat-directory-file-name): Directory part may be nil. (he-file-name-nondirectory): Referenced external variable.1996-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * pp.el (pp-to-string): Treat #( like (.1996-06-18 Francesco Potorti` <F.Potorti@cnuce.cnr.it> * files.el (auto-mode-alist): Add uppercase version of archive mode file name extensions ARC, ZIP, LXH, ZOO.1996-06-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * noutline.el (outline-up-heading): Fix error message. (outline-backward-same-level, outline-forward-same-level): Likewise.1996-06-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * font-lock.el (global-font-lock-mode): Set up find-file-hooks. (font-lock-default-fontify-buffer, font-lock-fontify-block) (font-lock-mode): Fix syntax of msgs such as Fontifying...done. * skeleton.el (local-variables-section): Deleted. * undigest.el (unforward-rmail-message): In summary buffer, switch temporarily to Rmail buffer.1996-06-15 Paul Eggert <eggert@twinsun.com> * mail-utils.el (mail-strip-quoted-names): `"' is not special inside an RFC 822 comment.1996-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * sgml-mode.el (html-list): Definition deleted. (html-headline): Definition deleted. (html-ordered-list, html-unordered-list): New definitions. (html-headline-1 ... html-headline-6): New definitions. (html-mode-map): Use new commands.1996-06-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * rlogin.el (rlogin): Doc fix.1996-06-14 Ed Reingold <reingold@albert.gnu.ai.mit.edu> * cal-tex.el (cal-tex-mini-calendar): Add optional paramter COLSEP. (cal-tex-cursor-filofax-year): Use it. Also, adjust other sizes.1996-06-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * simple.el (set-fill-column): Error if no argument. * easymenu.el (easy-menu-create-keymaps): Add menu-alias property. * lmenu.el (make-lucid-menu-keymap): Add menu-alias property.1996-06-11 Andrew Innes <andrewi@harlequin.co.uk> * nnmail.el (nnmail-move-inbox): Prompt for POP3 password if required, and include on the movemail command line.1996-06-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * imenu.el (imenu--mouse-menu): Don't check imenu-use-keymap-menu. * files.el (find-alternate-file): Don't clear buffer-file-truename and friends until after calling unlock-buffer.1996-06-12 enami tsugutomo <enami@ba2.so-net.or.jp> * rmailsum.el (rmail-new-summary): Fix typo; (concat ": " description) should be eval'ed.1996-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * tar-mode.el (tar-mode-revert): Cope if user cancels the revert.1996-06-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * term.el (term-terminal-menu): Don't make a self-recursive keymap. * rmail.el (rmail-retry-failure): Nicer error message if can't find mail-unsent-separator. * hexl.el (hexl-mode): Run hexl-mode-hook.1996-06-09 Eli Zaretskii <eliz@is.elta.co.il> * term/pc-win.el (msdos-face-setup): Use `terminal-frame' for initial frame setup. (make-msdos-frame): New MSDOS-specific frame creation function. (focus-frame, unfocus-frame): Don't set to 'ignore. (auto-raise-mode, auto-lower-mode): Likewise. (set-background-color, set-foreground-color): Definitions deleted. * loadup.el: On MSDOS, don't assume that `make-frame' is only bound under an X emulator; use `x-create-frame' instead. * frame.el (frame-initialize): Don't count MSDOS neither as window-system nor as a terminal frame here. * dos-fns.el: No need to require 'faces and set menu-bar-mode. (window-frame): Remove; it is now on `frame.c'. (raise-frame, select-frame): Likewise.1996-06-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * hexl.el (hexl-mode): Set hexl-max-address early on and call hexl-goto-address afterward. And call hexlify-buffer even earlier.1996-06-08 Geoff Voelker <voelker@joker.cs.washington.edu> * comint.el (comint-substitute-in-file-name): New function. (comint-match-partial-filename): Use comint-substitute-in-file-name to handle system-specific syntax. * shell.el (shell-directory-tracker): Use comint-substitute-in-file-name to handle system-specific syntax. * comint.el (comint-dynamic-complete-as-filename) (comint-dynamic-simple-complete) [ms-dos, windows-nt]: (comint-dynamic-list-filename-completions) [ms-dos, windows-nt]: Set completion-ignore-case to t for these systems. * shell.el (shell-chdrive-regexp): New variable. (shell-mode): Update doc string. (shell-directory-tracker): Update doc string. Detect drive changes.1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * frame.el (make-frame-command): Treat msdos like no window system.1996-06-09 Karl Heuer <kwzh@gnu.ai.mit.edu> * comint.el (comint-file-name-quote-list): Doc fix. * texnfo-upd.el (texinfo-find-pointer): Doc fix. (texinfo-sequentially-find-pointer): Doc fix. (texinfo-copy-menu): Use double backslash to quote regexp.1996-06-08 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * etags.el (etags-list-tags): When there is an explicit tag name, skip the \177 before it.1996-06-07 Karl Heuer <kwzh@gnu.ai.mit.edu> * facemenu.el (facemenu-complete-face-list): Doc fix.1996-06-07 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * etags.el (tag-lines-already-matched): Remove defvar. (initialize-new-tags-table): Don't make that var local. (tag-lines-already-matched): Add docless defvar near find-tag-in-order defun; this is a global state variable for that one function. (find-tag-in-order): Move clearing of tag-lines-already-matched out of loop. Make it a list of markers and search it with member; it is now global, not buffer-local in the tags table, and records all matches in any tags table during a single find-tag loop. When we run out of matches, clear it and null out the markers.1996-06-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * imenu.el (imenu--mouse-menu): Always use nested keymaps. (imenu-use-keymap-menu): Variable deleted. * cmacexp.el (c-macro-preprocessor): New clause for Solaris. * winnt.el (x-set-selection, x-get-selection): Define them to really use TYPE. * smtpmail.el: New file. (smtpmail-send-it): Fix error messages. (smtpmail-deduce-address-list): Bind recipient-address-list with let. (smtpmail-via-smtp): Bind greeting, n, process-buffer.1996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * files.el (hack-local-variables-prop-line): Bind enable-local-eval. * hexl.el (hexl-mode-map): Bind prior, home, deletechar, deleteline, insertline, S-delete, and DEL. Don't bind prev.1996-06-03 Geoff Voelker <voelker@joker.cs.washington.edu> * comint.el (comint-dynamic-complete-filename) [ms-dos, windows-nt]: Always use backslash as a directory separator when completing in shell mode on these systems. * winnt.el (shell-mode-hook): Set comint-completion-addsuffix so that the directory suffix is backslash and the file suffix is space.1996-06-05 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * comint.el (comint-unquote-filename): Handle quoted backslashes. * vc.el (vc-cancel-version): Fix paren error. * imenu.el (imenu): In interactive spec, pass the entire index item, not just the string.1996-06-04 Per Abrahamsen <abraham@dina.kvl.dk> * xt-mouse.el (xterm-mouse-event): Adjust for minibuffer prompt width.1996-06-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * dired.el (dired-chown-program): Try /usr/sbin/chown. * frame.el (make-frame-command): New function. (ctl-x-5-map): Change C-x 5 2 to make-frame-command. * hippie-exp.el (he-file-name-chars): Check windows-nt, not ms-windows.1996-06-04 Kim F. Storm <storm@olicom.dk> * files.el (buffer-file-numbers-unique): New variable; initialize to nil for windows-nt. (find-buffer-visiting): Skip search for buffer based on buffer-file-number if these are not unique.1996-06-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * replace.el (occur): Avoid "1 lines" in echo area. * shell.el (shell-match-partial-variable): Doc fix.1996-06-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * mouse.el (mouse-show-mark): Use temporary highlighting if possible instead of a pause. (mouse-drag-region): Use mouse-show-mark to do temp highlighting. (mouse-save-then-kill): Call mouse-show-mark for a new selection if we have a window system. * reporter.el (reporter-submit-bug-report): Bind same-window-regexps, same-window-buffer-names, to nil.1996-06-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * rmail.el (rmail-get-new-mail): If conversion to BABYL fails for the default inboxes, rename them so they won't be tried again.1996-06-02 Eli Zaretskii <eliz@is.elta.co.il> * term/pc-win.el (msdos-color-aliases): Define more colors. (msdos-color-translate): Fix `substring' arguments. Recognize ``medium'' prefix.1996-05-31 Karl Heuer <kwzh@gnu.ai.mit.edu> * loaddefs.el (debug-ignored-errors): Don't use concat inside quoted list.1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * ehelp.el (electric-helpify): Allow NAME to be given as arg. (electric-command-apropos): Specify *Apropos* as buffer name. * fill.el (fill-individual-paragraphs): Don't get stuck if no newline at the end of the region.1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * ispell.el (ispell-region): Handle ispell-skip-sgml properly with an re-search. * reporter.el (reporter-submit-bug-report): Use display-buffer to re-show the original buffer.1996-05-30 Karl Heuer <kwzh@gnu.ai.mit.edu> * simple.el (shell-command-on-region): In output buffer, display first page by setting point, not window-start (which can leave point in an unexpected place). * info.el (Info-insert-dir): Fix default directory.1996-05-30 Per Abrahamsen <abraham@dina.kvl.dk> * custom.el (event-point): Fix fboundp test surrounding this.1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu> * debug.el, edebug.el, icomplete.el, macros.el, simple.el: Use executing-kbd-macro, not executing-macro.1996-05-28 Karl Heuer <kwzh@gnu.ai.mit.edu> * add-log.el (change-log-font-lock-keywords): Require colon after parenthesized function name.1996-05-28 Paul Eggert <eggert@twinsun.com> * gnus.el (gnus-article-date-ut): Avoid race condition. * gnus-msg.el (gnus-inews-date): Likewise. * gnus.el (gnus-gmt-to-local): When rewriting a date to local time, use the UTC offset in effect then, not the current UTC offset.1996-05-26 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * mailabbrev.el (mail-abbrev-expand-hook): Disable abbrev mode temporarily while working, to avoid recursion in indent-relative expanding part of the abbrev expansion as an abbrev itself.1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> * Version 19.31 released.1996-05-21 Marc Fleischeuers <marc@mpi.nl> * files.el (make-backup-file-name): Check msdos-long-file-names. (basic-save-buffer-1, make-auto-save-file-name): Likewise.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -