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

📄 changelog.6

📁 windows版本的emacs
💻 6
📖 第 1 页 / 共 5 页
字号:
1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* Version 19.33 released.	* cc-mode.el (c-fill-paragraph): Fix regexp for finding C++ comment	paragraphs.1996-08-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* isearch.el (isearch-whitespace-chars): If isearch-invalid-regexp,	insert just a space.1996-08-07  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* iso-acc.el (iso-languages, french): Remove non-French combinations.	Add ~c, "e, "i, `u.	* simple.el (normal-auto-fill-function): New variable.	(auto-fill-mode): Use that instead of constant 'do-auto-fill.	* bibtex.el (bibtex-mode): Set normal-auto-fill-function locally;	don't set auto-fill-function.  Don't turn on Auto Fill mode.1996-08-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* rmail.el (rmail-reply-regexp, rmail-message-filter): Doc fix.	(rmail-reply-regexp): Match Re[2].1996-08-05  Simon Marshall  <simon@spiff.gnu.ai.mit.edu>	* help.el (help-font-lock-keywords): Fully undo rms July 26 change.1996-08-05  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* dabbrev.el (dabbrev--last-case-pattern): New variable.	(dabbrev-expand): Set it for ordinary expansions;	use it when copying successive words.1996-08-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* imenu.el (imenu-update-menubar): Fix code to install the new menu.	* info.el (Info-find-node): Use pop-to-buffer.1996-08-02  Paul Eggert  <eggert@twinsun.com>	* rmail.el (rmail-unix-mail-delimiter): Allow space or tab as	first character in mailbox part of `From ' line.1996-08-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* Version 19.32 released.	* gud.el (gdb): Undo previous change.1996-08-01  Simon Marshall  <simon@spiff.gnu.ai.mit.edu>	* comint.el (comint-file-name-chars): Was comint-file-name-regexp.	Give it a non-nil default value.	* shell.el (shell-file-name-chars): Was shell-file-name-regexp.	(shell-mode): Set comint-file-name-chars to this variable.1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* dabbrev.el (dabbrev-expand): When snarfing consecutive words,	if previous one was upcased, upcase this one too.	(dabbrev--substitute-expansion): When snarfing consecutive words,	don't case convert here.	* help.el (help-font-lock-keywords): Undo July 26 change.	* term/x-win.el: Delete code to disable f10 if motif.	* gud.el (gdb): Bind comint-file-name-regexp.1996-07-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* emerge.el (emerge-files-with-ancestor, emerge-files):	Use add-hook to add to QUIT-HOOKS.1996-07-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* help.el (help-fontify-buffer-function): Function deleted.	(help-mode): Set font-lock-defaults in simple way again.1996-07-29  Erik Naggum  <erik@naggum.no>	* ange-ftp.el (ange-ftp-read-passwd): Let first input override	default, and let RET use the default value.	(ange-ftp-get-passwd): Make prompt clearer.1996-07-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* complete.el (PC-complete): When command is repeated,	scroll the completion buffer.	* gud.el (gud-display-line): Don't crash if BUFFER is nil.	* font-lock.el (font-lock-mode): Don't add to after-change-functions	if font-lock-fontify-region-function is `ignore'.1996-07-26  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* help.el (help-font-lock-keywords): Use font-lock-function-name-face	for variables, too.	* dabbrev.el (dabbrev--substitute-expansion): Use just ABBREV, not OLD,	in previous change.	* vc.el (vc-do-command): Bind win32-quote-process-args.1996-07-26  Simon Marshall  <simon@spiff.gnu.ai.mit.edu>	* help.el (help-mode): Set font-lock-defaults to provide bindings for	local fontification functions.	(help-fontify-buffer-function): New function.1996-07-23  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* edebug.el (edebug-trace-display): Save and restore current buffer.1996-07-23  Erik Naggum  <erik@psilocin.gnu.ai.mit.edu>	* etags.el (tag-exact-file-name-match-p): Fix previous change.1996-07-23  Andrew Innes  <andrewi@harlequin.co.uk>	* winnt.el (file-name-buffer-file-type-alist): Load TAGS files as	text, not binary.1996-07-23  Paul Eggert  <eggert@twinsun.com>	* completion.el (cmpl-hours-since-origin): Fix bug:	microseconds count was being used instead of seconds count.1996-07-23  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* loaddefs.el (ctl-x-map): Bind C-x M-:.1996-07-23  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>	Fixes from Robert Praetorius <robert@aspenres.com>:	* etags.el (etags-goto-tag-location): New local variable LINE; use it.	Fix typo in direct-file-tag case: position -> startpos.	(tag-word-match-p, tag-exact-file-name-match-p): Fix off-by-one errors.1996-07-23  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* shadow.el (list-load-path-shadows): Doc fix.1996-07-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* gud.el (perldb-command-name): New variable.	(perldb): Use it.1996-07-21  Ralf Fassel  <ralf@natlab.research.philips.com>	* files.el (dabbrev-case-fold-search, dabbrev-case-replace): Set	`risky-local-variable' property, since these get eval'ed.	* dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):	Undo previous change.1996-07-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* dabbrev.el (dabbrev--search): Don't downcase the result here.	(dabbrev-completion): Bind completion-ignore-case.	(dabbrev--substitute-expansion): Downcase the expansion here,	but not if case pattern matches start of original expansion.	* executable.el (executable-find): Doc fix.	* time.el (display-time): Fix prev change: use display-time-update.1996-07-21  Karl Heuer  <kwzh@gnu.ai.mit.edu>	* viper-util.el (vip-ms-style-os-p, vip-vms-os-p): Moved here from	viper.el.	* rmail.el (rmail-next-same-subject): Don't set search-regexp	until after adjusting subject string.1996-07-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>	* browse-url.el (browse-url-choose-browser): New function.	(browse-url-browser-function): Use browse-url-choose-browser	as the initial value.	* time.el (display-time): Call display-time-event-handler directly	to make the time appear right away.1996-07-21  Karl Heuer  <kwzh@gnu.ai.mit.edu>	* executable.el (executable-find): Doc fix.1996-07-20  Karl Heuer  <kwzh@gnu.ai.mit.edu>	* viper.el (vip-ms-style-os-p): Doc fix.1996-07-20  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>	* view.el (view-mode-auto-exit): Doc fix.1996-07-20  Simon Marshall  <simon@spiff.gnu.ai.mit.edu>	* shadow.el (list-load-path-shadows): Fix ambiguous wording.1996-07-20  Karl Heuer  <kwzh@gnu.ai.mit.edu>	* gnus-cus.el: Don't test X colors unless using X.1996-07-19  Karl Heuer  <kwzh@gnu.ai.mit.edu>	* gnus-cus.el: If no dark magenta, use maroon.	(gnus-face-dark-name-list): If no dark blue, use royal blue.1996-07-17  Karl Heuer  <kwzh@gnu.ai.mit.edu>	* viper-util.el (vip-get-filenames-from-buffer): Add &optional.	* time.el (display-time): Starting time should be future, not past.1996-07-16  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>	* message.el (message-send): Don't use mail-hist by default.1996-07-15  Paul Eggert  <eggert@twinsun.com>	* appt.el (appt-check, appt-make-list): Avoid race condition	by getting current time only once.	* texinfmt.el (texinfo-format-today): Likewise.1996-07-15  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>	* sh-script.el (sh-mode): Call sh-set-shell only for a writable	empty buffer.	* executable.el (executable-set-magic): Don't put a space at end	if user says no.1996-07-15  Andrew Innes  <andrewi@harlequin.co.uk>	* smtpmail.el (smtpmail-send-data-1): Escape "." at the start of	any line of data, not just lines containing nothing else.1996-07-14  Lars Magne Ingebrigtsen  <larsi@wombat.gnu.ai.mit.edu>	* gnus-cache.el: Make sure byte-compilation doesn't trip on	the undefined `gnus-add-shutdown'.	* gnus.el: Make sure `gnus-directory' is defined	when byte-compiling.1996-07-13  Karl Heuer  <kwzh@gnu.ai.mit.edu>	* allout.el (outline-auto-activation, outline-layout)	(outline-primary-bullet, outline-plain-bullets-string)	(outline-distinctive-bullets-string, outline-old-style-prefixes)	(outline-stylish-prefixes, outline-file-xref-bullet)	(outline-use-hanging-indents, outline-bullets-string)	(outline-write-file-hook, outline-mode, outline-prefix-data)	(outline-before-change-protect, outline-make-topic-prefix)	(outline-rebullet-current-heading, outline-rebullet-heading)	(outline-listify-exposed, outline-expose-topic)	(outline-old-expose-topic, outline-exposure)	(outline-latex-verbatim-quote-curr-line)	(outline-show-current-subtree, outline-hide-current-subtree)	(outline-hide-current-leaves, outline-new-exposure): Doc fix.1996-07-13  Francois Pinard  <pinard@iro.umontreal.ca>	* allout.el (outline-resolve-xref): Do not mistake a blank line	following an xref (@) bullet as part of the rerefenced file name.1996-07-13  Christopher J. Madsen  <ac608@yfn.ysu.edu>	* time.el (display-time): Fix start time for run-at-time.1996-07-12  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>	* rmailsum.el (rmail-summary-next-labeled-message)	(rmail-summary-previous-labeled-message):	Call rmail-summary-goto-msg to move point in the summary.	* mouse.el (mouse-major-mode-menu-1): No need to copy the top	levels of structure.	* browse-url.el (browse-url-netscape-program): New variable.	(browse-url-mosaic-program): New variable.	(browse-url-mosaic, browse-url-netscape): Use them.1996-07-12  Simon Marshall  <simon@spiff.gnu.ai.mit.edu>	* font-lock.el (font-lock-comment-start-regexp): New variable.	(font-lock-fontify-syntactically-region): Use it.	When matching comments, use (match-end 1) as the start, if non-nil.	(font-lock-defaults-alist): Provide value for Lisp/C/C++ modes.	Remove obsolete entry for bibtex-mode.  Doc fix.	(font-lock-match-c++-style-declaration-item-and-skip-to-next): Don't	treat a ; character as a declaration item separator.	* comint.el (comint-truncate-buffer): Count lines from process-mark,	not point-max, as the input may span lines.	(comint-postoutput-scroll-to-bottom): Don't subtract from process-mark,	use comint-last-output-start, since the buffer string may have changed.	(comint-dynamic-complete-as-filename): Don't bind	file-name-handler-alist to nil, it interferes with directory tracking.	(comint-dynamic-list-filename-completions): Likewise.	(comint-replace-by-expanded-history): Only match leading ^ in input.	(comint-file-name-regexp): New variable.	(comint-mode): Make it buffer-local.	(comint-match-partial-filename): Use it.	* shell.el (shell-file-name-quote-list): Default to nil on MSDOS/NT.	(shell-file-name-regexp): New variable.	(shell-mode): Set comint-file-name-regexp to its value.1996-07-11  Ralf Fassel  <ralf@natlab.research.philips.com>	* dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace): Set	`risky-local-variable' property, since these get eval'ed.1996-07-11  Ronan Waide  <waider@autodealing.com>	* smtpmail.el (smtpmail-deduce-address-list): Handle RESENT-* fields.1996-07-11  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>	* startup.el (normal-top-level-add-to-load-path):	Use directory-file-name since load-path elements don't end in /.	* rmailsum.el (rmail-make-basic-summary-line):	If user-mail-address is nil, use alternative.	* tex-mode.el (tex-validate-region): Skip fwd over whitespace	and punctuation, to find point of mismatch.	(validate-tex-buffer): Don't include the blank lines	before a paragraph in the paragraph being checked.	* mouse.el (mouse-drag-region): Cope if stop-point is nil.	* mouse.el (mouse-major-mode-menu-compute-equiv-keys): Deleted.	(mouse-major-mode-menu-1): Copy the top levels of structure,	if we use all of MENUBAR.	Set mouse-major-mode-menu-prefix.	(mouse-major-mode-menu): Total rewrite.1996-07-11  Stefan Schoef  <schoef@OFFIS.Uni-Oldenburg.DE>	* bibtex.el (bibtex-reference-head): Allow spaces and tabs between	opening brace or paren and key.  Simplify regexp.	(bibtex-type-in-head, bibtex-key-in-head): Decrement.	(bibtex-mode): Use new function run-with-idle-timer instead of	auto-save-hook for periodically parsing keys.	(bibtex-mode-syntax-table, bibtex-autokey-name-change-strings,	bibtex-autokey-titleword-change-strings): Support non-escaped	double-quoted characters (as with german styles).	(bibtex-field-string-quoted): Disallow lines like	author = "Stefan Sch"of"	until BibTeX supports them.1996-07-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>	* mouse.el (mouse-major-mode-menu-1): Always return just a keymap;	never (STRING . KEYMAP).	(mouse-major-mode-menu): Discard the `keymap' from the front of	the keymap we get from mouse-major-mode-menu-1.	Construct the menu name string from major-mode.1996-07-07  Dave Love  <d.love@dl.ac.uk>	* gud.el (gud-irix-p): Exclude Irix6.1 up.	(gud-dbx-use-stopformat-p): New variable.	(dbx): Use it to send $stopformat for Irix6.

⌨️ 快捷键说明

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