📄 changelog.6
字号:
1996-05-21 Scott M. Meyers <spirit2@shellus.com> * cmacexp.el (c-macro-expansion): Delete ??! trigraph in uniquestring. Use same syntax table in outbuf as in inbuf. Insert newline instead of space at end, for proprocessors which don't like truncated lines.1996-05-21 Francesco Potorti` <F.Potorti@cnuce.cnr.it> * cmacexp.el (c-macro-expansion): Correct bug in creating tempname.1996-05-21 Andrew Innes <andrewi@harlequin.co.uk> * scroll-bar.el (scroll-bar-maybe-set-window-start): Always set window start, to ensure scroll bar position is updated. * term/win32-win.el (win32-handle-scroll-bar-event): Restore original window selection after scrolling.1996-05-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> * mh-e.el (mh-version): Use mh-e-RCS-id rather than mh-e-version and mh-e-time-stamp. * simple.el (do-auto-fill): Return t if real work was done.1996-05-20 Karl Heuer <kwzh@gnu.ai.mit.edu> * cal-persia.el: Renamed from cal-persian.el to avoid 14-character limitation. * calendar.el, diary-lib.el: Fix autoload references.1996-05-18 Erik Naggum <erik@naggum.no> * sun-curs.el (sc::menu): Fix typo.1996-05-17 Per Bothner <bothner@deneb.cygnus.com> * term.el (term-send-raw-string): send-string -> process-send-string. (term-arguments): Remove unused local `values'. (term-handle-deferred-scroll): Fix off-by-one bug.1996-05-17 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> * f90.el: Delete the hilit19 support--it doesn't work. (f90-face-*, f90-auto-hilit19, f90-hilit-patterns): Vars deleted. (f90-mode, f90-update-line): Delete the hilit19 support code.1996-05-15 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> * tex-mode.el (latex-imenu-create-index): Change the regexp to match the * versions of commands. (latex-mode): Make imenu-create-index-function buffer-local. * enriched.el: Several doc fixes. (enriched-mode-hook): Renamed from enriched-mode-hooks. * cc-mode.el (c++-mode): Set c-recognize-knr-p locally to nil.1996-05-13 Espen Skoglund <espensk@tklab3.cs.uit.no> * pascal.el (pascal-end-of-statement, pascal-calculate-indent): Set parse-sexp-ignore-comments to t before parsing. (pascal-indent-case): Save position of cursor, and restores it after reindenting the code.1996-05-11 Geoff Voelker <voelker@cs.washington.edu> * winnt.el (using-unix-filesystems): Update doc string.1996-05-11 Andrew Innes <andrewi@harlequin.co.uk> * scroll-bar.el (scroll-bar-drag-position): New function. (scroll-bar-maybe-set-window-start): New function. * term/win32-win.el (win32-handle-scroll-bar-event): Use scroll-bar-maybe-set-window-start.1996-05-11 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * tex-mode.el (latex-imenu-create-index): New function. (latex-mode): Use latex-imenu-create-index. (latex-imenu-generic-expression): Variable deleted.1995-05-10 Per Bothner <bothner@kalessin.cygnus.com> * term.el (term-emulate-terminal): On CR, set term-current-column to term-start-line-column, not 0.1996-05-10 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * f90.el (f90-hilit-patterns): Avoid using undefined variables. * vc.el (vc-rename-file): After renaming, update VC info and modeline. Preserve buffer-read-only.1996-05-09 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * gud.el (gud-filter): Cal gud-display-frame even if process-window is nil. * vc-hooks.el (vc-find-file-hook): Follow multiple links all the way. * ispell.el (ispell-check-comments): Default is now t.1996-05-08 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * bookmark.el (bookmark-bmenu-delete-backwards) (bookmark-write, bookmark-relocate, bookmark-insert-buffer-name) (bookmark-insert-current-bookmark, bookmark-send-edited-annotation) (bookmark-read-annotation, bookmark-read-annotation-text-func) (bookmark-send-annotation, bookmark-insert-file-format-version-stamp): Doc fix.1996-05-08 Karl Fogel <kfogel@floss.red-bean.com> * bookmark.el (bookmark-locate): ;;;###autoload this alias. (bookmark-bmenu-mode-map): Bind C-c C-c to bookmark-bmenu-this-window, analogously to other Emacs listing modes such as *grep* and *occur*. (bookmark-version): Upped to 2.6.4.1996-05-08 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * gud.el (gud-filter): Move the call to gud-display-frame outside of the save-excursion.1996-05-07 Karl Fogel <kfogel@floss.red-bean.com> * bookmark.el (bookmark-make): take optional arg `info-node', pass it on to bookmark-make-cell. (bookmark-make-cell): if new optional arg `info-node' is non-nil, make it be the bookmark's info-node. (bookmark-info-current-node): new func. (bookmark-set): call bookmark-make, passing result from above bookmark-info-current-node. (bookmark-send-annotation): same as above. (bookmark-locate): defalias to bookmark-insert-location for backward compatibility. (bookmark-version): upped to 2.6.3.1996-05-07 Noah Friedman <friedman@splode.com> * rlogin.el (rlogin): Call rlogin-mode after adding rlogin-carriage-filter to output filter functions, so user can remove it if desired.1996-05-06 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * gulp.el: New file. * info.el (Info-enable-active-nodes): Default to nil. Mark it risky. * ediff-diff.el (ediff-setup-fine-diff-regions): Use ediff-diff3-options or ediff-diff-options.1996-05-05 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * mouse.el (mouse-drag-region): Set the region before reading a character, so the selection exists while we wait. * dos-fns.el (convert-standard-filename): Test msdos-long-file-names. Return "." or ".." unchanged. * iso-acc.el (iso-accents-compose): Don't insert in the buffer if this is not the start of the key sequence. * hideif.el (hide-ifdef-mode): Doc fix. * term/win32-win.el (win32-handle-scroll-bar-event): Look for `up' and `down' instead of `up-arrow' and `down-arrow'.1996-05-04 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * ps-print.el (ps-print-preprint): Special handling if file entered in the minibuffer is a directory. * sendmail.el (mail-mode): Line starting with ---- is par separator. * vc-hooks.el (vc-follow-link, vc-find-file-hook): Use file-chase-links instead of file-truename. (vc-find-file-hook): Follow a link without asking if the target is already visited.1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * apropos.el (apropos-print): If command has no key bindings, say how to run it with M-x.1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> * winnt.el (original-make-auto-save-file-name): New symbol bound to old value of make-auto-save-file-name. (make-auto-save-file-name): New function overriding old. * term/win32-win.el (win32-handle-scroll-bar-event): New function.1996-05-02 Erik Naggum <erik@naggum.no> * dired-aux.el (dired-handle-overwrite): `find-backup-file-name' may return nil, so handle that.1996-05-02 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * gud.el (gud-display-line): Switch to gud buffer before calling gud-find-file. * info.el (Info-find-node): Don't treat file name `dir' specially if it comes with a directory name.1996-05-01 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * ps-print.el (ps-print-preprint): If user enters a directory name, use a suitable file in that directory.1996-04-30 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * mouse.el (mouse-drag-region): Doc fix.1996-04-29 Karl Heuer <kwzh@gnu.ai.mit.edu> * simple.el (shell-command-on-region): Start of region to keep is min of endpoints, not max.1996-04-29 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * cal-x.el (diary-frame-parameters, calendar-frame-parameters) (calendar-and-diary-frame-parameters): Take out font, auto-lower and auto-raise.1996-04-28 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * indent.el (indent-for-tab-command): Pass prefix arg to indent-tab. (insert-tab): Handle prefix arg.1996-04-26 Ed Reingold <reingold@spiff.gnu.ai.mit.edu> * solar.el (diary-sabbath-candles): Don't correct for DST a second time.1996-04-26 Andrew Innes <andrewi@harlequin.co.uk> * compile.el (compilation-error-regexp-alist): Add regexp for Microsoft VC++ error messages containing drive letters. * loadup.el [windows-nt]: Load disp-table. * rmail.el (rmail-insert-inbox-text): When required, prompt for pop password and pass on to movemail. (rmail-pop-password, rmail-pop-password-required): New variables. (rmail-read-password): New function.1996-04-26 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * mouse.el (mouse-drag-region): Leave region highlighted until the next input event.1996-04-25 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * window.el (walk-windows): Doc fix.1996-04-24 Ed Reingold <reingold@spiff.gnu.ai.mit.edu> * cal-persian.el: Doc fix. * cal-julian.el (calendar-print-astro-day-number): Doc fix. * cal-menu.el (calendar-mouse-print-dates): Doc fix.1996-04-23 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> * doctor.el (doctor-doc): Add period.1996-04-20 Richard Stallman <rms@mole.gnu.ai.mit.edu> * files.el (auto-mode-alist): .F gets fortran mode. * simula.el (simula-submit-bug-report): Use emacs-version. (simula-version): Function and variable deleted. * window.el (walk-windows): Doc fix.1996-04-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * info.el (Info-next-reference, Info-prev-reference): Add optional argument RECUR to avoid infinite recursion on malformed nodes.1996-04-19 Hans Henrik Eriksen <hhe@ifi.uio.no> * simula.el (simula-tab-always-indent, simula-indent-level) (simula-substatement-offset, simula-continued-statement-offset) (simula-label-offset, simula-if-indent, simula-inspect-indent) (simula-electric-indent, simula-abbrev-keyword, simula-abbrev-stdproc): Added default constants. (simula-emacs-features): new constant to hold information on which flavor if emacs is running (from cc-mode.el). (simula-mode-menu): Menu definition for Lucid Emacs (simula-mode-map): Bound new command simula-indent-exp to C-M-q and added lots of commands to [menu-bar]. (simula-popup-menu): New function for Lucid menus. (simula-keep-region-active): New function for Lucid menus. (simula-indent-exp): New command that indents a whole expression. (simula-indent-line): New strategies for finding the right amount to indent. (simula-skip-comment-backward): Added optional parameter stop-at-end to stop at the first END statement. (simula-expand-stdproc): Added abbrev expansion to verbatim copy of abbrev table, same for function simula-expand-keyword. (simula-search-backward): Added Doc string, and lots of error checking. (simula-search-forward): Added Doc string, and lots of error checking. Added hilit19 config code. (simula-version): New variable and function to report value. (simula-submit-bug-report): New function to submit bug report.1996-04-19 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> * term/x-win.el [motif]: Make f10 undefined.1996-04-19 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> * f90.el (f90-keywords-re): Added operator and result. (f90-keywords-level-3-re): Added operator and result. (f90-match-end, f90-looking-at-program-block-start): Fixed bug with false matching in comments/strings. (f90-looking-at-program-block-start, f90-imenu-generic-expression): Added knowledge of pure and extrinsic subroutines. (f90-abbrev-start): Fixed bug using next-command-event. (f90-keywords-level-3-re): Added keyword "nullify". (f90-else-like-re): Fixed indentation of case() statements. (f90-font-lock-keywords-2): Changed highlighting of case() statements.1996-04-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> * metamail.el (metamail-mailer-name): New variable. (metamail-environment): Add MM_QUIET. (metamail-switches): Delete -m emacs. (metamail-interpret-header, metamail-interpret-body): New functions. (metamail-region, metamail-buffer): New arg VIEWMODE. * Optional argument which value is passed to the environment variable EMACS_VIEW_MODE is added to the function metamail-buffer and metamail-region. * files.el (after-find-file): Mention file name in "auto save is newer" message.1996-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu> * term/win32-win.el (x-select-text): Remember selected text. (x-get-selection-value): Return nil if the clipboard data is is the same as the remembered selected text.1996-04-18 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> * gnus.el (gnus-summary-pipe-output, gnus-buffer-configuration, gnus-window-to-buffer): Pop up the shell buffer after piping articles through a filter. * gnus-ems.el: Make invisible text intangible as well.1996-04-17 Simon Marshall <simon@spiff.gnu.ai.mit.edu> * replace.el (occur): Fix up interactive code. Strip text properties from regexp.1996-04-16 Francesco Potorti` <F.Potorti@cnuce.cnr.it> * vc.el (vc-comment-ring): Initialise using make-ring. (vc-clear-context): Initialise vc-comment-ring using make-ring. (vc-finish-logentry): Don't initialise vc-comment-ring here.1996-04-15 Eric Ding <ericding@mit.edu> * goto-addr.el (goto-address-send-using-mh-e): Renamed from goto-address-send-using-mhe. Require `mh-comp'.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -