📄 changelog
字号:
* net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.2002-05-01 Eli Zaretskii <eliz@is.elta.co.il> * simple.el (clone-indirect-buffer-other-window): Fix a typo in `popup-windows'.2002-04-23 Andreas Schwab <schwab@suse.de> * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and next-tag-otherw.2002-04-19 Stefan Monnier <monnier@cs.yale.edu> * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Push reconstructed events onto unread-command-events rather than looking them up manually. * textmodes/flyspell.el (flyspell-mode-map): Don't bind mouse-2. It's bound via text-properties already.2002-04-17 Jason Rumney <jasonr@gnu.org> * international/mule-cmds.el (locale-preferred-coding-systems): Add "jpn".2002-04-16 Eli Zaretskii <eliz@is.elta.co.il> * term.el (term-emulate-terminal): Fix last change.2002-04-12 Richard M. Stallman <rms@gnu.org> * files.el (hack-one-local-variable): Clear text props from string value. Recognize several additional patterns as risky. Mark many more variables as risky. (file-expand-wildcards): Use save-match-data. (format-alist): Mark as risky.2002-04-12 Tom Tromey <tromey@cachet> * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more natural paragraph boundaries. Don't fail at beginning of buffer.2002-04-12 Eli Zaretskii <eliz@is.elta.co.il> * progmodes/compile.el (compile-internal): Fix the change from 2001-07-23.2002-03-16 Eli Zaretskii <eliz@is.elta.co.il> * Version 21.2 released.2002-03-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> * calendar/cal-french.el (calendar-goto-french-date): Fix prompt to match the actual code.2002-03-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> * image.el (image-type-from-file-header): Make temporary buffer unibyte.2002-03-09 Eli Zaretskii <eliz@is.elta.co.il> * simple.el (shell-command-on-region): Call push-mark with non-nil second arg, to suppress the "Mark set" message.2002-03-07 Gerd Moellmann <gerd@gnu.org> * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern): Use the other-window instead of the other-frame functions when the window is dedicated.2002-03-05 Eli Zaretskii <eliz@is.elta.co.il> * language/european.el (mac-roman): Fix the safe-chars property.2002-03-05 Andre Spiegel <spiegel@gnu.org> * vc.el (vc-revert-buffer): If the buffer is not saved, prompt the user to do that first.2002-03-03 Stefan Monnier <monnier@cs.yale.edu> * textmodes/tex-mode.el (tex-guess-main-file): Handle the case where one of the buffers is narrowed. * newcomment.el (comment-forward): Use forward-comment to skip over whitespace (or comments) even when comment-use-syntax is nil.2002-03-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> * textmodes/tildify.el (tildify-string-alist): Entry for xml-mode added. From Milan Zamazal <pdm@zamazal.org>.2002-03-01 Andreas Schwab <schwab@suse.de> * textmodes/texnfo-upd.el (texinfo-start-menu-description): Remove extra paren in regexp. From Michael Scholz <scholz-micha@gmx.de>.2002-02-26 Eli Zaretskii <eliz@is.elta.co.il> * international/mule-conf.el (ctext-no-compositions): Remove the mime-charset property. * language/european.el ("Dutch"): Doc fix.2002-02-25 Jason Rumney <jasonr@gnu.org> * language/japanese.el (iso-2022-jp-2): Add init-bol flag.2002-02-24 Jason Rumney <jasonr@gnu.org> * w32-fns.el (w32-charset-info-alist): Use ansi fonts for iso10646-1 if unicode is not available.2002-02-22 Stefan Monnier <monnier@cs.yale.edu> * diff-mode.el (diff-end-of-hunk): Watch out for ambiguous headers.2002-02-22 Eli Zaretskii <eliz@is.elta.co.il> * progmodes/etags.el (find-tag-noselect, find-tag) (find-tag-other-window, find-tag-other-frame, find-tag-regexp): Fix a typo in doc strings.2002-02-22 Eli Zaretskii <eliz@is.elta.co.il> Support for ICCCM Extended Segments in X selections: * international/mule-conf.el (ctext-no-compositions) (compound-text-with-extensions): New coding systems. (x-ctext-with-extensions, ctext-with-extensions): Aliases for compound-text-with-extensions. (non-standard-icccm-encodings-alist) (non-standard-designations-alist): New variables. (ctext-post-read-conversion, ctext-pre-write-conversion): New functions.2002-02-18 Andreas Schwab <schwab@suse.de> * replace.el (query-replace-regexp-eval): Doc fix.2002-02-15 Andreas Schwab <schwab@suse.de> * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require non-letter after specials.2002-02-12 Eli Zaretskii <eliz@is.elta.co.il> * window.el (save-selected-window): If the saved window has become dead while macro body was running, refrain from switching to it. * progmodes/pascal.el (pascal-imenu-generic-expression): Add menu-title and fix parentheses.2002-02-08 Eli Zaretskii <eliz@is.elta.co.il> * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb. * calendar/cal-menu.el (calendar-mode-map): Change the menu item's name to "Insert Diary Entry".2002-02-08 Eli Zaretskii <eliz@is.elta.co.il> * net/ange-ftp.el (ange-ftp-process-handle-line) (ange-ftp-set-xfer-size): If the file's size is a float, divide by 1024 instead of using ash.2002-02-07 ShengHuo ZHU <zsh@cs.rochester.edu> * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight version of rmail-enable-mime. (rmail-forward): Use it.2002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> * textmodes/sgml-mode.el (sgml-start-tag-regex) (sgml-font-lock-keywords-1, sgml-mode-common): Allow underscore, colon, non-ASCII letters. (sgml-name-char): Don't assume anything about charsets handled by encode-char. (sgml-name-8bit-mode): Doc fix. (sgml-font-lock-keywords-1): Remove comment pattern. (sgml-mode-common): Set font-lock-syntactic-keywords. From Dave Love <fx@gnu.org>.2002-02-06 Eli Zaretskii <eliz@is.elta.co.il> * play/pong.el (pong-height): Don't use height that exceeds the frame height. (pong-border-options): Make the border colors slightly more bright. * play/gamegrid.el (gamegrid-display-type): Treat any color-capable display as color-x, if display-color-p is fboundp. (gamegrid-make-color-x-face): Don't call gamegrid-color twice. (gamegrid-make-color-tty-face): Use the value of color, not the symbol itself. Don't call gamegrid-color.2002-02-05 Eli Zaretskii <eliz@is.elta.co.il> * gud.el (gud-refresh): Call recenter only after we are sure we are in the right window.2002-02-03 Eli Zaretskii <eliz@is.elta.co.il> * mail/rmail.el (rmail): Use find-buffer-visiting instead of get-file-buffer to check for rmail buffer existence. * term.el (term-emulate-terminal): Extract proper command string which is supplied to term-command-hook.2002-02-02 Eli Zaretskii <eliz@is.elta.co.il> * mail/uce.el (uce-reply-to-uce): Prune the headers before copying the message text into the *mail* buffer, and restore the pruned state after that. * mail/rmail.el (rmail-redecode-body): Prune the headers before looking for X-Coding-System header, and restore the pruned state before returning.2002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> * cus-edit.el (customize-save-variable): Fix typo in prompt.2002-02-02 Eli Zaretskii <eliz@is.elta.co.il> * novice.el (disable-command, enable-command): If user-init-file is nil or does not exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows). But don't alter the init file if Emacs was invoked as "emacs -q"2002-02-01 Stefan Monnier <monnier@cs.yale.edu> * mail/sendmail.el (mail-mode) <adaptive-fill-first-line-regexp>: Undo half of last change. * hi-lock.el (hi-lock-find-patterns): Save restriction.2002-01-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'. Add Keywords header. Update Commentary section. Update copyright notice.2002-01-28 Richard Stallman <rms@gnu.org> * cus-edit.el (custom-save-all): Bind file-precious-flag to t for saving .emacs. * files.el (basic-save-buffer-2): Ignore file-error in delete-file.2002-01-26 Eli Zaretskii <eliz@is.elta.co.il> * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval returns t, don't treat that as an error.2002-01-25 Jason Rumney <jasonr@gnu.org> * faces.el (face-font-registry-alternatives) [windows-nt]: Add ms-oemlatin as an alternative for iso8859-1.2002-01-25 Eli Zaretskii <eliz@is.elta.co.il> * emacs-lisp/cl-seq.el (mismatch): Doc fix.2002-01-22 Stefan Monnier <monnier@cs.yale.edu> * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix and is already matched by adaptive-fill-regexp.2002-01-22 Richard M. Stallman <rms@gnu.org> * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate slash if DIR is just slash. * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.2002-01-20 Eli Zaretskii <eliz@is.elta.co.il> * international/quail.el (quail-start-translation) (quail-start-conversion): Bind last-command-event, last-command, and this-command in the first let. This fixes the change from 2000-08-30.2002-01-18 Juanma Barranquero <lektu@terra.es> * files.el (save-abbrevs, save-some-buffers): Don't ask the user before saving abbrevs if `save-abbrevs' has the value `silently'.2002-01-16 Richard M. Stallman <rms@gnu.org> * net/net-utils.el (network-connection-service-abbrev-alist): New variable. (network-connection-mode-setup): Use it. * delsel.el (delete-selection-pre-hook): Handle and resignal file-supersession errors to interact properly with userlock.el.2002-01-16 Andreas Schwab <schwab@suse.de> * mail/feedmail.el (feedmail): Fix :link spec.2002-01-15 Eli Zaretskii <eliz@is.elta.co.il> * calendar/calendar.el (diary-date-forms): Doc fix.2002-01-14 Stefan Monnier <monnier@cs.yale.edu> * net/ange-ftp.el (ange-ftp-get-process, ange-ftp-send-cmd) (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion) (ange-ftp-insert-directory): Preserve match-data. (ange-ftp-shell-command): Strip port number from the host if present.2002-01-13 Eli Zaretskii <eliz@is.elta.co.il> * files.el (find-file-noselect): Don't consider a buffer as visiting a file literally if it is in hexl-mode.2001-12-29 Richard M. Stallman <rms@gnu.org> * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil. This fixes a bug that treated all files as directories. (ange-ftp-insert-directory): Explicitly follow symlinks.2001-12-28 Simon Josefsson <jas@extundo.com> * mail/sendmail.el (mail-envelope-from): Fix :type. (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.2001-12-28 Richard M. Stallman <rms@gnu.org> * net/ldap.el (ldap-search-internal): Handle <file://...> in results.2001-12-26 Markus Rost <rost@math.ohio-state.edu> * find-dired.el (find-dired-sentinel): Precede exit message by two spaces, to match the regexp in dired-between-files.2001-12-26 Richard M. Stallman <rms@gnu.org> * progmodes/compile.el (compile-internal): Set TERM variable in process-environment.2001-12-21 Eli Zaretskii <eliz@is.elta.co.il> * info.el (Info-select-node): If Info-use-header-line is nil, set header-line-format to nil. (Info-fontify-node): Don't put a keymap text property on the heading if we are not going to display the header line. Remove any such text properties left over from past visits to this node.2001-12-21 Richard M. Stallman <rms@gnu.org> * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data. * emacs-lisp/easy-mmode.el (define-minor-mode): Make no arg by default in an interactive call, so that repeating the command toggles again. * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.2001-12-18 Dave Love <fx@gnu.org> * progmodes/f90.el (f90-break-line): Avoid infinite recursion calling `newline'.2001-12-14 Andre Spiegel <spiegel@gnu.org> * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version): Return nil if FILE is not registered. (vc-check-master-templates, vc-default-make-version-backups-p): Doc fix.2001-12-13 Richard M. Stallman <rms@gnu.org> * font-lock.el (font-lock-mode): Put our function at the end of after-change-functions. * emacs-lisp/advice.el (ad-compile-function): Byte compile the function under another (uninterned) name.2001-12-10 Eli Zaretskii <eliz@is.elta.co.il> * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the enqueued messages literally.2001-12-01 Stefan Monnier <monnier@cs.yale.edu> * indent.el (tab-to-tab-stop): Use delete-horizontal-space.2001-12-01 Eli Zaretskii <eliz@is.elta.co.il> * progmodes/idlwave.el, progmodes/idlw-rinfo.el: * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el: Update maintainer.2001-11-30 Andre Spiegel <spiegel@gnu.org> * vc-cvs.el (vc-cvs-parse-status): Store file state in property, don't just return it.2001-11-29 Dave Love <fx@gnu.org> * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes. (fortran-beginning-do, fortran-beginning-if): Fix regexp typos.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -