📄 changelog.8
字号:
* international/mule.el (set-buffer-file-coding-system): Docstring modified.1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support using the hideshow package. (hs-special-modes-alist): Added entry for bibtex to allow the use of the hideshow package. (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is not longer provided by bibtex.el directly. Instead the hideshow package should be used. (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete references to bibtex-hide-entry-bodies.1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> * textmodes/bibtex.el: Copyright notice is up to date. Moved maintainer information closer to the beginning of the bibtex.el file. (bibtex-maintainer-salutation): New constant. (bibtex-version): New constant. (bibtex-submit-bug-report): Use bibtex-version and bibtex-maintainer-salutation. (bibtex-entry-field-alist): Made booktitle field optional for @inproceedings entries when crossreferenced. (bibtex-entry-field-alist): Added booktitle field to proceedings entry type (for cross referencing). Thanks to Wagner Toledo Correa for the suggestion. (bibtex-string-file-path): Fixed typo.1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl> * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &' for reftex.el. (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex' to menu.1999-12-04 Dave Love <fx@gnu.org> * delsel.el: Revert previous change -- region is significant to skeleton.1999-12-04 Michael Kifer <kifer@cs.sunysb.edu> * viper-cmd.el (viper-change-state): Use viper-ESC-moves-cursor-back to decide whether to move the cursor back.1999-12-03 Kenichi Handa <handa@mule.m17n.org> * international/mule-util.el (truncate-string-to-width): Docsting fixed.1999-12-02 Stefan Monnier <monnier@cs.yale.edu> * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious use of `cond'. (lm-with-file): Move all the find-file...kill-buffer stuff into this macro. Make it use `find-file-noselect' and make it kill the buffer only if it wasn't already displayed somewhere. (lm-summary, lm-authors, lm-maintainer, lm-creation-date) (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by) (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file. (lm-commentary): Fix to handle the case when the change log is at the end of the file.1999-12-02 Kenichi Handa <handa@etl.go.jp> * international/mule.el (charsetp): Fix typo in docstring. * international/mule-diag.el (list-coding-categories): Fix typo; automatic -> autoload.1999-12-02 Gerd Moellmann <gerd@gnu.org> * vc.el (vc-update-change-log): Look for rcs2log under exec-directory. * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change outline-regexp, add outline-level. (lisp-outline-level): New. * calendar/appt.el (appt-convert-time): Handle "12:MMam", remove extraneous string-match. * finder.el (finder-commentary): Activate Finder mode.1999-12-01 Anders Lindgren <andersl@andersl.com> * autorevert.el (auto-revert-buffers): Auto-revert mode was turned off when reverting buffers that contained mode specifiers. `revert-buffer' is now called with non-nil PRESERVE-MODES argument.1999-12-01 Dave Love <fx@gnu.org> * delsel.el: Grok skeleton-pair-insert-maybe.1999-11-30 Richard M. Stallman <rms@gnu.org> * progmodes/cperl-mode.el (cperl-under-as-char): Use nil as default.1999-11-30 Gerd Moellmann <gerd@gnu.org> * speedbar.el (toplevel): Remove compatibility code for Emacs versions without custom.el.1999-11-30 Dave Love <fx@gnu.org> * progmodes/fortran.el (fortran-strip-sequence-nos): New command. * autoinsert.el: Minor doc fixes. (auto-insert): Return nil. * faces.el (set-face-documentation): Purecopy STRING.1999-11-29 Dave Love <fx@gnu.org> * derived.el: Doc fixes, remove old backquote syntax. * cus-edit.el (custom-save-variables, custom-save-faces): Write a comment warning about editing. * help.el (help-mode-hook): Define.1999-11-29 Gerd Moellmann <gerd@gnu.org> * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct invalid translation of old-style backquote syntax to new syntax.1999-11-28 Eli Zaretskii <eliz@is.elta.co.il> * Makefile (DONTCOMPILE): Add term/internal.el.1999-11-26 Dave Love <fx@gnu.org> * comint.el: Fix last change. * emacs-lisp/advice.el: Fix last change.1999-11-26 Richard M. Stallman <rms@gnu.org> * cus-edit.el (Custom-reset-standard): Doc fix. (custom-variable-reset-standard): Doc fix. (custom-face-reset-standard): Doc fix. (custom-face-menu): "Reset to Standard" => "Erase Customization". (custom-variable-menu): Likewise. (custom-reset-menu): Likewise. (custom-buffer-create-internal): Likewise.1999-11-26 Dave Love <fx@gnu.org> * progmodes/make-mode.el (makefile-mode-hook): Customize. * font-lock.el: Doc fixes. * menu-bar.el (menu-bar-mode): Customize. * cus-start.el: Add use-dialog-box. * add-log.el (change-log-mode-hook): Customize. (add-log-current-defun): Use fortran-{beginning,end}-of-subprogram.1999-11-26 Richard M. Stallman <rms@gnu.org> * emacs-lisp/advice.el: Many doc fixes. * comint.el (comint-preoutput-filter-functions): Doc fix.1999-11-26 Richard M. Stallman <rms@gnu.org> * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Improve messages for capitalization of arg names, for flag variables, for t and nil, for imperatives. Call them imperatives rather than infinitives sans "to". (checkdoc-common-verbs-wrong-voice): Add "moves". (checkdoc-message-text-engine): Improve messages for y-or-n-p. * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): Don't convert comments from 3-semicolon to 2-semicolon. That is a matter of style. (checkdoc-triple-semi-comment-check-flag): Variable deleted. (checkdoc-comments): Don't bind that variable.1999-11-26 Richard M. Stallman <rms@gnu.org> * files.el (write-file-hooks): Doc fix.1999-11-26 Gerd Moellmann <gerd@gnu.org> * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.1999-11-25 Dave Love <fx@gnu.org> * hippie-exp.el: Require comint when compiling. (hippie-expand): Add :links. (hippie-expand-try-functions-list): Customize.1999-11-24 Michael Kifer <kifer@cs.sunysb.edu> * viper*el: Replaced old-style backquotes. * ediff*el: Replaced old-style backquotes. * ediff-merge (ediff-looks-like-combined-merge,ediff-get-combined-region): Changed to support the new format for ediff-combination-pattern. * ediff-diff (ediff-set-fine-overlays-in-one-buffer): Changed to support the new format for ediff-combination-pattern.1999-11-24 Dave Love <fx@gnu.org> * custom.el (custom-declare-group): Purecopy DOC. (custom-handle-keyword): Purecopy VALUE. (custom-add-link): Purecopy WIDGET. (custom-add-version): Purecopy VERSION. (custom-add-load): Purecopy LOAD. * cus-face.el (custom-declare-face): Purecopy DOC. * info.el: (Info-build-node-completions, Info-search, Info-follow-reference) (Info-complete-menu-item, Info-menu, Info-index, Info-get-token) (Info-find-emacs-command-nodes): Avoid properties on matched text which may appear in minibuffer.1999-11-24 Gerd Moellmann <gerd@gnu.org> * locate.el (locate-with-filter): Doc fix.1999-11-24 Alex Schroeder <alex@gnu.org> * sql.el (sql-find-sqli-buffer): New function. (sql-set-sqli-buffer-generally): New function. (sql-set-sqli-buffer): Better checking of new-buffer. (sql-copy-column): Add comma after INTO clause, too.1999-11-24 Alex Schroeder <alex@gnu.org> * sql.el (sql-imenu-generic-expression): New, used to set imenu-generic-expression. * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, imenu-case-fold-search, and imenu-syntax-alist. * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when setting font-lock-defaults' SYNTAX-ALIST.1999-11-23 Andrew Innes <andrewi@gnu.org> * w32-win.el (w32-drag-n-drop): Load files in current window, if drop coords aren't over a specific window.1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> * ps-print.el: Define mule funs without checking if mule package is loaded. (ps-print-version): New version number (5.0.1). (ps-header-dirpart): Now uses abbreviate-file-name.1999-11-23 Dave Love <fx@gnu.org> * progmodes/fortran.el (fortran-comment-line-start): Renamed from comment-line-start. (fortran-comment-line-start-skip): Renamed from comment-line-start-skip. (fortran-mode-map): Use renamed functions. Add manual and custom entries to menu. (fortran-mode-hook): Customize. (fortran-comment-indent-function): Renamed from fortran-comment-hook. (delete-horizontal-regexp): Function deleted. (fortran-electric-line-number): Simplified. (fortran-beginning-of-subprogram): Renamed from beginning-of-fortran-subprogram. (fortran-end-of-subprogram): Renamed from end-of-fortran-subprogram. (fortran-mark-subprogram): Renamed from mark-fortran-subprogram. (fortran-previous-statement, fortran-next-statement): Simplified. (fortran-blink-match): New function. (fortran-blink-matching-if, fortran-blink-matching-do): Use it. (fortran-indent-to-column): Don't use delete-horizontal-regexp. (fortran-find-comment-start-skip, fortran-is-in-string-p): Use line-end-position. (fortran-fill): No longer interactive. Simplified. (fortran-break-line): Simplified. (fortran-analyze-file-format): Use char-after, not looking-at. * emacs-lisp/find-func.el (find-function-regexp): Use `define-minor-mode' after easy-menu change.1999-11-23 Gerd Moellmann <gerd@gnu.org> * comint.el: Add redirection.from active comint buffers into another buffer. Written by Peter Breton.1999-11-23 Stefan Monnier <monnier@cs.yale.edu> * emacs-lisp/autoload.el (make-autoload): Recognize the new `define-minor-mode'. (define-minor-mode): Specify `doc-string-elt'. * emacs-lisp/easy-mmode.el: Changed maintainer. (easy-mmode-define-toggle): New BODY arg; Never append `-mode'; Use defcustom for the hooks; Improve the auto-generated docstrings. (easy-mmode-define-minor-mode): Renamed `define-minor-mode'. (define-minor-mode): Add BODY arg; Only declare the keymap if provided; Improve the auto-generated docstrings.1999-11-22 Gerd Moellmann <gerd@gnu.org> * textmodes/text-mode.el (text-mode): Construct paragraph-start so that the leading `^' is at the start. This is necessary because paragraphs.el tries to remove anchors, but can find them only if they are the first character. * progmodes/antlr-mode.el: New file. * calendar/calendar.el: Fix autoload for calendar-absolute-from-astro. Add autoload for calendar-print-astro-day-number.1999-11-21 Anders Lindgren <andersl@andersl.com> * follow.el: Use modern backquote syntax. Minor comment update.1999-11-21 Gerd Moellmann <gerd@gnu.org> * simple.el (with-syntax-table): Don't switch buffers. * emacs-lisp/edebug.el, emacs-lisp/cust-print.el, progmodes/hideif.el: Use new backquote syntax.1999-11-21 Ken Manheimer <klm@python.org> * icomplete.el (icomplete-completions): Use an explicit variable `icomplete-prospects-length', obviating the need to use an apparently faulty throw/catch arrangement.1999-11-21 Eli Zaretskii <eliz@is.elta.co.il> * term/internal.el (IT-display-table-setup): Don't overstep character code 255.1999-11-20 Kenichi Handa <handa@mule.m17n.org> * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font for the charset chinese-sisheng is 7bit encoding, not 8bit.1999-11-19 Stefan Monnier <monnier@cs.yale.edu> * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the `ratio' event for Xaw and Xaw3d(without arrows) scrollbars. * files.el (auto-mode-alist): Add patterns for diff-mode. * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end to detect an empty prompt.1999-11-18 Dave Love <fx@gnu.org> * simple.el (input-mode-8-bit): Fix the customization.1999-11-18 Gerd Moellmann <gerd@gnu.org> * international/iso-acc.el (iso-languages): Add more characters for Portuguese. * speedbar.el: Clean up comment at the start of the file. Remove RCS id.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -